namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, PI-PIDTextAttribute) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="PI-PIDTextAttribute"> <xs:annotation> <xs:appinfo> flashingFast (1) flashingSlow (2) scrollLeftToRight (3) scrollRightToLeft (4) scrollTopToBottom (5) scrollBottomToTop (6) -- 7-10 reserved oneLineDisplay (11) twoLineDisplay (12) threeLineDisplay (13) fourLineDisplay (14) fiveLineDisplay (15) sixLineDisplay (16) sevenLineDisplay (17) eightLineDisplay (18) nineLineDisplay (19) -- 20-127 Reserverd -- 128-255 localUse </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="19"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="flashingFast"/> <xs:enumeration value="flashingSlow"/> <xs:enumeration value="scrollLeftToRight"/> <xs:enumeration value="scrollRightToLeft"/> <xs:enumeration value="scrollTopToBottom"/> <xs:enumeration value="scrollBottomToTop"/> <xs:enumeration value="oneLineDisplay"/> <xs:enumeration value="twoLineDisplay"/> <xs:enumeration value="threeLineDisplay"/> <xs:enumeration value="fourLineDisplay"/> <xs:enumeration value="fiveLineDisplay"/> <xs:enumeration value="sixLineDisplay"/> <xs:enumeration value="sevenLineDisplay"/> <xs:enumeration value="eightLineDisplay"/> <xs:enumeration value="nineLineDisplay"/> </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:PI-PIDTextAttribute"/> </xs:simpleType> </xs:union> </xs:simpleType> |