diagram | ![]() |
||||||||||||||||||||||
namespace | http://www.faa.aero/nas/4.2 | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <complexType name="NameValuePairType"> <annotation> <documentation> This is a general purpose data structure used when it is desired to map an identifying string (the "name") into a data string (the "value"). These name/value pairs are often part of a repeating element so that the whole element expresses a set of names mapped onto a set of values. </documentation> </annotation> <attribute name="name" use="optional"> <annotation> <documentation> The identifying portion of the pair, formatted as if for an enumeration. Consider using an actual enumeration for legal values. </documentation> </annotation> <simpleType> <restriction base="fb:CharacterStringType"> <pattern value="[A-Z0-9_]{1,20}"/> </restriction> </simpleType> </attribute> <attribute name="value" use="optional"> <annotation> <documentation> The data content portion of the pair. This is intended for a *short* unstructured string like a natural language comment, and should not be used as storage for codes, values, or other structured data. </documentation> </annotation> <simpleType> <restriction base="fb:CharacterStringType"> <minLength value="0"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> </complexType> |
type | restriction of fb:CharacterStringType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <attribute name="name" use="optional"> <annotation> <documentation> The identifying portion of the pair, formatted as if for an enumeration. Consider using an actual enumeration for legal values. </documentation> </annotation> <simpleType> <restriction base="fb:CharacterStringType"> <pattern value="[A-Z0-9_]{1,20}"/> </restriction> </simpleType> </attribute> |
type | restriction of fb:CharacterStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <attribute name="value" use="optional"> <annotation> <documentation> The data content portion of the pair. This is intended for a *short* unstructured string like a natural language comment, and should not be used as storage for codes, values, or other structured data. </documentation> </annotation> <simpleType> <restriction base="fb:CharacterStringType"> <minLength value="0"/> <maxLength value="100"/> </restriction> </simpleType> </attribute> |