namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Event-report-medium"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>The dissemination medium used for the associated report text.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="9"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="operator terminal"/> <xs:enumeration value="operator pager"/> <xs:enumeration value="agency fax"/> <xs:enumeration value="public web page"/> <xs:enumeration value="wap web page"/> <xs:enumeration value="public pager"/> <xs:enumeration value="a511 speech"/> <xs:enumeration value="har speech"/> <xs:enumeration value="dms display"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |