diagram | |||
namespace | http://www.fixm.aero/ext/nas/4.3 | ||
children | nas:name nas:value | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="NameValuePairType"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="name" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The identifying portion of the pair, formatted as if for an enumeration. Consider using an actual enumeration for legal values.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="value" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | http://www.fixm.aero/ext/nas/4.3 | |||||||||
type | fb:CharacterStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="name" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The identifying portion of the pair, formatted as if for an enumeration. Consider using an actual enumeration for legal values.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ||||||||||
namespace | http://www.fixm.aero/ext/nas/4.3 | |||||||||
type | fb:CharacterStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="value" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:element> |