simpleType ColourCodeType
namespace http://www.fixm.aero/base/4.1
type restriction of string
properties
base xs:string
used by
element ColourChoiceType/colourCode
facets
Kind Value Annotation
enumeration RED
enumeration ORANGE
enumeration YELLOW
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]
              
enumeration GREEN
enumeration BLUE
enumeration VIOLET
enumeration BLACK
enumeration WHITE
enumeration GRAY
enumeration SILVER
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]
        
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy