Definition Type: Element
Name: PartnerApptQueryResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the request from a company such as a printer or logistics company to query appointments on behalf of their business partner such as the mail owner.
Collapse XSD Schema Diagram:
Drilldown into QueryError in schema mailxml_120308_xsd Drilldown into QueryResults in schema mailxml_120308_xsd Drilldown into End in schema mailxml_120308_xsd Drilldown into Start in schema mailxml_120308_xsd Drilldown into ConsigneeContentID in schema mailxml_120308_xsd Drilldown into SchedulerContentID in schema mailxml_120308_xsd Drilldown into SchedulerCorpID in schema mailxml_120308_xsd Drilldown into SchedulerID in schema mailxml_120308_xsd Drilldown into ConsigneeApptID in schema mailxml_120308_xsd Drilldown into PartnerApptRequestHeaderInfo in schema mailxml_120308_xsdXSD Diagram of PartnerApptQueryResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="PartnerApptQueryResponse">
    <xs:annotation>
        <xs:documentation>Response to the request from a company such as a printer or logistics company to query appointments on behalf of their business partner such as the mail owner.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element name="QueryResults">
                    <xs:annotation>
                        <xs:documentation>
                        </xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                        <xs:sequence minOccurs="0" maxOccurs="unbounded">
                            <xs:element name="ApptBlock" type="mailxml:PartnerApptBlockType" />
                            <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:PartnerApptRequestHeaderInfo" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QueryResults mailxml:QueryResults (1) (1)
QueryError mailxml:QueryError (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
ConsigneeApptID mailxml:ConsigneeApptID (Optional)
SchedulerID mailxml:SchedulerID Required
SchedulerCorpID mailxml:SchedulerCorpID Required
SchedulerContentID mailxml:SchedulerContentID (Optional)
ConsigneeContentID mailxml:ConsigneeContentID (Optional)
Start mailxml:Start (Optional)
End mailxml:End (Optional)