namespace | http://www.ntcip.org/c2f-objects | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="DmsMsgSourceMode"> <xs:annotation> <xs:appinfo> other (1) local (2) central (8) time based scheduler (9) power recovery (10) reset (11) comm loss (12) power loss (13) end duration (14) event (15) critical temperature (16) </xs:appinfo> <xs:documentation> Definition: Indicates the source that initiated the currently displayed message. </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="16"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="other"/> <xs:enumeration value="local"/> <xs:enumeration value="central"/> <xs:enumeration value="time based scheduler"/> <xs:enumeration value="power recovery"/> <xs:enumeration value="reset"/> <xs:enumeration value="comm loss"/> <xs:enumeration value="power loss"/> <xs:enumeration value="end duration"/> <xs:enumeration value="event"/> <xs:enumeration value="critical temperature"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |