<xs:element name="CampaignDescription">
<xs:complexType>
<xs:sequence>
<xs:element ref="adsml:Name" />
<xs:element ref="AuxiliaryCampaignReferences" minOccurs="0" />
<xs:element ref="Period" minOccurs="0" />
<xs:element ref="adsml:Description" minOccurs="0" />
<xs:element name="Goals" type="adsml:StringType" minOccurs="0" />
<xs:element name="Constraints" type="adsml:StringType" minOccurs="0" />
<xs:element name="CampaignDetails" type="adsml:DocumentRenderingType" minOccurs="0" />
<xs:element ref="adsml:Properties" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="adsml:i18nAttributes" />
</xs:complexType>
</xs:element>
|