http://www.cfcal-banque.fr/objets/SystemeExpert/2.7
http://www.cfcal-banque.fr/objets/SystemeExpert/2.7 / TypeTranche Simple Type
Dans cette rubrique
    TypeTranche Simple Type
    Dans cette rubrique
    Description
    Enumération décrivant les types de tranche.RelaisTranche de type relais.InFineTranche de type InFine.AmortissableTranche de type Amortissable.OCHTranche de type OCH.DiffereTranche de type différé.ElastiqueTranche de type Elastique.
    Espace de noms http://www.cfcal-banque.fr/objets/SystemeExpert/2.7
    Type
    Restriction of xs:string
    Diagramme
    TypeTranche Simple Type
    Overview
    TypeTranche Restriction of xs:string
    Enumération décrivant les types de tranche.RelaisTranche de type relais.InFineTranche de type InFine.AmortissableTranche de type Amortissable.OCHTranche de type OCH.DiffereTranche de type différé.ElastiqueTranche de type Elastique.
    Facettes
    EnumerationRelais
    EnumerationInFine
    EnumerationAmortissable
    EnumerationOCH
    EnumerationDiffere
    EnumerationElastique
    Source
    <xs:simpleType name="TypeTranche" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Enumération décrivant les types de tranche.RelaisTranche de type relais.InFineTranche de type InFine.AmortissableTranche de type Amortissable.OCHTranche de type OCH.DiffereTranche de type différé.ElastiqueTranche de type Elastique.</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Relais">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="InFine">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Amortissable">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="OCH">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Differe">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Elastique">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    Voir aussi