Definition Type: ComplexType
Name: apptInfoType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InductionProblem in schema mailxml_120308_xsd Drilldown into ApptCloseOutDetail in schema mailxml_120308_xsd Drilldown into ActualEndUnload in schema mailxml_120308_xsd Drilldown into ActualStartUnload in schema mailxml_120308_xsd Drilldown into ActualTruckArrival in schema mailxml_120308_xsd Drilldown into ScheduledAppt in schema mailxml_120308_xsd Drilldown into ApptState in schema mailxml_120308_xsd Drilldown into ApptConsigneeID in schema mailxml_120308_xsdXSD Diagram of apptInfoType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="apptInfoType">
    <xs:sequence>
        <xs:element name="ApptConsigneeID" type="mailxml_base:s12" />
        <xs:element name="ApptState" type="mailxml_base:apptStateType" />
        <xs:element ref="mailxml:ScheduledAppt" />
        <xs:element ref="mailxml:ActualTruckArrival" />
        <xs:element ref="mailxml:ActualStartUnload" minOccurs="0" />
        <xs:element ref="mailxml:ActualEndUnload" minOccurs="0" />
        <xs:element name="ApptCloseOutDetail" type="mailxml:apptCloseoutDetailType" />
        <xs:element name="InductionProblem" type="mailxml:inductionProblemType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApptConsigneeID mailxml:ApptConsigneeID (1) (1)
ApptState mailxml:ApptState (1) (1)
ScheduledAppt mailxml:ScheduledAppt (1) (1)
ActualTruckArrival mailxml:ActualTruckArrival (1) (1)
ActualStartUnload mailxml:ActualStartUnload 0 (1)
ActualEndUnload mailxml:ActualEndUnload 0 (1)
ApptCloseOutDetail mailxml:ApptCloseOutDetail (1) (1)
InductionProblem mailxml:InductionProblem 0 unbounded
Collapse Derivation Tree:
Collapse References:
mailxml:ApptInfo