<xs:simpleType name="AdsMLProofOfPublicationTypeCV"> <!-- Status of CV: Approved --> <xs:restriction base="adsml:CodeRootType"> <xs:enumeration value="Affidavit" adsml-sx:longName="Affidavit asserting that publication occurred"/> <xs:enumeration value="Digital.FullPublication" adsml-sx:longName="Digital copy of the entire publication containing this ad (voucher copy)"/> <xs:enumeration value="Digital.Tearsheet" adsml-sx:longName="Digital copy of ad in context"/> <xs:enumeration value="PerformanceInformation" adsml-sx:longName="Performance information as relevant to the performance criteria in the booking."/> <xs:enumeration value="Physical.FullPublication" adsml-sx:longName="Paper copy of the entire publication containing this ad (voucher copy)"/> <xs:enumeration value="Physical.Tearsheet" adsml-sx:longName="Paper copy of ad in context"/> <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> |