<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>
|