http://www.cfcal-banque.fr/objets/SystemeExpert/2.6
http://www.cfcal-banque.fr/objets/SystemeExpert/2.6 / TypeTaux Simple Type
Dans cette rubrique
    TypeTaux Simple Type
    Dans cette rubrique
    Description
    Enumération décrivant les types de taux.RelaisType de taux relais.FixeType de taux fixe.VariableType de taux variable.
    Espace de noms http://www.cfcal-banque.fr/objets/SystemeExpert/2.6
    Type
    Restriction of xs:string
    Diagramme
    TypeTaux Simple Type
    Overview
    TypeTaux Restriction of xs:string
    Enumération décrivant les types de taux.RelaisType de taux relais.FixeType de taux fixe.VariableType de taux variable.
    Facettes
    EnumerationRelais
    EnumerationFixe
    EnumerationVariable
    Source
    <xs:simpleType name="TypeTaux" 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 taux.RelaisType de taux relais.FixeType de taux fixe.VariableType de taux variable.</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="Fixe">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Variable">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    Voir aussi