Documentation for ATIS-Draft-03-00-79

Complex Type: DirectoryAppointmentReply

[Table of contents]

Super-types: None
Sub-types: None
Name DirectoryAppointmentReply
Used by (from the same schema document) Element directoryAppointmentReply
Abstract no
XML Instance Representation
<...>
<traveler-Identity> Traveler-Identity </traveler-Identity> [1]
<directoryEntry-Identity> Identity </directoryEntry-Identity> [1]
<appointmentTime> DateTimePair </appointmentTime> [0..1]
<coinfirm> Appointment-Confirmation </coinfirm> [0..1]
<confirmationNumber> ConfirmationNumber </confirmationNumber> [0..1]
<furtherData> URL-Link </furtherData> [0..1]
</...>
Diagram
h1417300159 h1015412803 h1210973722 h1549312328 h-270582493 h882153789
Schema Component Representation
<xs:complexType name="DirectoryAppointmentReply">
<xs:sequence>
<xs:element name="traveler-Identity" type=" Traveler-Identity "/>
<xs:element name="directoryEntry-Identity" type=" Identity "/>
<xs:element name="appointmentTime" type=" DateTimePair " minOccurs="0"/>
<xs:element name="coinfirm" type=" Appointment-Confirmation " minOccurs="0"/>
<xs:element name="confirmationNumber" type=" ConfirmationNumber " minOccurs="0"/>
<xs:element name="furtherData" type=" URL-Link " minOccurs="0"/>
</xs:sequence>
</xs:complexType>