<xs:simpleType name="AdsMLPositionOnPageInteractiveCV">
<!-- Status of CV: Approved -->
<xs:restriction base="adsml:CodeRootType">
<xs:enumeration value="AboveScroll" adsml-sx:longName="Above the initial page open scroll position" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="BelowScroll" adsml-sx:longName="Below the initla page open scroll position" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Left" adsml-sx:longName="Left hand side of the page" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Right" adsml-sx:longName="Right hand side of the 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>
|