http://www.cfcal-banque.fr/objets/Utilitaire/1.4
http://www.cfcal-banque.fr/objets/Utilitaire/1.4 / Ville Complex Type
Dans cette rubrique
    Ville Complex Type
    Dans cette rubrique
    Description
    Objet ville résultat de la recherche
    Espace de noms http://www.cfcal-banque.fr/objets/Utilitaire/1.4
    Type
    Diagramme
    CodeVille Élément CodePays Élément Commune Élément CodePostal Élément Sequence Ville Complex Type
    Overview
    Ville Extension of ObjetPublicBase Complex Type
    Objet ville résultat de la recherche
    Sequence
    CodePostal optional xs:string
    Code postal de recherche
    Commune optional xs:string
    Commune de recherche
    CodePays optional CodePays Simple Type
    Identifiant pays de recherche
    CodeVille optional xs:int
    Code ville
    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">Objet ville résultat de la recherche</xs:documentation>
      </xs:annotation>
      <xs:complexContent mixed="false">
        <xs:extension base="q3:ObjetPublicBase" xmlns:q3="http://schemas.datacontract.org/2004/07/Cfcal.Extranet.ServiceWeb.Generique.Domaine">
          <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 de recherche</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 de recherche</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="CodePays" nillable="true" type="tns:CodePays">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Identifiant pays de recherche</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="CodeVille" type="xs:int">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Code ville</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    Voir aussi