<xs:complexType name="CofCCreateRejectType">
<xs:sequence>
<xs:element name="OriginalInformation" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:choice>
<xs:sequence>
<xs:element name="MailPieceGroup" type="mailxml:mailPieceGroupCreateType" maxOccurs="unbounded" />
<xs:sequence maxOccurs="unbounded">
<xs:element name="Particpant" type="mailxml:participantIDType" />
<xs:element name="Role" type="mailxml_base:roleType" maxOccurs="unbounded" />
</xs:sequence>
<xs:element name="EffectiveDate" type="xs:date" />
<xs:choice minOccurs="0">
<xs:element name="ExpirationDate" type="xs:date" />
<xs:sequence>
<xs:element name="Duration" type="xs:nonNegativeInteger" />
<xs:element name="DurationUnitofMeasure" type="mailxml_base:uOMType" />
</xs:sequence>
</xs:choice>
</xs:sequence>
<xs:element name="MailPieceGroupID" maxOccurs="unbounded" />
</xs:choice>
<xs:choice>
<xs:sequence>
<xs:element name="ContainerGroup" type="mailxml:groupContainerIDType" maxOccurs="unbounded" />
<xs:sequence maxOccurs="unbounded">
<xs:element name="Particpant" type="mailxml:participantIDType" />
<xs:element name="Role" type="mailxml_base:roleType" maxOccurs="unbounded" />
</xs:sequence>
<xs:element name="EffectiveDate" type="xs:date" />
<xs:choice minOccurs="0">
<xs:element name="ExpirationDate" type="xs:date" />
<xs:sequence>
<xs:element name="Duration" type="xs:nonNegativeInteger" />
<xs:element name="DurationUnitofMeasure" type="mailxml_base:uOMType" />
</xs:sequence>
</xs:choice>
</xs:sequence>
<xs:element name="ContainerGroupID" type="mailxml_base:s12" maxOccurs="unbounded" />
</xs:choice>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
</xs:sequence>
</xs:complexType>
|