complexType NameValuePairType
diagram Nas_diagrams/Nas_p95.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:name nas:value
used by
element NameValueListType/nameValue
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.
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>

element NameValuePairType/name
diagram Nas_diagrams/Nas_p96.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
The identifying portion of the pair, formatted as if for an enumeration. Consider using an actual enumeration for legal values.
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>

element NameValuePairType/value
diagram Nas_diagrams/Nas_p97.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
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.
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>


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