Definition Type: Element
Name: AllPickupApptCloseoutRequest
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Message sent from the Shipper to the Consignee to check the closeout status of all pickup appointments—scheduled and unscheduled.
Collapse XSD Schema Diagram:
Drilldown into SubmittingSoftware in schema mailxml_120308_xsd Drilldown into SubmittingParty in schema mailxml_120308_xsd Drilldown into End in schema mailxml_120308_xsd Drilldown into Start in schema mailxml_120308_xsd Drilldown into ShipperCorpID in schema mailxml_120308_xsd Drilldown into ShipperID in schema mailxml_120308_xsdXSD Diagram of AllPickupApptCloseoutRequest in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="AllPickupApptCloseoutRequest">
    <xs:annotation>
        <xs:documentation>Message sent from the Shipper to the Consignee to check the closeout status of all pickup appointments—scheduled and unscheduled.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SubmittingParty" type="mailxml:participantIDType" />
            <xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
        </xs:sequence>
        <xs:attribute name="ShipperID" use="required" />
        <xs:attribute name="ShipperCorpID" use="required" />
        <xs:attribute name="Start" type="xs:dateTime" use="required" />
        <xs:attribute name="End" type="xs:dateTime" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubmittingParty mailxml:SubmittingParty (1) (1)
SubmittingSoftware mailxml:SubmittingSoftware (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
ShipperID mailxml:ShipperID Required
ShipperCorpID mailxml:ShipperCorpID Required
Start mailxml:Start Required
End mailxml:End Required