http://www.cfcal-banque.fr/objets/Utilitaire/1.7
http://www.cfcal-banque.fr/objets/Utilitaire/1.7 / SupportFinancier Complex Type
Dans cette rubrique
    SupportFinancier Complex Type
    Dans cette rubrique
    Description
    Objet assureur résultat de la recherche
    Espace de noms http://www.cfcal-banque.fr/objets/Utilitaire/1.7
    Type
    Diagramme
    Nom Élément CodeTypeSCPI Élément CodeTypeSupportFinancier Élément CodeSocieteGestionSupport Élément CodeSupportFinancier Élément Sequence SupportFinancier Complex Type
    Overview
    SupportFinancier Extension of ObjetPublicBase Complex Type
    Objet assureur résultat de la recherche
    Sequence
    CodeSupportFinancier optional xs:int
    Identifiant CFCAL du support financier.
    CodeSocieteGestionSupport optional xs:int
    Identifiant CFCAL de la société de gestion chargée de gérer ce support financier.
    CodeTypeSupportFinancier optional xs:string
    Type du support financier.
    CodeTypeSCPI optional xs:int
    Type de SCPI, dans le cas d'un support de type SCPI. Sinon null.
    Nom optional xs:string
    Nom du support financier
    Utilisé par
    Source
    <xs:complexType name="SupportFinancier" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Objet assureur résultat de la recherche</xs:documentation>
      </xs:annotation>
      <xs:complexContent mixed="false">
        <xs:extension base="q18:ObjetPublicBase" xmlns:q18="http://schemas.datacontract.org/2004/07/Cfcal.Extranet.ServiceWeb.Generique.Domaine">
          <xs:sequence>
            <xs:element minOccurs="0" name="CodeSupportFinancier" type="xs:int">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Identifiant CFCAL du support financier.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="CodeSocieteGestionSupport" type="xs:int">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Identifiant CFCAL de la société de gestion chargée de gérer ce support financier.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="CodeTypeSupportFinancier" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Type du support financier.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="CodeTypeSCPI" type="xs:int">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Type de SCPI, dans le cas d'un support de type SCPI. Sinon null.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="Nom" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Nom du support financier</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    Voir aussi