AmountDiscount
Specifies details for how an amount is calculated
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: AmountDiscountType
Properties: Global, Qualified, ID: oagis-id-e554a202b4bc4e58ad5b01b0285942c9
Content
- Sequence [1..1]
- DiscountAmount [0..*] Indicates an amount of discount that is available against a price
- Amount [0..*] The monetary value of the object in which the amount is associated
- Percentage [0..1] Identifies the percentage of the Line Price applicable to the distribution line. This is used to derive the Amount on the distribution line.
- Description [0..*]
- Extension [0..1] Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The USERAREA is always the last element in all components, except where the component has been extended inline.
from type IdentificationType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type DiscountAllowancePricingBaseType
- Type DiscountAllowancePricingType via extension of DiscountAllowancePricingBaseType (Elements DiscountAllowancePricing, ServicesDiscountAllowancePricing)
- Type FreightInvoiceHeaderBaseType
- Type FreightInvoiceHeaderType via extension of FreightInvoiceHeaderBaseType (Element FreightInvoiceHeader)
- Type FreightInvoiceLineBaseType via extension of FreightInvoiceLineSubLineBaseType
- Type FreightInvoiceLineSubLineBaseType
- Type FreightInvoiceLineType via extension of FreightInvoiceLineSubLineBaseType (Element FreightInvoiceLine)
- Type FreightInvoiceSubLineBaseType via extension of FreightInvoiceLineSubLineBaseType
- Type FreightInvoiceSubLineType via extension of FreightInvoiceLineSubLineBaseType (Element FreightInvoiceSubLine)
- Type InvoiceHeaderBaseType
- Type InvoiceHeaderType via extension of InvoiceHeaderBaseType (Element InvoiceHeader)
- Type InvoiceLineBaseType via extension of InvoiceLineSubLineBaseType
- Type InvoiceLineSubLineBaseType
- Type InvoiceLineType via extension of InvoiceLineSubLineBaseType (Element InvoiceLine)
- Type InvoiceSubLineBaseType via extension of InvoiceLineSubLineBaseType
- Type InvoiceSubLineType via extension of InvoiceLineSubLineBaseType (Element InvoiceSubLine)
- Type OrderHeaderBaseType via extension of RequestHeaderBaseType
- Type OrderLineBaseType via extension of RequestLineBaseType
- Type ProcurementHeaderBaseType via extension of RequestHeaderBaseType
- Type ProcurementLineBaseType via extension of RequestLineBaseType
- Type PurchaseOrderHeaderBaseType via extension of RequestHeaderBaseType
- Type PurchaseOrderHeaderType via extension of RequestHeaderBaseType (Element PurchaseOrderHeader)
- Type PurchaseOrderLineBaseType via extension of RequestLineBaseType
- Type PurchaseOrderLineType via extension of RequestLineBaseType (Element PurchaseOrderLine)
- Type QuoteHeaderBaseType via extension of RequestHeaderBaseType
- Type QuoteHeaderType via extension of RequestHeaderBaseType (Element QuoteHeader)
- Type QuoteLineBaseType via extension of RequestLineBaseType
- Type QuoteLineType via extension of RequestLineBaseType (Element QuoteLine)
- Type RFQHeaderBaseType via extension of RequestHeaderBaseType
- Type RFQHeaderType via extension of RequestHeaderBaseType (Element RFQHeader)
- Type RFQLineBaseType via extension of RequestLineBaseType
- Type RFQLineType via extension of RequestLineBaseType (Element RFQLine)
- Type RequestHeaderBaseType
- Type RequestLineBaseType
- Type RequisitionHeaderBaseType via extension of RequestHeaderBaseType
- Type RequisitionHeaderType via extension of RequestHeaderBaseType (Element RequisitionHeader)
- Type RequisitionLineBaseType via extension of RequestLineBaseType
- Type RequisitionLineType via extension of RequestLineBaseType (Element RequisitionLine)
- Type SalesOrderHeaderBaseType via extension of RequestHeaderBaseType
- Type SalesOrderHeaderType via extension of RequestHeaderBaseType (Element SalesOrderHeader)
- Type SalesOrderLineBaseType via extension of RequestLineBaseType
- Type SalesOrderLineType via extension of RequestLineBaseType (Element SalesOrderLine)
Sample instance
<AmountDiscount> <ID/> <IDSet> <ID/> </IDSet> <DiscountAmount/> <Amount/> <Percentage>1.0</Percentage> <Description/> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </AmountDiscount>