namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, PI-DeliveryMechanism) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="PI-DeliveryMechanism"> <xs:annotation> <xs:appinfo> mail (1) email (2) sms cellphone (3) sms pager (4) voice homephone (5) voice cellphone (6) voice workphone (7) fax (8) -- 9-127 reserved , -- 128-255 local use , </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="8"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="mail"/> <xs:enumeration value="email"/> <xs:enumeration value="sms cellphone"/> <xs:enumeration value="sms pager"/> <xs:enumeration value="voice homephone"/> <xs:enumeration value="voice cellphone"/> <xs:enumeration value="voice workphone"/> <xs:enumeration value="fax"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:PI-DeliveryMechanism"/> </xs:simpleType> </xs:union> </xs:simpleType> |