AdsMLPlacementRelationshipCV

Simple Type Information

Source

<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."/>
    <xs:enumeration value="GroupRepel" adsml-sx:longName="Placement of ads should occur such that they are not in the same group."/>
    <xs:enumeration value="HorizontallyAdjacent" adsml-sx:longName="Specifies two ads to be placed horizontally adjacent to each other."/>
    <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."/>
    <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."/>
    <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."/>
    <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."/>
    <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)"/>
    <xs:enumeration value="PublishTogether" adsml-sx:longName="A set of ads that must be published together, or not at all."/>
    <xs:enumeration value="ScatterAd" adsml-sx:longName="Specifies ads that are part of a scatter ad group."/>
    <xs:enumeration value="SequenceAd" adsml-sx:longName="Specifies ads that are part of a sequence ad group."/>
    <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."/>
    <xs:enumeration value="VerticallyAdjacent" adsml-sx:longName="Specifies two ads to be placed vertically adjacent to each other."/>
    <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."/>
    <xs:enumeration value="-0-" adsml-sx:longName="Null / empty value or value not known. To be used only when the containing element is required."/>
  </xs:restriction>
</xs:simpleType>