<xs:element name="AdTicketIDMetadata">
<xs:complexType>
<xs:sequence>
<xs:element name="Profile" type="adsml:StringType" minOccurs="0" />
<xs:element name="SellersPlacementID" type="adsml:StringType" minOccurs="0" />
<xs:element name="PrimaryMaterialsID" type="adsml:StringType" />
<xs:element name="Publication" type="adsml:StringType" />
<xs:element name="FirstPublication" type="adsml:DateTimeType" />
<xs:sequence minOccurs="0">
<xs:element name="AdvertisedProduct" type="adsml:StringType" />
<xs:element name="AdDescription" type="adsml:StringType" minOccurs="0" />
</xs:sequence>
<xs:sequence minOccurs="0">
<xs:element name="Changed" type="adsml:BooleanType" />
<xs:element name="ChangeDescription" type="adsml:StringType" minOccurs="0" />
</xs:sequence>
<xs:element name="Remarks" type="adsml:StringType" />
</xs:sequence>
</xs:complexType>
</xs:element>
|