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