namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, PI-PIDTextColor) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="PI-PIDTextColor"> <xs:annotation> <xs:appinfo> red (1) -- red letters on dark background yellow (2) -- yellow letters on dark background green (3) -- green letters on dark background blue (4) -- blue letters on dark background white (5) -- white letters on dark background -- 6-10 reserved blackRed (11) -- dark letters on red background blackYellow (12) -- dark letters on yellow background blackGreen (13) -- dark letters on green background blackBlue (14) -- dark letters on blue background blackWhite (15) -- dark letters on white background -- 16-127 reserved -- 128-200 local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="15"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="red"/> <xs:enumeration value="yellow"/> <xs:enumeration value="green"/> <xs:enumeration value="blue"/> <xs:enumeration value="white"/> <xs:enumeration value="blackRed"/> <xs:enumeration value="blackYellow"/> <xs:enumeration value="blackGreen"/> <xs:enumeration value="blackBlue"/> <xs:enumeration value="blackWhite"/> </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-PIDTextColor"/> </xs:simpleType> </xs:union> </xs:simpleType> |