Definition Type: Element
Name: OpenApptQueryRequest
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Query request for available delivery appointments.
Collapse XSD Schema Diagram:
Drilldown into OptionalAppt in schema mailxml_120308_xsd Drilldown into ConsigneeFacility in schema mailxml_120308_xsd Drilldown into SubmittingSoftware in schema mailxml_120308_xsd Drilldown into SubmittingParty in schema mailxml_120308_xsd Drilldown into ApptType in schema mailxml_120308_xsd Drilldown into SchedulerID in schema mailxml_120308_xsd Drilldown into QueryMsgHeaderInfo in schema mailxml_120308_xsdXSD Diagram of OpenApptQueryRequest in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubmittingParty mailxml:SubmittingParty (1) (1)
SubmittingSoftware mailxml:SubmittingSoftware (1) (1)
ConsigneeFacility mailxml:ConsigneeFacility (1) (1)
OptionalAppt mailxml:OptionalAppt (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
SchedulerID mailxml:SchedulerID Required
ApptType mailxml:ApptType Required