<xs:simpleType name="AdsMLFinancialDocumentTypeCV">
<!-- Status of CV: Approved -->
<xs:restriction base="adsml:CodeRootType">
<xs:enumeration value="Credit" adsml-sx:longName="Credit Notification" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Debit" adsml-sx:longName="Debit Notification" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Invoice" adsml-sx:longName="Invoice" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Invoice.Adjusted" adsml-sx:longName="Adjusted Invoice" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Invoice.Consolidated" adsml-sx:longName="Consolidated Invoice" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Invoice.Credit" adsml-sx:longName="Credit Invoice" xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Invoice.Prepaid" adsml-sx:longName="Prepaid Invoice" 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>
|