<xs:simpleType name="AdsMLStatusCodeCV"> <!-- Status of CV: Approved --> <xs:restriction base="adsml:CodeRootType"> <xs:enumeration value="Accepted" adsml-sx:longName="Processing has completed with an outcome that the recipient considers acceptable"/> <xs:enumeration value="BeingProcessed" adsml-sx:longName="Currently executing; processing of the information is underway."/> <xs:enumeration value="Cancelled" adsml-sx:longName="Processing was cancelled."/> <xs:enumeration value="Failed" adsml-sx:longName="Processing failed to complete due to technical errors. An unsuccessful outcome - the recipient is unable to process the materials."/> <xs:enumeration value="OnHold" adsml-sx:longName="Processing is on hold pending issue resolution."/> <xs:enumeration value="Pending" adsml-sx:longName="Pending execution; processing of information has not yet begun."/> <xs:enumeration value="Received" adsml-sx:longName="Message received; processing of information has not yet begun."/> <xs:enumeration value="Rejected" adsml-sx:longName="Processing has completed with an unsuccessful outcome and the recipient rejects the information."/> <xs:enumeration value="Succeeded" adsml-sx:longName="Processing succeeded."/> <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> |