namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, CPT-LoadStopReason) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="CPT-LoadStopReason"> <xs:annotation> <xs:appinfo> load Complete (0) communications Error (1) memory Problem (3) timeout (4) badfile (5) -- values to 127 reserved for std use -- values 128 to 255 reserved for local use </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="load Complete"/> <xs:enumeration value="communications Error"/> <xs:enumeration value="memory Problem"/> <xs:enumeration value="timeout"/> <xs:enumeration value="badfile"/> </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:CPT-LoadStopReason"/> </xs:simpleType> </xs:union> </xs:simpleType> |