<xs:simpleType name="TelephoneUseCodeType">
<xs:annotation>
<xs:documentation>This defines in what occasion a communication media should be used. Default or Omitted corresponds to the logical usage: to contact the media owner.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Calling"/>
<xs:enumeration value="Contact"/>
<xs:enumeration value="Emergency">
<xs:annotation>
<xs:documentation xml:lang="EN">Use corresponding telecommunication media only in case of emergency</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Internet"/>
<xs:enumeration value="Sales">
<xs:annotation>
<xs:documentation xml:lang="EN">Use corresponding telecommunication media for sales purposes</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Shared">
<xs:annotation>
<xs:documentation xml:lang="EN">Corresponding telecommunicaiton media can be shared outside the organisation having collected it. That would correspond for instance to a person allowing a company to distribute its contacts to other companies form marketing purposes.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Support">
<xs:annotation>
<xs:documentation xml:lang="EN">Use corresponding telecommunication media for support</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |