<xs:element name="OpenMailingGroupRequest">
<xs:annotation>
<xs:documentation>Request to open a Mailing Group as a method to allow USPS customers to organize documents in a manner that suits their business needs.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="MailingGroupData" type="mailxml:mailingGroupDataType" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:MailXMLOpenMailGroupRequestHeaderInfo" />
</xs:complexType>
</xs:element>
|