<xs:element name="DeliveryApptQueryResponse">
<xs:annotation>
<xs:documentation>Response to the Query request for for availablity of a particular appointment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="QueryResults">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="RecurringAppt" type="mailxml:recurringApptType" />
<xs:element name="OneTimeAppt" type="mailxml:oneTimeApptType" />
<xs:element name="SlotAvailibilty" type="mailxml:slotAvailibilityType" />
</xs:choice>
<xs:element name="DetailInfo" type="mailxml:detailInfoType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="TrailerInfo" type="mailxml:trailerInfoType" minOccurs="0" />
<xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" />
<xs:element name="Comment" type="mailxml_base:s256" minOccurs="0" />
<xs:element name="AvailableSlots" type="mailxml:availableSlotType" minOccurs="0" />
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="mailxml:QueryError" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="mailxml:RequestMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|