<xs:complexType name="PlacementInformationType.NewspaperMagazine">
<xs:complexContent>
<xs:extension base="PlacementInformationType.Base">
<xs:sequence>
<xs:element name="Publication" type="adsml-bo:PublicationInformationType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="InsertionPeriod" type="adsml-bo:SchedulingInformationType" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="adsml-bo:DistributionTarget" minOccurs="0" />
<xs:element name="ProductionDetail.NewspaperMagazine" type="adsml-bo:ProductionDetailInformationType.NewspaperMagazine" minOccurs="0" />
<xs:element ref="adsml:AdditionalService" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="MaterialsExpectations" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|