diagram | ![]() |
||
namespace | http://www.fixm.aero/base/4.1 | ||
type | extension of fb:ExtensibleType | ||
properties |
|
||
children | fb:extension fb:colourCode fb:otherColour | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
|||||||||||||||||||||||||||||||||||
namespace | http://www.fixm.aero/base/4.1 | |||||||||||||||||||||||||||||||||||
type | fb:ColourCodeType | |||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||
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> |
diagram | ![]() |
|||||||||
namespace | http://www.fixm.aero/base/4.1 | |||||||||
type | fb:CharacterStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |