Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema NasCommon.xsd
Namespace http://www.faa.aero/nas/4.1
Annotations
Copyright (c) 2016 US Federal Aviation Administration (FAA) 
=========================================== 
All rights reserved. 
 
Redistribution and use in source and binary forms, with or without modification, 
are permitted provided that the following conditions are met: 
* Redistributions of source code must retain the above copyright notice, this list 
of conditions and the disclaimer. 
* Redistributions in binary form must reproduce the above copyright notice, this 
list of conditions and the disclaimer in the documentation and/or other materials 
provided with the distribution. 
* The name of US FAA or the names of its contributors may not be used to endorse 
or promote products derived from this specification without specific prior written 
permission. 
 
DISCLAIMER 
 
THIS SPECIFICATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
DAMAGE. 
 
========================================== 
Editorial note: this license is an instance of the BSD license template as provided 
by the Open Source Initiative: 
http://www.opensource.org/licenses/bsd-license.php 
 
The authoritative reference for FIXM is www.FIXM.aero. 
 
Details on the US FAA: http://www.faa.gov/
Defines NAS specific time concepts that are shared among several elements.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.1.1
Element nas:ProvenanceType / nas:reportedTimestamp
Namespace http://www.faa.aero/nas/4.1
Annotations
Indicates the timestamp of when the time was reported.
Diagram
Diagram
Type TimeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="reportedTimestamp" type="fb:TimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Indicates the timestamp of when the time was reported.</documentation>
  </annotation>
</element>
Element nas:ReportedTimeType / nas:time
Namespace http://www.faa.aero/nas/4.1
Annotations
Time which is the subject of the ReportedTime.
Diagram
Diagram
Type TimeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="time" type="fb:TimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Time which is the subject of the ReportedTime.</documentation>
  </annotation>
</element>
Element nas:NameValueListType / nas:nameValue
Namespace http://www.faa.aero/nas/4.1
Annotations
A set of up to 10 name-value pairs.
Diagram
Diagram NasCommon_xsd.tmp#NameValuePairType_name NasCommon_xsd.tmp#NameValuePairType_value NasCommon_xsd.tmp#NameValuePairType
Type nas:NameValuePairType
Properties
content: complex
minOccurs: 0
maxOccurs: 20
Attributes
QName Type Fixed Default Use Annotation
name restriction of CharacterStringType optional
The identifying portion of the pair, formatted as if for an enumeration. Consider 
using an actual enumeration for legal values.
value restriction of CharacterStringType optional
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
<element name="nameValue" type="nas:NameValuePairType" minOccurs="0" maxOccurs="20">
  <annotation>
    <documentation>A set of up to 10 name-value pairs.</documentation>
  </annotation>
</element>
Element nas:NameValueList
Namespace http://www.faa.aero/nas/4.1
Diagram
Diagram NasCommon_xsd.tmp#NameValueListType_nameValue NasCommon_xsd.tmp#NameValueListType
Type nas:NameValueListType
Properties
content: complex
Model nas:nameValue{0,20}
Children nas:nameValue
Instance
<nas:NameValueList>
  <nas:nameValue name="" value="">{0,20}</nas:nameValue>
</nas:NameValueList>
Source
<element name="NameValueList" type="nas:NameValueListType"/>
Element nas:NameValuePair
Namespace http://www.faa.aero/nas/4.1
Diagram
Diagram NasCommon_xsd.tmp#NameValuePairType_name NasCommon_xsd.tmp#NameValuePairType_value NasCommon_xsd.tmp#NameValuePairType
Type nas:NameValuePairType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
name restriction of CharacterStringType optional
The identifying portion of the pair, formatted as if for an enumeration. Consider 
using an actual enumeration for legal values.
value restriction of CharacterStringType optional
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
<element name="NameValuePair" type="nas:NameValuePairType"/>
Element nas:NasRunwayInformation
Namespace http://www.faa.aero/nas/4.1
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#NasRunwayInformationType_classificationType NasCommon_xsd.tmp#NasRunwayInformationType NasCommon_xsd.tmp#Provenance
Type nas:NasRunwayInformationType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model nas:reportedTimestamp{0,1}
Children nas:reportedTimestamp
Instance
<nas:NasRunwayInformation classificationType="" source="">
  <nas:reportedTimestamp>{0,1}</nas:reportedTimestamp>
