<xs:simpleType name="AdsMLTearsheetTypeCodeCV"> <!-- Status of CV: Approved --> <xs:restriction base="adsml:CodeRootType"> <xs:enumeration value="AdInContext" adsml-sx:longName="The ad with some context around it. Amount of context is at the discretion of the provider."/> <xs:enumeration value="AdOnly" adsml-sx:longName="Only the ad with out any context. May also be used for an ad proof. Note this code should be used for preprint advertising."/> <xs:enumeration value="ClassifiedH-J" adsml-sx:longName="Classified ad text including H & J and line endings. Should also include graphics and logos. Note that AdInContext should be used if the ad is shown in context. AdOnly can be used if there is not requirement to indicate that the ad is a classified ad."/> <xs:enumeration value="ClassifiedTextOnly" adsml-sx:longName="Classified ad text only. May include markup information and line endings."/> <xs:enumeration value="FullCopy" adsml-sx:longName="The ad in the context of a full (complete with possible exception of inserts) copy of the publication in which it appeared."/> <xs:enumeration value="FullPage" adsml-sx:longName="The ad in the context of a complete page or screen."/> <xs:enumeration value="PageWithBackingPage" adsml-sx:longName="The ad in the context of a complete page along with the complete backing page."/> <xs:enumeration value="PageWithFacingAndBackingPage" adsml-sx:longName="The ad in the context of a complete page along with the complete facing and backing pages."/> <xs:enumeration value="PageWithFacingPage" adsml-sx:longName="The ad in the context of a complete page along with the complete facing page."/> <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> |