Documentation for ATIS-Draft-03-00-79

Complex Type: ContactSetting

[Table of contents]

Super-types: None
Sub-types: None
Name ContactSetting
Used by (from the same schema document) Complex Type TravelerSettingsRequest , Complex Type MessageHeader
Abstract no
XML Instance Representation
<...>
<agencyIdentifier> tmdd:Organization-resource-identifier </agencyIdentifier> [0..1]
<agencyLocation> lrms:AreaLocation </agencyLocation> [0..1]
<agencyName> tmdd:Link-ownership </agencyName> [0..1]
<userIdentity> Traveler-Identity </userIdentity> [0..1]
<userSetting> Traveler-Setting </userSetting> [0..1]
<deviceIdentity> Setting-Identity </deviceIdentity> [0..1]
<person> PersonName </person> [0..1]
<contacts> ContactInformation </contacts> [0..1]
<address> lrms:Address </address> [0..1]
<device> TravelerDeviceSetting </device> [0..16]
<tail> Tail </tail> [0..1]
</...>
Diagram
h-632460109 h1611478119 h418884897 h1417300159 h-1843285457 h555914816 h-1144352315 h-1567569359 h-417820721 h-59539026 h518407765
Schema Component Representation
<xs:complexType name="ContactSetting">
<xs:sequence>
<xs:element name="agencyIdentifier" type=" tmdd:Organization-resource-identifier " minOccurs="0"/>
<xs:element name="agencyLocation" type=" lrms:AreaLocation " minOccurs="0"/>
<xs:element name="agencyName" type=" tmdd:Link-ownership " minOccurs="0"/>
<-- TMDD.Contact-organization-name -->
<xs:element name="userIdentity" type=" Traveler-Identity " minOccurs="0"/>
<xs:element name="userSetting" type=" Traveler-Setting " minOccurs="0"/>
<xs:element name="deviceIdentity" type=" Setting-Identity " minOccurs="0"/>
<xs:element name="person" type=" PersonName " minOccurs="0"/>
<xs:element name="contacts" type=" ContactInformation " minOccurs="0"/>
<xs:element name="address" type=" lrms:Address " minOccurs="0"/>
<xs:element name="device" type=" TravelerDeviceSetting " minOccurs="0" maxOccurs="16"/>
<xs:element name="tail" type=" Tail " minOccurs="0"/>
</xs:sequence>
</xs:complexType>