LinkageDetailsTypeCV

Simple Type Information

Source

<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"/>
    <xs:enumeration value="EverySecondPage" adsml-sx:longName="Place ads on every second page"/>
    <xs:enumeration value="EveryThirdPage" adsml-sx:longName="Place ads on every third page"/>
    <xs:enumeration value="UnspecifiedSeparatePages" adsml-sx:longName="Place ads in sequence without specific separation"/>
    <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>