namespace | http://www.TMDD-Partial-00-00-00 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by | |||
annotation |
|
||
source | <xs:simpleType name="Event-response-plan-type"> <xs:annotation> <xs:appinfo> system plan (1) modified system plan (2) manual input plan (3) </xs:appinfo> </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="system plan"/> <xs:enumeration value="modified system plan"/> <xs:enumeration value="manual input plan"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |