namespace | http://www.fixm.aero/base/4.1 | |||||||||||||||||||||||||||||||||||
type | restriction of string | |||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||
source | <simpleType name="ColourCodeType"> <annotation> <documentation> A code indicating a colour. The list of allowable values comprises 'named' colours, not colours being only describable using the RGB or the CYMK or another colour system combination. [AIXM 5.1] </documentation> </annotation> <restriction base="xs:string"> <enumeration value="RED"/> <enumeration value="ORANGE"/> <enumeration value="YELLOW"> <annotation> <documentation> A code indicating a colour. The list of allowable values comprises 'named' colours, not colours being only describable using the RGB or the CYMK or another colour system combination. [AIXM 5.1] </documentation> </annotation> </enumeration> <enumeration value="GREEN"/> <enumeration value="BLUE"/> <enumeration value="VIOLET"/> <enumeration value="BLACK"/> <enumeration value="WHITE"/> <enumeration value="GRAY"/> <enumeration value="SILVER"/> </restriction> </simpleType> |