namespace | http://www.ITIS-Adopted-03-00-02 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:string, SystemInformation) | ||||
used by |
|
||||
source | <xs:simpleType name="SystemInformation"> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="4352"/> <xs:maxInclusive value="4607"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="information available on radio" id="_4353"/> <xs:enumeration value="information available on TV" id="_4354"/> <xs:enumeration value="call to get information" id="_4355"/> <xs:enumeration value="information available via Internet" id="_4356"/> <xs:enumeration value="test message" id="_4357"/> <xs:enumeration value="no information available" id="_4358"/> <xs:enumeration value="null description" id="_4359"/> <xs:enumeration value="information service is being suspended" id="_4360"/> <xs:enumeration value="information service resumed" id="_4478"/> <xs:enumeration value="message canceled" id="_4479"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\[.+\].*"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:SystemInformation"/> </xs:simpleType> </xs:union> </xs:simpleType> |