<xs:element name="AdsMLStructuredDescriptions" type="StructuredDescriptionsType"> <!--This is the root element for creating an AdsML Structured Description of an advertisement object using the AdsMLStructuredDescriptions standard from the AdsML Consortium (http://www.adsml.org). --> <xs:unique name="adsMLobjectDescriptionIDUniqueConstraint"> <xs:selector xpath="adsml-sd:AdObjectDescription"/> <xs:field xpath="@objectDescriptionID"/> </xs:unique> <xs:unique name="advertisedItemPropertyIDUniqueConstraint"> <xs:selector xpath=".//adsml-sd:Property|.//adsml-sd:PropertyGroup|.//adsml-sd:PropertyModifier"/> <xs:field xpath="@propertyID"/> </xs:unique> </xs:element> |