http://www.cfcal-banque.fr/objets/SaisieEnLigne/1.13
http://www.cfcal-banque.fr/objets/SaisieEnLigne/1.13 / Ville Complex Type
Dans cette rubrique
    Ville Complex Type
    Dans cette rubrique
    Description
    Ville.
    Espace de noms http://www.cfcal-banque.fr/objets/SaisieEnLigne/1.13
    Type
    Diagramme
    CodeINSEE Élément CodePays Élément Commune Élément CodePostal Élément Sequence Ville Complex Type
    Overview
    Sequence
    CodePostal optional xs:string
    Code postal.
    Commune optional xs:string
    Commune.
    CodePays optional Pays Simple Type
    Code pays.
    CodeINSEE optional xs:string
    Code INSEE.
    Utilisé par
    Source
    <xs:complexType name="Ville" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Ville.</xs:documentation>
      </xs:annotation>
      <xs:complexContent mixed="false">
        <xs:extension base="q7:ObjetPublicSaisieEnLigneBase" xmlns:q7="http://schemas.datacontract.org/2004/07/Cfcal.Extranet.ServiceWeb.Domaine.SaisieEnLigne.V1_13">
          <xs:sequence>
            <xs:element minOccurs="0" name="CodePostal" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Code postal.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="Commune" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Commune.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="CodePays" nillable="true" type="tns:Pays">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Code pays.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="CodeINSEE" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Code INSEE.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    Voir aussi