<xs:complexType name="recurringApptBlockType">
<xs:sequence>
<xs:element name="ConsigneeFacility" type="mailxml:consigneeFacilityType" />
<xs:element name="RecurringData" type="mailxml:recurringApptType" />
<xs:element name="USPSsummary" type="mailxml:uspsSummaryType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="PostalClass" type="mailxml_base:mailClassType" maxOccurs="unbounded" />
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:RecurringApptQueryResponseHeaderInfo" />
</xs:complexType>
|