<xs:simpleType name="AdsMLPriceTypeCV"> <!-- Status of CV: Approved --> <xs:restriction base="adsml:CodeRootType"> <xs:enumeration value="AlternatePrice" adsml-sx:longName="Alternate price"/> <xs:enumeration value="Confirmed" adsml-sx:longName="Confirmed price"/> <xs:enumeration value="ContractPrice" adsml-sx:longName="Contract price"/> <xs:enumeration value="DiscountPrice" adsml-sx:longName="Discount price"/> <xs:enumeration value="Estimated" adsml-sx:longName="Estimated price"/> <xs:enumeration value="NotToExceed" adsml-sx:longName="Price not to exceed predetermined amount"/> <xs:enumeration value="PromotionPrice" adsml-sx:longName="Promotional price"/> <xs:enumeration value="QuotedPrice" adsml-sx:longName="Quoted price"/> <xs:enumeration value="RateCardPrice" adsml-sx:longName="Rate card price"/> <xs:enumeration value="SpecialPrice" adsml-sx:longName="Special price"/> <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> |