<xs:element name="CastofCharactersCancelRequest">
<xs:annotation>
<xs:documentation>Message requesting the cancellation of unique identification the various roles for parties within the industry for a list to enable information access and sharing between USPS and multiple mailers.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="Particpant" type="mailxml:participantIDType" />
<xs:element name="Role" type="mailxml_base:roleType" maxOccurs="unbounded" />
</xs:sequence>
<xs:choice>
<xs:element name="MailPieceGroup" type="mailxml:mailPieceGroupType" maxOccurs="unbounded" />
<xs:element name="ContainerGroup" type="mailxml:containerGroupType" maxOccurs="unbounded" />
</xs:choice>
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:CastofCharacterRequestHeaderInfo" />
</xs:complexType>
</xs:element>
|