Documentation for ATIS-Draft-03-00-79

Simple Type: Name

[Table of contents]

Super-types: xs:string < Name (by restriction)
Sub-types: None
Name Name
Used by (from the same schema document) Complex Type DirectoryDetailReply , Complex Type DirectoryNameRequest , Complex Type AirlineTravelInformation , Complex Type BoardingInstructions , Complex Type DirectoryEntry , Complex Type TransitInformation , Complex Type TransitInformation
Content
  • Base XSD Type: string
  • length >= 1
Documentation Name of the Directory Entry
Diagram
Schema Component Representation
<xs:simpleType name="Name">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>