http://www.cfcal-banque.fr/objets/Notaire/1.1
http://www.cfcal-banque.fr/objets/Notaire/1.1 / InformationsRechercheListeNotaire Complex Type
Dans cette rubrique
    InformationsRechercheListeNotaire Complex Type
    Dans cette rubrique
    Description
    Informations disponibles permettant la recherche d'une liste de notaires.
    Espace de noms http://www.cfcal-banque.fr/objets/Notaire/1.1
    Type
    Diagramme
    CodePays Élément Commune Élément CodePostal Élément Sequence Ville Élément EstHabiliteRac Élément Nom Élément Prenom Élément Adresse Élément Denomination Élément Sequence InformationsRechercheListeNotaire Complex Type
    Overview
    InformationsRechercheListeNotaire Extension of ObjetPublicNotaireBase Complex Type
    Informations disponibles permettant la recherche d'une liste de notaires.
    Sequence
    Denomination optional xs:string
    Dénomination du notaire.
    Adresse optional xs:string
    Adresse du notaire.
    Prenom optional xs:string
    Prénom du notaire.
    Nom optional xs:string
    Nom du notaire.
    EstHabiliteRac optional xs:boolean
    Selection des Notaire Habilités Rac Uniquement ou non
    Ville optional Ville Complex Type
    Comprend le libellé de la commune, le code postal et le code pays. Voir le type "Ville".
    Sequence
    CodePostal optional xs:string
    Code postal.
    Commune optional xs:string
    Commune.
    CodePays optional Pays Simple Type
    Code pays.
    Utilisé par
    Source
    <xs:complexType name="InformationsRechercheListeNotaire" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Informations disponibles permettant la recherche d'une liste de notaires.</xs:documentation>
      </xs:annotation>
      <xs:complexContent mixed="false">
        <xs:extension base="q1:ObjetPublicNotaireBase" xmlns:q1="http://schemas.datacontract.org/2004/07/Cfcal.Extranet.ServiceWeb.Domaine.Notaire.v1_1">
          <xs:sequence>
            <xs:element minOccurs="0" name="Denomination" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Dénomination du notaire.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="Adresse" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Adresse du notaire.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="Prenom" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Prénom du notaire.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="Nom" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Nom du notaire.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="EstHabiliteRac" nillable="true" type="xs:boolean">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Selection des Notaire Habilités Rac Uniquement ou non</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="Ville" nillable="true" type="tns:Ville">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Comprend le libellé de la commune, le code postal et le code pays. Voir le type "Ville".</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    Voir aussi