Documentation for ATIS-Draft-03-00-79

Simple Type: Freetext

[Table of contents]

Super-types: xs:string < Freetext (by restriction)
Sub-types: None
Name Freetext
Used by (from the same schema document) Complex Type DirectoryDetailReply , Complex Type BoardingInstructions , Complex Type ComplexCost , Complex Type Identifier , Complex Type Identifier , Complex Type ManeuverInstruction , Complex Type ManeuverInstruction , Complex Type ManeuverInstruction , Complex Type ParkingInstructions , Complex Type Route , Complex Type Segment , Complex Type SettingEntries
Content
  • Base XSD Type: string
  • length >= 1
Diagram
Schema Component Representation
<xs:simpleType name="Freetext">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="500"/>
</xs:restriction>
</xs:simpleType>