complexType NameValueListType
diagram Nas_diagrams/Nas_p93.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:nameValue
used by
element NasFlightType/additionalFlightInformation
annotation
documentation
A basic list of name/value pairs.

The name/value list structure is intended for use in the RARE situations where otherwise unstructured data can be rendered into a semi-structure of tags and data. It is not appropriate for adding arbitrary data to arbitrary places in the schema.
source <xs:complexType name="NameValueListType">
 
<xs:annotation>
   
<xs:documentation>A basic list of name/value pairs.

The name/value list structure is intended for use in the RARE situations where otherwise unstructured data can be rendered into a semi-structure of tags and data. It is not appropriate for adding arbitrary data to arbitrary places in the schema.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="nameValue" type="nas:NameValuePairType" nillable="true" minOccurs="0" maxOccurs="20">
     
<xs:annotation>
       
<xs:documentation>A set of up to 20 name-value pairs intended to be used temporarily to support data exchange the model does not currently accomodate. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NameValueListType/nameValue
diagram Nas_diagrams/Nas_p94.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NameValuePairType
properties
minOcc 0
maxOcc 20
content complex
nillable true
children nas:name nas:value
annotation
documentation
A set of up to 20 name-value pairs intended to be used temporarily to support data exchange the model does not currently accomodate.
source <xs:element name="nameValue" type="nas:NameValuePairType" nillable="true" minOccurs="0" maxOccurs="20">
 
<xs:annotation>
   
<xs:documentation>A set of up to 20 name-value pairs intended to be used temporarily to support data exchange the model does not currently accomodate. </xs:documentation>
 
</xs:annotation>
</xs:element>


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