<xs:element name="RateQualifier.NewspaperMagazine">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="Colors" type="adsml-bo:ColorsType.Print" maxOccurs="unbounded" />
<xs:element name="Positioning" type="adsml-bo:PositioningType.Book" maxOccurs="unbounded" />
</xs:choice>
<xs:element ref="PublicationReference" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
|