Definition Type: Element
Name: QueryResults
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReturnInfo in schema mailxml_120308_xsd Drilldown into AvailableSlots in schema mailxml_120308_xsd Drilldown into Comment in schema mailxml_120308_xsd Drilldown into ConsigneeFacility in schema mailxml_120308_xsd Drilldown into TrailerInfo in schema mailxml_120308_xsd Drilldown into DetailInfo in schema mailxml_120308_xsd Drilldown into SlotAvailibilty in schema mailxml_120308_xsd Drilldown into OneTimeAppt in schema mailxml_120308_xsd Drilldown into RecurringAppt in schema mailxml_120308_xsdXSD Diagram of QueryResults in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RecurringAppt mailxml:RecurringAppt (1) (1)
OneTimeAppt mailxml:OneTimeAppt (1) (1)
SlotAvailibilty mailxml:SlotAvailibilty (1) (1)
DetailInfo mailxml:DetailInfo 0 unbounded
TrailerInfo mailxml:TrailerInfo 0 (1)
ConsigneeFacility mailxml:ConsigneeFacility (1) (1)
Comment mailxml:Comment 0 (1)
AvailableSlots mailxml:AvailableSlots 0 (1)
ReturnInfo mailxml:ReturnInfo 0 (1)