http://www.cfcal-banque.fr/objets/MIOB/1.1
http://www.cfcal-banque.fr/objets/MIOB/1.1 / MIOB Complex Type
Dans cette rubrique
    MIOB Complex Type
    Dans cette rubrique
    Description
    Objet représentant un MIOB
    Espace de noms http://www.cfcal-banque.fr/objets/MIOB/1.1
    Type
    Diagramme
    VilleRCS Élément AdresseSiegeSocial Élément TypeCategorieORIAS Élément EnseigneCommerciale Élément RaisonSociale Élément NumeroMatriculeORIAS Élément SIREN Élément CodeMIOB Élément Sequence MIOB Complex Type
    Overview
    MIOB Extension of ObjetPublicBase Complex Type
    Objet représentant un MIOB
    Sequence
    CodeMIOB xs:int
    Identifiant du MIOB.
    SIREN xs:string
    SIREN du MIOB.
    NumeroMatriculeORIAS xs:string
    Matricule ORIAS du MIOB.
    RaisonSociale xs:string
    Raison sociale du MIOB.
    EnseigneCommerciale optional xs:string
    Enseigne commerciale du MIOB.
    TypeCategorieORIAS optional TypeCategorieORIAS Simple Type
    Catégorie d'immatriculation ORIAS
    AdresseSiegeSocial optional xs:string
    Adresse du siège social
    VilleRCS optional xs:string
    Ville RCS
    Utilisé par
    Source
    <xs:complexType name="MIOB" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Objet représentant un MIOB</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="CodeMIOB" type="xs:int">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Identifiant du MIOB.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="SIREN" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">SIREN du MIOB.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="NumeroMatriculeORIAS" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Matricule ORIAS du MIOB.</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 du MIOB.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="EnseigneCommerciale" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Enseigne commerciale du MIOB.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="TypeCategorieORIAS" nillable="true" type="tns:TypeCategorieORIAS">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Catégorie d'immatriculation ORIAS</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="AdresseSiegeSocial" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Adresse du siège social</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="VilleRCS" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Ville RCS</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    Voir aussi