http://www.cfcal-banque.fr/objets/SuiviDossier/1.0
http://www.cfcal-banque.fr/objets/SuiviDossier/1.0 / ApercuDossierDePret Complex Type
Dans cette rubrique
    ApercuDossierDePret Complex Type
    Dans cette rubrique
    Description
    Informations simplifiées d'un pret.
    Espace de noms http://www.cfcal-banque.fr/objets/SuiviDossier/1.0
    Type
    Diagramme
    EtatCourant Élément Apporteur Élément PrenomIntervenantPrincipal Élément NomIntervenantPrincipal Élément TypePret Élément MontantPret Élément CodePret Élément Sequence ApercuDossierDePret Complex Type
    Overview
    ApercuDossierDePret Extension of ObjetPublicBase Complex Type
    Informations simplifiées d'un pret.
    Sequence
    CodePret xs:int
    Code pret
    MontantPret xs:decimal
    Montant du pret
    TypePret xs:string
    Type de prêt
    NomIntervenantPrincipal xs:string
    Nom Prenom de l'intervenant
    PrenomIntervenantPrincipal xs:string
    Nom Prenom de l'intervenant
    Apporteur xs:string
    Apporteur (Raison social courtier ou agence)
    EtatCourant xs:string
    Etat du dossier
    Utilisé par
    Source
    <xs:complexType name="ApercuDossierDePret" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Informations simplifiées d'un pret.</xs:documentation>
      </xs:annotation>
      <xs:complexContent mixed="false">
        <xs:extension base="q4:ObjetPublicBase" xmlns:q4="http://schemas.datacontract.org/2004/07/Cfcal.Extranet.ServiceWeb.Generique.Domaine">
          <xs:sequence>
            <xs:element name="CodePret" type="xs:int">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Code pret</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="MontantPret" type="xs:decimal">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Montant du pret</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="TypePret" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Type de prêt</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="NomIntervenantPrincipal" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Nom Prenom de l'intervenant</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="PrenomIntervenantPrincipal" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Nom Prenom de l'intervenant</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Apporteur" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Apporteur (Raison social courtier ou agence)</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="EtatCourant" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Etat du dossier</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    Voir aussi