<xs:simpleType name="AdsMLErrorTypeCV"> <!-- Status of CV: Approved --> <xs:restriction base="adsml:CodeRootType"> <xs:enumeration value="AdsMLSchema" adsml-sx:longName="Invalid AdsML schema"/> <xs:enumeration value="CatastrophicError" adsml-sx:longName="Could not process document"/> <xs:enumeration value="CatastrophicItemError" adsml-sx:longName="Could not process item within envelope"/> <xs:enumeration value="FailedSchemaValidation" adsml-sx:longName="Failed schema validation"/> <xs:enumeration value="InvalidProfile" adsml-sx:longName="Invalid profile"/> <xs:enumeration value="InvalidStructure" adsml-sx:longName="Invalid structure"/> <xs:enumeration value="MissingRequiredData" adsml-sx:longName="Missing required data"/> <xs:enumeration value="PPA" adsml-sx:longName="Breaches PPA terms"/> <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> |