namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, CPT-StopPlacement) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="CPT-StopPlacement"> <xs:annotation> <xs:appinfo> nearside (1) farside (2) mid block (3) at (4) between (5) farside mid block (6) nearside mid block (7) opposite (8) </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="nearside"/> <xs:enumeration value="farside"/> <xs:enumeration value="mid block"/> <xs:enumeration value="at"/> <xs:enumeration value="between"/> <xs:enumeration value="farside mid block"/> <xs:enumeration value="nearside mid block"/> <xs:enumeration value="opposite"/> </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:CPT-StopPlacement"/> </xs:simpleType> </xs:union> </xs:simpleType> |