http://www.cfcal-banque.fr/objets/SuiviDossier/1.0
http://www.cfcal-banque.fr/objets/SuiviDossier/1.0 / SectionAnalystes Complex Type
Dans cette rubrique
    SectionAnalystes Complex Type
    Dans cette rubrique
    Description
    Informations de contact des analystes du dossier.
    Espace de noms http://www.cfcal-banque.fr/objets/SuiviDossier/1.0
    Diagramme
    TelephoneSuperviseur Élément PrenomSuperviseur Élément NomSuperviseur Élément AdresseMailAnalyste Élément PrenomAnalyste Élément NomAnalyste Élément Sequence SectionAnalystes Complex Type
    Overview
    SectionAnalystes
    Informations de contact des analystes du dossier.
    Sequence
    NomAnalyste optional xs:string
    Nom de l'analyste
    PrenomAnalyste optional xs:string
    Prénom de l'analyste.
    AdresseMailAnalyste optional xs:string
    Adresse mail de l'analyste.
    NomSuperviseur optional xs:string
    Nom du superviseur.
    PrenomSuperviseur optional xs:string
    Prénom du superviseur.
    TelephoneSuperviseur optional xs:string
    Numéro de télephone du superviseur.
    Utilisé par
    Source
    <xs:complexType name="SectionAnalystes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Informations de contact des analystes du dossier.</xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element minOccurs="0" name="NomAnalyste" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation xml:lang="fr-FR">Nom de l'analyste</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PrenomAnalyste" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation xml:lang="fr-FR">Prénom de l'analyste.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="AdresseMailAnalyste" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation xml:lang="fr-FR">Adresse mail de l'analyste.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="NomSuperviseur" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation xml:lang="fr-FR">Nom du superviseur.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PrenomSuperviseur" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation xml:lang="fr-FR">Prénom du superviseur.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="TelephoneSuperviseur" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation xml:lang="fr-FR">Numéro de télephone du superviseur.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    Voir aussi