<xsd:complexType name="AdvertisingType">
<xsd:sequence>
<xsd:element minOccurs="0" name="AdvertisingCopy" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Information that goes in the ad
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AdvertisingMedia" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Media where ad is placed. Ex: Internet, newspaper,
etc.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CopyTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Type of copy used for ad. Ex: Teaser text, short
description, long description
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LanguageCode" type="sqdt:LanguageCodeType">
<xsd:annotation>
<xsd:documentation>
Language for the ad copy
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|