Definition Type: ComplexType
Name: PartnerApptBlockType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContentDetailInfoUpdate in schema mailxml_120308_xsd Drilldown into TrailerInfo in schema mailxml_120308_xsd Drilldown into MailClass in schema mailxml_120308_xsd Drilldown into Comment in schema mailxml_120308_xsd Drilldown into ScheduledAppt in schema mailxml_120308_xsd Drilldown into ConsigneeApptID in schema mailxml_120308_xsd Drilldown into ConsigneeFacility in schema mailxml_120308_xsdXSD Diagram of PartnerApptBlockType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="PartnerApptBlockType">
    <xs:sequence>
        <xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" minOccurs="0" />
        <xs:element name="ConsigneeApptID" type="mailxml_base:s12" />
        <xs:element name="ScheduledAppt" type="xs:dateTime" />
        <xs:element name="Comment" type="mailxml_base:s256" minOccurs="0" />
        <xs:element name="MailClass" type="mailxml_base:mailClassType" />
        <xs:element name="TrailerInfo" type="mailxml:trailerInfoType" minOccurs="0" />
        <xs:element name="ContentDetailInfoUpdate" type="mailxml:contentDetailInfoUpdateType" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConsigneeFacility mailxml:ConsigneeFacility 0 (1)
ConsigneeApptID mailxml:ConsigneeApptID (1) (1)
ScheduledAppt mailxml:ScheduledAppt (1) (1)
Comment mailxml:Comment 0 (1)
MailClass mailxml:MailClass (1) (1)
TrailerInfo mailxml:TrailerInfo 0 (1)
ContentDetailInfoUpdate mailxml:ContentDetailInfoUpdate (1) unbounded
Collapse Derivation Tree:
Collapse References:
mailxml:ApptBlock