<xs:simpleType name="AdsMLPlacementRelationshipCV">
<!-- Status of CV: Approved -->
<xs:restriction base="adsml:CodeRootType">
<xs:enumeration value="DontPublishTogether" adsml-sx:longName="Placement of ads should occur such that they are not in the same general location." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="GroupRepel" adsml-sx:longName="Placement of ads should occur such that they are not in the same group." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="HorizontallyAdjacent" adsml-sx:longName="Specifies two ads to be placed horizontally adjacent to each other." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="HorizontallyInside" adsml-sx:longName="Specifies two ads to be placed horizontally adjacent to each other such that the non-anchor ad is inside of the anchor." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="HorizontallyLeft" adsml-sx:longName="Specifies two ads to be placed horizontally adjacent to each other such that the non-anchor ad is left of the anchor." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="HorizontallyOutside" adsml-sx:longName="Specifies two ads to be placed horizontally adjacent to each other such that the non-anchor ad is outside of the anchor." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="HorizontallyRight" adsml-sx:longName="Specifies two ads to be placed horizontally adjacent to each other such that the non-anchor ad is right of the anchor." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="PartOf" adsml-sx:longName="A placement is a part of another placement (a part of what is logically a bigger ad, for example an umbrella ad or two ads (not specified as double truck) that span the gutter)" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="PublishTogether" adsml-sx:longName="A set of ads that must be published together, or not at all." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="ScatterAd" adsml-sx:longName="Specifies ads that are part of a scatter ad group." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="SequenceAd" adsml-sx:longName="Specifies ads that are part of a sequence ad group." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="VerticallyAbove" adsml-sx:longName="Specifies two ads to be placed vertically adjacent to each other such that the non-anchor ad is above the anchor." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="VerticallyAdjacent" adsml-sx:longName="Specifies two ads to be placed vertically adjacent to each other." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="VerticallyBelow" adsml-sx:longName="Specifies two ads to be place vertically adjacent to each other such that the non-anchor ad is below the anchor." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="-0-" adsml-sx:longName="Null / empty value or value not known. To be used only when the containing element is required." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
</xs:restriction>
</xs:simpleType>
|