</nas:NasRunwayInformation>
Attributes
QName Type Fixed Default Use Annotation
classificationType nas:RunwayClassificationTypeType optional
Indicates the level of certainty of the runway to be used by the flight.  Well prior 
to the use of the runway, the name of the runway is just a prediction.  However, 
as the flight’s window to use the runway gets shorter, the runway would be assigned 
to the flight.  Once landed, the actual runway used by the flight would be reported.
source nas:SourceType optional
Source of the time report.
Source
<element name="NasRunwayInformation" type="nas:NasRunwayInformationType" substitutionGroup="nas:Provenance"/>
Element nas:NasStandInformation
Namespace http://www.faa.aero/nas/4.1
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#NasStandInformationType_standName NasCommon_xsd.tmp#NasStandInformationType NasCommon_xsd.tmp#Provenance
Type nas:NasStandInformationType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model nas:reportedTimestamp{0,1}
Children nas:reportedTimestamp
Instance
<nas:NasStandInformation source="" standName="">
  <nas:reportedTimestamp>{0,1}</nas:reportedTimestamp>
</nas:NasStandInformation>
Attributes
QName Type Fixed Default Use Annotation
source nas:SourceType optional
Source of the time report.
standName TextNameType optional
Name of the stand.
Source
<element name="NasStandInformation" type="nas:NasStandInformationType" substitutionGroup="nas:Provenance"/>
Element nas:Provenance
Namespace http://www.faa.aero/nas/4.1
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType NasArrival_xsd.tmp#NasRunwayArrivalEstimated NasDeparture_xsd.tmp#NasRunwayDepartureEstimated NasCommon_xsd.tmp#NasRunwayInformation NasCommon_xsd.tmp#NasStandInformation NasCommon_xsd.tmp#ReportedTime NasStatus_xsd.tmp#TfdmAtcFlightState NasStatus_xsd.tmp#TfdmFlightState
Type nas:ProvenanceType
Properties
content: complex
Substitution Group
Model nas:reportedTimestamp{0,1}
Children nas:reportedTimestamp
Instance
<nas:Provenance source="">
  <nas:reportedTimestamp>{0,1}</nas:reportedTimestamp>
</nas:Provenance>
Attributes
QName Type Fixed Default Use Annotation
source nas:SourceType optional
Source of the time report.
Source
<element name="Provenance" type="nas:ProvenanceType"/>
Element nas:ReportedTime
Namespace http://www.faa.aero/nas/4.1
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#ReportedTimeType_time NasCommon_xsd.tmp#ReportedTimeType NasCommon_xsd.tmp#Provenance
Type nas:ReportedTimeType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model nas:reportedTimestamp{0,1} , nas:time{0,1}
Children nas:reportedTimestamp, nas:time
Instance
<nas:ReportedTime source="">
  <nas:reportedTimestamp>{0,1}</nas:reportedTimestamp>
  <nas:time>{0,1}</nas:time>
</nas:ReportedTime>
Attributes
QName Type Fixed Default Use Annotation
source nas:SourceType optional
Source of the time report.
Source
<element name="ReportedTime" type="nas:ReportedTimeType" substitutionGroup="nas:Provenance"/>
Complex Type nas:ReportedTimeType
Namespace http://www.faa.aero/nas/4.1
Annotations
Represents time that was reported by a source including the source and timestamp 
of when the time was reported
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#ReportedTimeType_time
Type extension of nas:ProvenanceType
Type hierarchy
Used by
Model nas:reportedTimestamp{0,1} , nas:time{0,1}
Children nas:reportedTimestamp, nas:time
Attributes
QName Type Fixed Default Use Annotation
source nas:SourceType optional
Source of the time report.
Source
<complexType name="ReportedTimeType">
  <annotation>
    <documentation>Represents time that was reported by a source including the source and timestamp of when the time was reported</documentation>
  </annotation>
  <complexContent>
    <extension base="nas:ProvenanceType">
      <sequence>
        <element name="time" type="fb:TimeType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Time which is the subject of the ReportedTime.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type nas:ProvenanceType
Namespace http://www.faa.aero/nas/4.1
Annotations
Contains the provenance information such as the reported timestamp and the source 
of the report.
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp
Used by
Model nas:reportedTimestamp{0,1}
Children nas:reportedTimestamp
Attributes
QName Type Fixed Default Use Annotation
source nas:SourceType optional
Source of the time report.
Source
<complexType name="ProvenanceType">
  <annotation>
    <documentation>Contains the provenance information such as the reported timestamp and the source of the report.</documentation>
  </annotation>
  <sequence>
    <element name="reportedTimestamp" type="fb:TimeType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>Indicates the timestamp of when the time was reported.</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="source" type="nas:SourceType" use="optional">
    <annotation>
      <documentation>Source of the time report.</documentation>
    </annotation>
  </attribute>
