http://www.cfcal-banque.fr/objets/SystemeExpert/2.6
http://www.cfcal-banque.fr/objets/SystemeExpert/2.6 / TypeTitre Simple Type
Dans cette rubrique
    TypeTitre Simple Type
    Dans cette rubrique
    Description
    Enumération des titres pour un emprunteur.MonsieurMonsieur.MadameMadame.MademoiselleMademoiselle.
    Espace de noms http://www.cfcal-banque.fr/objets/SystemeExpert/2.6
    Type
    Restriction of xs:string
    Diagramme
    TypeTitre Simple Type
    Overview
    TypeTitre Restriction of xs:string
    Enumération des titres pour un emprunteur.MonsieurMonsieur.MadameMadame.MademoiselleMademoiselle.
    Facettes
    EnumerationMonsieur
    EnumerationMadame
    EnumerationMademoiselle
    Source
    <xs:simpleType name="TypeTitre" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Enumération des titres pour un emprunteur.MonsieurMonsieur.MadameMadame.MademoiselleMademoiselle.</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Monsieur">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Madame">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Mademoiselle">
          <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