AdsMLPositionOnPagePrintCV

Simple Type Information

Source

<xs:simpleType name="AdsMLPositionOnPagePrintCV">
  <!-- Status of CV: Approved -->
  <xs:restriction base="adsml:CodeRootType">
    <xs:enumeration value="AbsolutePosition" adsml-sx:longName="Absolute position on page based on supplied coordinates"/>
    <xs:enumeration value="BalancedDoubleTruck" adsml-sx:longName="Balanced double truck ad. (Always has an odd number of columns.)"/>
    <xs:enumeration value="BottomOfColumn" adsml-sx:longName="Bottom of column"/>
    <xs:enumeration value="BottomOfPage" adsml-sx:longName="Bottom of page"/>
    <xs:enumeration value="CenterHorizontal" adsml-sx:longName="Center (horizontal) of page"/>
    <xs:enumeration value="CenterIsland" adsml-sx:longName="Center (vertical and horizontal) of page"/>
    <xs:enumeration value="CenterVertical" adsml-sx:longName="Center (vertical) of page"/>
    <xs:enumeration value="Column" adsml-sx:longName="Ad within specified column on page"/>
    <xs:enumeration value="Earpiece" adsml-sx:longName="Earpiece position"/>
    <xs:enumeration value="Inside" adsml-sx:longName="Closest to fold or gutter."/>
    <xs:enumeration value="InsideEdge" adsml-sx:longName="Inside (gutter) edge of page"/>
    <xs:enumeration value="LeftSideOfPage" adsml-sx:longName="Left side of page"/>
    <xs:enumeration value="LowerLeftCorner" adsml-sx:longName="Lower left corner of page"/>
    <xs:enumeration value="LowerRightCorner" adsml-sx:longName="Lower right corner of page"/>
    <xs:enumeration value="Outside" adsml-sx:longName="Closset to outside edge of page (farthest from gutter)."/>
    <xs:enumeration value="OutsideEdge" adsml-sx:longName="Outside (open) edge of page"/>
    <xs:enumeration value="RightSideOfPage" adsml-sx:longName="Right side of page"/>
    <xs:enumeration value="TopOfColumn" adsml-sx:longName="Top of column"/>
    <xs:enumeration value="TopOfPage" adsml-sx:longName="Top of page"/>
    <xs:enumeration value="UnbalancedDoubleTruck" adsml-sx:longName="Unbalanced double truck. (need to specify left page column start and gutter counts a column.)"/>
    <xs:enumeration value="UnderHeader" adsml-sx:longName="Under header of page/classification"/>
    <xs:enumeration value="UpperLeftCorner" adsml-sx:longName="Upper left corner of page"/>
    <xs:enumeration value="UpperRightCorner" adsml-sx:longName="Upper right corner of page"/>
    <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>