<xs:element name="CastofCharactersUpdateRequest">
<xs:annotation>
<xs:documentation>Message requesting an update to 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:choice>
<xs:element name="MailPieceGroup" type="mailxml:mailPieceGroupType" maxOccurs="unbounded" />
<xs:element name="ContainerGroup" type="mailxml:containerGroupType" maxOccurs="unbounded" />
</xs:choice>
<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:element name="EffectiveDate" type="xs:date" minOccurs="0" />
<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:attributeGroup ref="mailxml:CastofCharacterRequestHeaderInfo" />
</xs:complexType>
</xs:element>
|