complexType NameValueListType
diagram Nas_diagrams/Nas_p74.png
namespace http://www.faa.aero/nas/4.2
children nas:nameValue
used by
elements NameValueList 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 <complexType name="NameValueListType">
 
<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.
        
</documentation>
 
</annotation>
 
<sequence>
   
<element name="nameValue" type="nas:NameValuePairType" minOccurs="0" maxOccurs="20">
     
<annotation>
       
<documentation>
                  A set of up to 10 name-value pairs.
              
</documentation>
     
</annotation>
   
</element>
 
</sequence>
</complexType>

element NameValueListType/nameValue
diagram Nas_diagrams/Nas_p75.png
namespace http://www.faa.aero/nas/4.2
type nas:NameValuePairType
properties
minOcc 0
maxOcc 20
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  derived by: fb:CharacterStringType  optional      
documentation

               The identifying portion of the pair, formatted as if for an enumeration. Consider
               using an actual enumeration for legal values.
           
value  derived by: fb:CharacterStringType  optional      
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.
           
annotation
documentation

                  A set of up to 10 name-value pairs.
              
source <element name="nameValue" type="nas:NameValuePairType" minOccurs="0" maxOccurs="20">
 
<annotation>
   
<documentation>
                  A set of up to 10 name-value pairs.
              
</documentation>
 
</annotation>
</element>


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