http://www.cfcal-banque.fr/objets/SaisieEnLigne/1.13
http://www.cfcal-banque.fr/objets/SaisieEnLigne/1.13 / TypeCoordonnee Simple Type
Dans cette rubrique
    TypeCoordonnee Simple Type
    Dans cette rubrique
    Description
    Enumération des différents types de coordonnées disponiblesTelephonePriveTéléphone privéTelephoneProfessionnelTéléphone professionnelTelephonePortableTéléphone portableFaxFaxEmailProfessionnelEmail professionnelAutreAutre type de contactEmailPersonnelEmail personnelSiteInternetSite Internet
    Espace de noms http://www.cfcal-banque.fr/objets/SaisieEnLigne/1.13
    Type
    Restriction of xs:string
    Diagramme
    TypeCoordonnee Simple Type
    Overview
    TypeCoordonnee Restriction of xs:string
    Enumération des différents types de coordonnées disponiblesTelephonePriveTéléphone privéTelephoneProfessionnelTéléphone professionnelTelephonePortableTéléphone portableFaxFaxEmailProfessionnelEmail professionnelAutreAutre type de contactEmailPersonnelEmail personnelSiteInternetSite Internet
    Facettes
    EnumerationTelephonePrive
    EnumerationTelephoneProfessionnel
    EnumerationTelephonePortable
    EnumerationFax
    EnumerationEmailProfessionnel
    EnumerationAutre
    EnumerationEmailPersonnel
    EnumerationSiteInternet
    Source
    <xs:simpleType name="TypeCoordonnee" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Enumération des différents types de coordonnées disponiblesTelephonePriveTéléphone privéTelephoneProfessionnelTéléphone professionnelTelephonePortableTéléphone portableFaxFaxEmailProfessionnelEmail professionnelAutreAutre type de contactEmailPersonnelEmail personnelSiteInternetSite Internet</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:string">
        <xs:enumeration value="TelephonePrive">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="TelephoneProfessionnel">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="TelephonePortable">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Fax">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="EmailProfessionnel">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Autre">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="EmailPersonnel">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SiteInternet">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    Voir aussi