<xs:simpleType name="AdsMLBillingAllocationCodeCV"> <!-- Status of CV: Approved --> <xs:restriction base="adsml:CodeRootType"> <xs:enumeration value="Prorated" adsml-sx:longName="Allocate the total order proportionately according to how much occurs in each billing period."/> <xs:enumeration value="Scheduled" adsml-sx:longName="Allocate the total order according to a schedule agreed to by the trading partners."/> <xs:enumeration value="Straightline" adsml-sx:longName="Allocate the total order equally across all the invoices."/> <xs:enumeration value="Weighted" adsml-sx:longName="Allocate the total order according to a formula agreed to by the trading partners."/> <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> |