http://www.cfcal-banque.fr/objets/DISTRIBUTEURSUPPORTS/1.0
http://www.cfcal-banque.fr/objets/DISTRIBUTEURSUPPORTS/1.0 / DistributeurSupports Complex Type
Dans cette rubrique
    DistributeurSupports Complex Type
    Dans cette rubrique
    Description
    Objet représentant un distributeur de supports
    Espace de noms http://www.cfcal-banque.fr/objets/DISTRIBUTEURSUPPORTS/1.0
    Type
    Diagramme
    EstActif Élément EstIntegre Élément CodeTypeStatutDistributeurSupports Élément CodeINSEE Élément Commune Élément CodePostal Élément Sequence Ville Élément Adresse2 Élément Adresse1 Élément Immatriculation Élément RaisonSociale Élément CodeEntiteCreateur Élément CodeCourtierCFCAL Élément CodeSupportDistributeur Élément Sequence DistributeurSupports Complex Type
    Overview
    DistributeurSupports Extension of ObjetPublicBase Complex Type
    Objet représentant un distributeur de supports
    Sequence
    CodeSupportDistributeur xs:int
    identifiant
    CodeCourtierCFCAL xs:int
    id courtier
    CodeEntiteCreateur xs:int
    id entite qui a créé l'objet
    RaisonSociale xs:string
    raison sociale
    Immatriculation xs:string
    immatriculation
    Adresse1 xs:string
    adresse
    Adresse2 xs:string
    adresse 2
    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.
    EstIntegre xs:boolean
    dit si objet est intégré
    EstActif xs:boolean
    dit si objet est actif
    Utilisé par
    Source
    <xs:complexType name="DistributeurSupports" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Objet représentant un distributeur de supports</xs:documentation>
      </xs:annotation>
      <xs:complexContent mixed="false">
        <xs:extension base="q2:ObjetPublicBase" xmlns:q2="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="CodeCourtierCFCAL" type="xs:int">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">id courtier</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="CodeEntiteCreateur" type="xs:int">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">id entite qui a créé l'objet</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="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="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="CodeTypeStatutDistributeurSupports" type="tns:TypeStatutDistributeurSupports">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">type de statut</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="EstIntegre" type="xs:boolean">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">dit si objet est intégré</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="EstActif" nillable="true" type="xs:boolean">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">dit si objet est actif</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    Voir aussi