<xs:simpleType name="LinkageDetailsTypeCV">
<!-- Status of CV: Proposed -->
<xs:restriction base="adsml:CodeRootType">
<xs:enumeration value="EveryPage" adsml-sx:longName="Place ads on every adjacent page" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="EverySecondPage" adsml-sx:longName="Place ads on every second page" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="EveryThirdPage" adsml-sx:longName="Place ads on every third page" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="UnspecifiedSeparatePages" adsml-sx:longName="Place ads in sequence without specific separation" 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>
|