<xs:complexType name="mailPieceGroupResponseType">
<xs:choice maxOccurs="unbounded">
<xs:element name="MailPieceID" type="mailxml:mailPieceIDType" />
<xs:sequence>
<xs:element name="LowestMailPieceID" type="mailxml:mailPieceIDType" />
<xs:element name="HighestMailPieceID" type="mailxml:mailPieceIDType" />
</xs:sequence>
</xs:choice>
<xs:attributeGroup ref="mailxml:MailPieceGroupResponseHeaderInfo" />
</xs:complexType>
|