AdsMLRenderingTypeCV

Simple Type Information

Source

<xs:simpleType name="AdsMLRenderingTypeCV">
  <!-- Status of CV: Approved -->
  <xs:restriction base="adsml:CodeRootType">
    <xs:enumeration value="Digital" adsml-sx:longName="Digital image"/>
    <xs:enumeration value="Formatted" adsml-sx:longName="Formatted content"/>
    <xs:enumeration value="HighRes" adsml-sx:longName="High resolution image"/>
    <xs:enumeration value="LowRes" adsml-sx:longName="Low resolution image"/>
    <xs:enumeration value="Physical" adsml-sx:longName="Physical / hard copy format for image"/>
    <xs:enumeration value="PrePublicationProof" adsml-sx:longName="Pre-publication digital or hard proof"/>
    <xs:enumeration value="Semiformatted" adsml-sx:longName="Semi-formatted content"/>
    <xs:enumeration value="Thumbnail" adsml-sx:longName="Thumbnail size image"/>
    <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>