complexType ColourChoiceType
diagram Nas_diagrams/Nas_p450.png
namespace http://www.fixm.aero/base/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fb:colourCode fb:otherColour
used by
elements ColourChoice AircraftType/aircraftColours DinghiesType/colour
annotation
documentation

            A choice between a predefined colour code or any other colour. [FIXM]
        
source <complexType name="ColourChoiceType">
 
<annotation>
   
<documentation>
            A choice between a predefined colour code or any other colour. [FIXM]
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<choice>
       
<element name="colourCode" type="fb:ColourCodeType" minOccurs="0" maxOccurs="2000">
         
<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>
       
</element>
       
<element name="otherColour" type="fb:CharacterStringType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Any other color that is not among the standards set. [FIXM]
                    
</documentation>
         
</annotation>
       
</element>
     
</choice>
   
</extension>
 
</complexContent>
</complexType>

element ColourChoiceType/colourCode
diagram Nas_diagrams/Nas_p451.png
namespace http://www.fixm.aero/base/4.1
type fb:ColourCodeType
properties
minOcc 0
maxOcc 2000
content simple
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 <element name="colourCode" type="fb:ColourCodeType" minOccurs="0" maxOccurs="2000">
 
<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>
</element>

element ColourChoiceType/otherColour
diagram Nas_diagrams/Nas_p452.png
namespace http://www.fixm.aero/base/4.1
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation

                        Any other color that is not among the standards set. [FIXM]
                    
source <element name="otherColour" type="fb:CharacterStringType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Any other color that is not among the standards set. [FIXM]
                    
</documentation>
 
</annotation>
</element>


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