http://www.cfcal-banque.fr/objets/Utilitaire/1.4
http://www.cfcal-banque.fr/objets/Utilitaire/1.4 / InformationsListeVille Complex Type
Dans cette rubrique
    InformationsListeVille Complex Type
    Dans cette rubrique
    Description
    Objet permettant d'effectuer une recherche sur les villes
    Espace de noms http://www.cfcal-banque.fr/objets/Utilitaire/1.4
    Type
    Diagramme
    CodePays Élément Commune Élément CodePostal Élément Sequence InformationsListeVille Complex Type
    Overview
    InformationsListeVille Extension of ObjetPublicBase Complex Type
    Objet permettant d'effectuer une recherche sur les villes
    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
    Utilisé par
    Source
    <xs:complexType name="InformationsListeVille" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Objet permettant d'effectuer une recherche sur les villes</xs:documentation>
      </xs:annotation>
      <xs:complexContent mixed="false">
        <xs:extension base="q1:ObjetPublicBase" xmlns:q1="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:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    Voir aussi