<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_14">
<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>
|