<xs:simpleType name="AdsMLRatecardStatusCV"> <!-- Status of CV: Approved --> <xs:restriction base="adsml:CodeRootType"> <xs:enumeration value="Active" adsml-sx:longName="Current active rate card."/> <xs:enumeration value="Epired" adsml-sx:longName="Rate card has expired. For information only."/> <xs:enumeration value="Preliminary" adsml-sx:longName="Preliminary version of rate card. Values may change."/> <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> |