<xs:simpleType name="AdsMLBillingBasisCodeCV">
<!-- Status of CV: Approved -->
<xs:restriction base="adsml:CodeRootType">
<xs:enumeration value="Actual" adsml-sx:longName="The actual amount delivered in each period." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="Custom" adsml-sx:longName="As described in the message." xmlns:adsml-sx="http://www.adsml.org/schema-extensions/1.0" />
<xs:enumeration value="MonthlyAverage" adsml-sx:longName="Anticipated monthly average" 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>
|