Documentation for ATIS-Draft-03-00-79

Simple Type: Traveler-Setting

[Table of contents]

Super-types: xs:string < Traveler-Setting (by restriction)
Sub-types: None
Name Traveler-Setting
Used by (from the same schema document) Complex Type TravelerDeviceSetting , Complex Type ContactSetting
Content
  • Base XSD Type: string
  • length >= 1
Documentation Description and/or codes describing the traveler s preferences
Diagram
Schema Component Representation
<xs:simpleType name="Traveler-Setting">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="40"/>
</xs:restriction>
</xs:simpleType>