| namespace | http://www.DSRC-Draft-03-00-24 | ||
| type | union of (restriction of xs:unsignedInt, restriction of xs:string, local:PreEmptionStateGeneral) | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:simpleType name="PreEmptionStateGeneral"> <xs:annotation> <xs:appinfo> noPreEmpt (0) preEmptCallDelayInterval (1) advancingToClearPhase (2) timingClearanceInterval (3) advancingToDwellTime (4) servingDwellPhase (5) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="5"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="noPreEmpt"/> <xs:enumeration value="preEmptCallDelayInterval"/> <xs:enumeration value="advancingToClearPhase"/> <xs:enumeration value="timingClearanceInterval"/> <xs:enumeration value="advancingToDwellTime"/> <xs:enumeration value="servingDwellPhase"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:PreEmptionStateGeneral"/> </xs:simpleType> </xs:union> </xs:simpleType> |