<xs:complexType name="ProductionDetailInformationType.NewspaperMagazine">
<xs:sequence>
<xs:element name="Size" type="SizeType.Book" minOccurs="0" />
<xs:element name="Colors" type="ColorsType.Print" minOccurs="0" />
<xs:element ref="Bleed" minOccurs="0" />
<xs:element ref="MultipleAdContentHandling" minOccurs="0" />
<xs:element name="Positioning" type="PositioningInformationType.NewspaperMagazine" minOccurs="0" />
<xs:element ref="adsml:SpecialRequirements" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
|