Definition Type: Element
Name: DeliveryApptCancelCreateRequest
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Request to cancel a delivery appointment and create a new one.
Collapse XSD Schema Diagram:
Drilldown into TrailerInfo in schema mailxml_120308_xsd Drilldown into DetailInfo in schema mailxml_120308_xsd Drilldown into ApptBlock in schema mailxml_120308_xsd Drilldown into ApptCancel in schema mailxml_120308_xsd Drilldown into SubmittingSoftware in schema mailxml_120308_xsd Drilldown into SubmittingParty in schema mailxml_120308_xsd Drilldown into TransferAllContent in schema mailxml_120308_xsd Drilldown into PalletPositionCount in schema mailxml_120308_xsd Drilldown into PickupOrDelivery in schema mailxml_120308_xsd Drilldown into ApptType in schema mailxml_120308_xsd Drilldown into ShipperStopNumber in schema mailxml_120308_xsd Drilldown into ConsigneeMultiStopID in schema mailxml_120308_xsd Drilldown into ShipperMultiStopID in schema mailxml_120308_xsd Drilldown into SchedulerID in schema mailxml_120308_xsd Drilldown into SchedulerCorpID in schema mailxml_120308_xsd Drilldown into ConsigneeApptID in schema mailxml_120308_xsd Drilldown into ShipperApptRequestID in schema mailxml_120308_xsd Drilldown into CancelCreateMsgHeaderInfo in schema mailxml_120308_xsdXSD Diagram of DeliveryApptCancelCreateRequest in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="DeliveryApptCancelCreateRequest">
    <xs:annotation>
        <xs:documentation>Request to cancel a delivery appointment and create a new one.</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="ApptCancel" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ReturnInfo" type="mailxml:returnInfoType" />
                    </xs:sequence>
                    <xs:attribute name="ConsigneeApptID" type="mailxml_base:s12" use="required" />
                </xs:complexType>
            </xs:element>
            <xs:element name="ApptBlock" type="mailxml:apptBlockRequestType" />
            <xs:element name="DetailInfo" type="mailxml:detailInfoType" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="TrailerInfo" type="mailxml:trailerInfoType" minOccurs="0" />
        </xs:sequence>
        <xs:attributeGroup ref="mailxml:CancelCreateMsgHeaderInfo" />
        <!-- above is a new attribute groups -->
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubmittingParty mailxml:SubmittingParty (1) (1)
SubmittingSoftware mailxml:SubmittingSoftware (1) (1)
ApptCancel mailxml:ApptCancel (1) unbounded
ApptBlock mailxml:ApptBlock (1) (1)
DetailInfo mailxml:DetailInfo 0 unbounded
TrailerInfo mailxml:TrailerInfo 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ShipperApptRequestID mailxml:ShipperApptRequestID Required
ConsigneeApptID mailxml:ConsigneeApptID (Optional)
SchedulerCorpID mailxml:SchedulerCorpID Required
SchedulerID mailxml:SchedulerID Required
ShipperMultiStopID mailxml:ShipperMultiStopID (Optional)
ConsigneeMultiStopID mailxml:ConsigneeMultiStopID (Optional)
ShipperStopNumber mailxml:ShipperStopNumber (Optional)
ApptType mailxml:ApptType Required
PickupOrDelivery mailxml:PickupOrDelivery Required
PalletPositionCount mailxml:PalletPositionCount (Optional)
TransferAllContent mailxml:TransferAllContent Required