<xs:complexType name="CofCCreateAcceptType">
<xs:sequence>
<xs:choice>
<xs:element name="MailPieceGroup" maxOccurs="unbounded">
<xs:complexType>
<xs:attributeGroup ref="mailxml:MailPieceGroupResponseHeaderInfo" />
</xs:complexType>
</xs:element>
<xs:element name="ContainerGroup" maxOccurs="unbounded">
<xs:complexType>
<xs:attributeGroup ref="mailxml:ContainerGroupResponseHeaderInfo" />
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|