TelephoneScopeCodeType

**************************************- Business vs Personnal
**************************************-

Simple Type Information

Used By

Source

<xs:simpleType name="TelephoneScopeCodeType">
  <xs:annotation>
    <xs:documentation>**************************************- Business vs Personnal **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Booking"/>
    <xs:enumeration value="Business"/>
    <xs:enumeration value="Desk"/>
    <xs:enumeration value="Holiday"/>
    <xs:enumeration value="Home"/>
    <xs:enumeration value="Personal"/>
    <xs:enumeration value="Personnal">
      <xs:annotation>
        <xs:documentation>Old version, kept for backward compatibility</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Temporary"/>
    <xs:enumeration value="Travel"/>
    <xs:enumeration value="TravelAgency"/>
    <xs:enumeration value="WeekEnd"/>
  </xs:restriction>
</xs:simpleType>