<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>
|