http://www.cfcal-banque.fr/objets/SystemeExpert/2.7
http://www.cfcal-banque.fr/objets/SystemeExpert/2.7 / TypeHabitat Simple Type
Dans cette rubrique
    TypeHabitat Simple Type
    Dans cette rubrique
    Description
    Enumération des types d'habitats.LocataireLa personne est locataire.ProprietaireLa personne est propriétaire.LogementDeFonctionLa personne a un logement de fonction.HebergeGratuitementLa personne est hébergée gratuitement.
    Espace de noms http://www.cfcal-banque.fr/objets/SystemeExpert/2.7
    Type
    Restriction of xs:string
    Diagramme
    TypeHabitat Simple Type
    Overview
    TypeHabitat Restriction of xs:string
    Enumération des types d'habitats.LocataireLa personne est locataire.ProprietaireLa personne est propriétaire.LogementDeFonctionLa personne a un logement de fonction.HebergeGratuitementLa personne est hébergée gratuitement.
    Facettes
    EnumerationLocataire
    EnumerationProprietaire
    EnumerationLogementDeFonction
    EnumerationHebergeGratuitement
    Source
    <xs:simpleType name="TypeHabitat" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Enumération des types d'habitats.LocataireLa personne est locataire.ProprietaireLa personne est propriétaire.LogementDeFonctionLa personne a un logement de fonction.HebergeGratuitementLa personne est hébergée gratuitement.</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Locataire">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Proprietaire">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="LogementDeFonction">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="HebergeGratuitement">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    Voir aussi