<xs:complexType name="mailingGroupDataType">
<xs:sequence>
<xs:element name="CustomerDescription" type="mailxml_base:s50" minOccurs="0" />
<xs:element name="SubmitterCRID" type="mailxml_base:CRIDType" />
<xs:element name="PermitPublicationData" type="mailxml:permitPublicationDataType" />
<xs:element name="PostOfficeOfMailingZip" type="mailxml_base:es5" />
<xs:element name="MailingFacility" type="mailxml_base:s10" minOccurs="0" />
<xs:element name="MailXmlPresentationCategory" type="mailxml_base:mailXmlPresentationCategoryType" />
<xs:element name="MailerID" type="xs:string" minOccurs="0" />
<xs:element name="FullServiceParticipationIndicator" type="mailxml_base:fspiType" minOccurs="0" />
<xs:element name="MailAgreementType" type="mailxml_base:mailAgreementTypeType" minOccurs="0" />
<xs:element name="ContractNumber" type="mailxml_base:s20" minOccurs="0" />
<xs:element name="MCLOCROnePassIndicator" type="mailxml_base:yesNo" minOccurs="0" />
<xs:element name="LogicalPhysicalContainerIndicator" type="mailxml_base:logicalPhysicalContainerIndicatorType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|