<xs:element name="OpenApptQueryRequest">
<xs:annotation>
<xs:documentation>Query request for available delivery appointments.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" />
<xs:element name="OptionalAppt" type="mailxml:optionalApptType" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:QueryMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|