namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Meter-metering-type"> <xs:annotation> <xs:documentation> <objectClass>RampMeter</objectClass> <definition>Metering type for ramp, mainline, freeway-to-freeway connector, and tunnel.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="3"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="one at a time"/> <xs:enumeration value="two at a time"/> <xs:enumeration value="platoon metering"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |