namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (xs:unsignedInt, restriction of xs:unsignedInt, xs:string) | ||
used by |
|
||
source | <xs:simpleType name="IM-AccidentCode"> <xs:union memberTypes="xs:unsignedInt"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"/> </xs:simpleType> </xs:union> </xs:simpleType> |