namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, SCH-RunType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="SCH-RunType"> <xs:annotation> <xs:appinfo> amStraigtht (1) -- AM Straight , midStraight (2) -- Midday Straight , pmStraight (3) -- PM Straight , straight (4) -- Straight , cleanup (5) -- Cleanup , owl (6) -- Owl , regular (7) -- Regular , relief (8) -- Relief , split (9) -- Split , threePiece (10) -- Three Piece (including swing) , tripper (11) -- Tripper , twoPiece (12) -- Two Piece (including swing) -- 13-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="12"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="amStraigtht"/> <xs:enumeration value="midStraight"/> <xs:enumeration value="pmStraight"/> <xs:enumeration value="straight"/> <xs:enumeration value="cleanup"/> <xs:enumeration value="owl"/> <xs:enumeration value="regular"/> <xs:enumeration value="relief"/> <xs:enumeration value="split"/> <xs:enumeration value="threePiece"/> <xs:enumeration value="tripper"/> <xs:enumeration value="twoPiece"/> </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:SCH-RunType"/> </xs:simpleType> </xs:union> </xs:simpleType> |