</complexType>
Simple Type nas:SourceType
Namespace http://www.faa.aero/nas/4.1
Annotations
Source of the report.
Diagram
Diagram
Type restriction of string
Facets
enumeration AIRSPACE_USER
enumeration TFDM
enumeration TFMS
enumeration STARS
enumeration TBFM
enumeration TDLS
enumeration ERAM
Used by
Source
<simpleType name="SourceType">
  <annotation>
    <documentation>Source of the report.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="AIRSPACE_USER"/>
    <enumeration value="TFDM"/>
    <enumeration value="TFMS"/>
    <enumeration value="STARS"/>
    <enumeration value="TBFM"/>
    <enumeration value="TDLS"/>
    <enumeration value="ERAM"/>
  </restriction>
</simpleType>
Complex Type nas:NasRunwayInformationType
Namespace http://www.faa.aero/nas/4.1
Annotations
Contains supplementary provenance information and classification information for 
the runway designator.
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#NasRunwayInformationType_classificationType
Type extension of nas:ProvenanceType
Type hierarchy
Used by
Model nas:reportedTimestamp{0,1}
Children nas:reportedTimestamp
Attributes
QName Type Fixed Default Use Annotation
classificationType nas:RunwayClassificationTypeType optional
Indicates the level of certainty of the runway to be used by the flight.  Well prior 
to the use of the runway, the name of the runway is just a prediction.  However, 
as the flight’s window to use the runway gets shorter, the runway would be assigned 
to the flight.  Once landed, the actual runway used by the flight would be reported.
source nas:SourceType optional
Source of the time report.
Source
<complexType name="NasRunwayInformationType">
  <annotation>
    <documentation>Contains supplementary provenance information and classification information for the runway designator.</documentation>
  </annotation>
  <complexContent>
    <extension base="nas:ProvenanceType">
      <attribute name="classificationType" type="nas:RunwayClassificationTypeType" use="optional">
        <annotation>
          <documentation>Indicates the level of certainty of the runway to be used by the flight. Well prior to the use of the runway, the name of the runway is just a prediction. However, as the flight’s window to use the runway gets shorter, the runway would be assigned to the flight. Once landed, the actual runway used by the flight would be reported.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Simple Type nas:RunwayClassificationTypeType
Namespace http://www.faa.aero/nas/4.1
Annotations
Indicates the level of certainty of the runway to be used by the flight.  Well prior 
to the use of the runway, the name of the runway is just a prediction.  However, 
as the flight’s window to use the runway gets shorter, the runway would be assigned 
to the flight.  Once landed, the actual runway used by the flight would be reported.
Diagram
Diagram
Type restriction of string
Facets
enumeration ASSIGNED
enumeration PREDICTED
enumeration ACTUAL
Used by
Source
<simpleType name="RunwayClassificationTypeType">
  <annotation>
    <documentation>Indicates the level of certainty of the runway to be used by the flight. Well prior to the use of the runway, the name of the runway is just a prediction. However, as the flight’s window to use the runway gets shorter, the runway would be assigned to the flight. Once landed, the actual runway used by the flight would be reported.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="ASSIGNED"/>
    <enumeration value="PREDICTED"/>
    <enumeration value="ACTUAL"/>
  </restriction>
</simpleType>
Complex Type nas:NasStandInformationType
Namespace http://www.faa.aero/nas/4.1
Annotations
Contains the name of the aircraft stand.
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#NasStandInformationType_standName
Type extension of nas:ProvenanceType
Type hierarchy
Used by
Model nas:reportedTimestamp{0,1}
Children nas:reportedTimestamp
Attributes
QName Type Fixed Default Use Annotation
source nas:SourceType optional
Source of the time report.
standName TextNameType optional
Name of the stand.
Source
<complexType name="NasStandInformationType">
  <annotation>
    <documentation>Contains the name of the aircraft stand.</documentation>
  </annotation>
  <complexContent>
    <extension base="nas:ProvenanceType">
      <attribute name="standName" type="fb:TextNameType" use="optional">
        <annotation>
          <documentation>Name of the stand.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Simple Type nas:RunwayUnassignedIndicatorType
Namespace http://www.faa.aero/nas/4.1
Annotations
Indicates that the runway associated with a flight is unassigned.
Diagram
Diagram
Type restriction of string
Facets
enumeration RUNWAY_UNASSIGNED
Used by
Source
<simpleType name="RunwayUnassignedIndicatorType">
  <annotation>
    <documentation>Indicates that the runway associated with a flight is unassigned.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="RUNWAY_UNASSIGNED"/>
  </restriction>
