complexType NameValuePairType
diagram Nas_diagrams/Nas_p76.png
namespace http://www.faa.aero/nas/4.2
used by
elements NameValuePair NameValueListType/nameValue
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

            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 <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>

attribute NameValuePairType/@name
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9_]{1,20}
annotation
documentation

               The identifying portion of the pair, formatted as if for an enumeration. Consider
               using an actual enumeration for legal values.
           
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>

attribute NameValuePairType/@value
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 100
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 <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>


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