Definition Type: Element
Name: PickupApptCreateRequest
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Request to create a pickup delivery appointment.
Collapse XSD Schema Diagram:
Drilldown into DetailInfo in schema mailxml_120308_xsd Drilldown into ApptBlock in schema mailxml_120308_xsd Drilldown into SubmittingSoftware in schema mailxml_120308_xsd Drilldown into SubmittingParty in schema mailxml_120308_xsd Drilldown into ApptType 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 PickupRequestHeaderInfo in schema mailxml_120308_xsdXSD Diagram of PickupApptCreateRequest in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="PickupApptCreateRequest">
    <xs:annotation>
        <xs:documentation>Request to create a pickup delivery appointment.</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="ApptBlock" type="mailxml:pickupApptBlockRequestType" />
            <xs:element name="DetailInfo" type="mailxml:detailInfoType" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attributeGroup ref="mailxml:PickupRequestHeaderInfo" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubmittingParty mailxml:SubmittingParty (1) (1)
SubmittingSoftware mailxml:SubmittingSoftware (1) (1)
ApptBlock mailxml:ApptBlock (1) (1)
DetailInfo mailxml:DetailInfo (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
ShipperApptRequestID mailxml:ShipperApptRequestID Required
ConsigneeApptID mailxml:ConsigneeApptID (Optional)
SchedulerCorpID mailxml:SchedulerCorpID Required
SchedulerID mailxml:SchedulerID Required
ApptType mailxml:ApptType (Optional)