</simpleType>
Simple Type nas:SlotAssignmentType
Namespace http://www.faa.aero/nas/4.1
Annotations
Arrival or departure slot assignment.
Diagram
Diagram
Type CharacterStringType
Type hierarchy
Used by
Source
<simpleType name="SlotAssignmentType">
  <annotation>
    <documentation>Arrival or departure slot assignment.</documentation>
  </annotation>
  <restriction base="fb:CharacterStringType"/>
</simpleType>
Simple Type nas:ConstrainedAirspaceType
Namespace http://www.faa.aero/nas/4.1
Annotations
Constrained Airspace such as Flow Constrained Area (FCA)
Diagram
Diagram
Type CharacterStringType
Type hierarchy
Used by
Source
<simpleType name="ConstrainedAirspaceType">
  <annotation>
    <documentation>Constrained Airspace such as Flow Constrained Area (FCA)</documentation>
  </annotation>
  <restriction base="fb:CharacterStringType"/>
</simpleType>
Complex Type nas:NameValueListType
Namespace http://www.faa.aero/nas/4.1
Annotations
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.
Diagram
Diagram NasCommon_xsd.tmp#NameValueListType_nameValue
Used by
Model nas:nameValue{0,20}
Children nas:nameValue
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>
Complex Type nas:NameValuePairType
Namespace http://www.faa.aero/nas/4.1
Annotations
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.
Diagram
Diagram NasCommon_xsd.tmp#NameValuePairType_name NasCommon_xsd.tmp#NameValuePairType_value
Used by
Attributes
QName Type Fixed Default Use Annotation
name restriction of CharacterStringType optional
The identifying portion of the pair, formatted as if for an enumeration. Consider 
using an actual enumeration for legal values.
value restriction of CharacterStringType optional
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
<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>
Simple Type nas:TerminalNameType
Namespace http://www.faa.aero/nas/4.1
Annotations
Common terminal name.
Diagram
Diagram
Type TextNameType
Type hierarchy
Source
<simpleType name="TerminalNameType">
  <annotation>
    <documentation>Common terminal name.</documentation>
  </annotation>
  <restriction base="fb:TextNameType"/>
</simpleType>
Attribute nas:ProvenanceType / @source
Namespace No namespace
Annotations
Source of the time report.
Type nas:SourceType
Properties
use: optional
Facets
enumeration AIRSPACE_USER
enumeration TFDM
enumeration TFMS
enumeration STARS
enumeration TBFM
enumeration TDLS
enumeration ERAM
Used by
Complex Type nas:ProvenanceType
Source
<attribute name="source" type="nas:SourceType" use="optional">
  <annotation>
    <documentation>Source of the time report.</documentation>
  </annotation>
</attribute>
Attribute nas:NasRunwayInformationType / @classificationType
Namespace No namespace
Annotations
Indicates the level of certainty of the runway to be used by the flight.  Well prior 
to the use of the runway, the name of the runway is just a prediction.  However, 
as the flight’s window to use the runway gets shorter, the runway would be assigned 
to the flight.  Once landed, the actual runway used by the flight would be reported.
Type nas:RunwayClassificationTypeType
Properties
use: optional
Facets
enumeration ASSIGNED
enumeration PREDICTED
enumeration ACTUAL
Used by
Source
<attribute name="classificationType" type="nas:RunwayClassificationTypeType" use="optional">
  <annotation>
    <documentation>Indicates the level of certainty of the runway to be used by the flight. Well prior to the use of the runway, the name of the runway is just a prediction. However, as the flight’s window to use the runway gets shorter, the runway would be assigned to the flight. Once landed, the actual runway used by the flight would be reported.</documentation>
  </annotation>
</attribute>
Attribute nas:NasStandInformationType / @standName
Namespace No namespace
Annotations
Name of the stand.
Type TextNameType
Properties
use: optional
Used by
Source
<attribute name="standName" type="fb:TextNameType" use="optional">
  <annotation>
    <documentation>Name of the stand.</documentation>
  </annotation>
</attribute>
Attribute nas:NameValuePairType / @name
Namespace No namespace
Annotations
The identifying portion of the pair, formatted as if for an enumeration. Consider 
using an actual enumeration for legal values.
Type restriction of CharacterStringType
Type hierarchy
  • CharacterStringType
Properties
use: optional
Used by
Complex Type nas:NameValuePairType
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 nas:NameValuePairType / @value
Namespace No namespace
Annotations
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.
Type restriction of CharacterStringType
Type hierarchy
  • CharacterStringType
Properties
use: optional
Used by
Complex Type nas:NameValuePairType
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>