http://www.cfcal-banque.fr/objets/MIOB/1.1
http://www.cfcal-banque.fr/objets/MIOB/1.1 / InformationsAjoutMIOB Complex Type
Dans cette rubrique
    InformationsAjoutMIOB Complex Type
    Dans cette rubrique
    Description
    Information demandé lors de l'ajout d'un nouveau 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 Sequence InformationsAjoutMIOB Complex Type
    Overview
    InformationsAjoutMIOB Extension of ObjetPublicBase Complex Type
    Information demandé lors de l'ajout d'un nouveau MIOB
    Sequence
    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="InformationsAjoutMIOB" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Information demandé lors de l'ajout d'un nouveau MIOB</xs:documentation>
      </xs:annotation>
      <xs:complexContent mixed="false">
        <xs:extension base="q3:ObjetPublicBase" xmlns:q3="http://schemas.datacontract.org/2004/07/Cfcal.Extranet.ServiceWeb.Generique.Domaine">
          <xs:sequence>
            <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