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