<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" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="BeingProcessed" adsml-sx:longName="Currently executing; processing of the information is underway." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Cancelled" adsml-sx:longName="Processing was cancelled." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<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." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="OnHold" adsml-sx:longName="Processing is on hold pending issue resolution." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Pending" adsml-sx:longName="Pending execution; processing of information has not yet begun." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Received" adsml-sx:longName="Message received; processing of information has not yet begun." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Rejected" adsml-sx:longName="Processing has completed with an unsuccessful outcome and the recipient rejects the information." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Succeeded" adsml-sx:longName="Processing succeeded." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="-0-" adsml-sx:longName="Null / empty value or value not known. To be used only when the containing element is required." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
</xs:restriction>
</xs:simpleType>
|