<xs:element name="MIDRequested" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="MIDCreateRequestID" type="mailxml_base:s12" />
<xs:choice>
<xs:sequence>
<xs:element name="CustomerName" type="mailxml_base:s40" />
<xs:element name="Address" type="mailxml:addressType" />
</xs:sequence>
<xs:element name="PermitPublicationData" type="mailxml:permitPublicationDataType" />
<xs:element name="CustomerCRID" type="mailxml_base:CRIDType" />
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
|