http://www.cfcal-banque.fr/objets/DISTRIBUTEURSUPPORTS/1.0
http://www.cfcal-banque.fr/objets/DISTRIBUTEURSUPPORTS/1.0 / InformationsMiseAJourDistributeurSupports Complex Type
Dans cette rubrique
    InformationsMiseAJourDistributeurSupports Complex Type
    Dans cette rubrique
    Description
    Informations demandés lors de la mise à jour d'un distributeur de supports
    Espace de noms http://www.cfcal-banque.fr/objets/DISTRIBUTEURSUPPORTS/1.0
    Type
    Diagramme
    CodeTypeStatutDistributeurSupports Élément Adresse2 Élément Adresse1 Élément CodeINSEE Élément Commune Élément CodePostal Élément Sequence Ville Élément Immatriculation Élément RaisonSociale Élément CodeSupportDistributeur Élément Sequence InformationsMiseAJourDistributeurSupports Complex Type
    Overview
    InformationsMiseAJourDistributeurSupports Extension of ObjetPublicBase Complex Type
    Informations demandés lors de la mise à jour d'un distributeur de supports
    Sequence
    CodeSupportDistributeur xs:int
    identifiant
    RaisonSociale xs:string
    raison sociale
    Immatriculation xs:string
    immatriculation
    Ville Ville Complex Type
    ville (en france)
    Sequence
    CodePostal optional xs:string
    Code postal.
    Commune optional xs:string
    Commune.
    CodeINSEE optional xs:string
    Code INSEE.
    Adresse1 xs:string
    adresse
    Adresse2 xs:string
    adresse 2
    Utilisé par
    Source
    <xs:complexType name="InformationsMiseAJourDistributeurSupports" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Informations demandés lors de la mise à jour d'un distributeur de supports</xs:documentation>
      </xs:annotation>
      <xs:complexContent mixed="false">
        <xs:extension base="q6:ObjetPublicBase" xmlns:q6="http://schemas.datacontract.org/2004/07/Cfcal.Extranet.ServiceWeb.Generique.Domaine">
          <xs:sequence>
            <xs:element name="CodeSupportDistributeur" type="xs:int">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">identifiant</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="RaisonSociale" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">raison sociale</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Immatriculation" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">immatriculation</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Ville" nillable="true" type="tns:Ville">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">ville (en france)</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Adresse1" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">adresse</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Adresse2" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">adresse 2</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="CodeTypeStatutDistributeurSupports" type="tns:TypeStatutDistributeurSupports">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">type de statut</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    Voir aussi