<xs:complexType name="apptBlockGoodsType">
<xs:sequence>
<xs:element name="MailClass" type="mailxml_base:mailClassType" maxOccurs="unbounded" />
<xs:element name="ScheduledConsigneeFacility" type="mailxml:consigneeFacilityType" />
<xs:element ref="mailxml:ActualConsigneeFacility" minOccurs="0" />
<xs:element ref="mailxml:ScheduledAppt" />
<xs:element ref="mailxml:ActualTruckArrival" minOccurs="0" />
<xs:element ref="mailxml:ActualStartUnload" minOccurs="0" />
<xs:element ref="mailxml:ActualEndUnload" minOccurs="0" />
<xs:element ref="mailxml:ApptStatus" />
<xs:element name="ApptMethod" type="mailxml_base:apptMethodType" />
<xs:element name="USPSDetail" type="mailxml:uspsDetailType" minOccurs="0" />
<xs:element name="VerificationLocation" type="mailxml_base:verificationLocationType" minOccurs="0" />
<xs:element name="TransportationMethod" type="mailxml_base:transportationMethodType" minOccurs="0" />
<xs:element name="ActualTotalPalletCount" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="ActualPalletCount" type="mailxml:actualPalletType" minOccurs="0" maxOccurs="unbounded" />
<xs:choice>
<xs:element name="EvsSamplingTime" type="xs:dateTime" minOccurs="0" />
<xs:element name="EFileSamplingTime" type="mailxml:eFileSamplingTimeType" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:element name="Irregularities" type="mailxml_base:closeoutIrregularitiesType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="ActualBedload" type="mailxml:actualBedloadType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="ExemptionCode" type="mailxml_base:exemptionCodeType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
|