Definition Type: ComplexType
Name: pickupApptBlockResponseType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TransportationResponsibility in schema mailxml_120308_xsd Drilldown into Comment in schema mailxml_120308_xsd Drilldown into ScheduledAppt in schema mailxml_120308_xsd Drilldown into PickupLocation in schema mailxml_120308_xsd Drilldown into ConsigneeFacility in schema mailxml_120308_xsdXSD Diagram of pickupApptBlockResponseType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="pickupApptBlockResponseType">
    <xs:sequence>
        <xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" minOccurs="0" />
        <xs:element name="PickupLocation" type="mailxml:consigneeFacilityType" />
        <xs:element name="ScheduledAppt" type="xs:dateTime" />
        <xs:element name="Comment" type="mailxml_base:s256" minOccurs="0" />
        <xs:element name="TransportationResponsibility" type="mailxml_base:responsibleTransportationPartyType" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConsigneeFacility mailxml:ConsigneeFacility 0 (1)
PickupLocation mailxml:PickupLocation (1) (1)
ScheduledAppt mailxml:ScheduledAppt (1) (1)
Comment mailxml:Comment 0 (1)
TransportationResponsibility mailxml:TransportationResponsibility (1) (1)
Collapse Derivation Tree:
Collapse References:
mailxml:ApptInfo, mailxml:ApptInfo