Definition Type: ComplexType
Name: Quantity
Namespace: http://www.openapplications.org/oagis
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: Fields.xsd
Abstract
Documentation:
A decimal value.
Collapse XSD Schema Diagram:
Drilldown into uom in schema fields_xsdXSD Diagram of Quantity in schema fields_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="Quantity">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">A decimal value.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="xs:decimal">
            <xs:attribute name="uom" type="UOM" use="required" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom oa:uom Required
Collapse Derivation Tree:
Collapse References:
oa:BackOrderedQuantity, oa:BatchSizeQuantity, oa:CatchWeightQuantity, oa:CommisionQuantity, oa:DiscountPercent, oa:EmployeesRequiredQuantity, oa:EstimatedWeight, oa:FixedRejectQuantity, oa:Height, oa:ItemQuantity, oa:ItemQuantity, oa:ItemQuantity, oa:ItemQuantity, oa:ItemQuantity, oa:Length, oa:LoadingWeight, oa:MaximumLotSize, oa:MaxParallelWorkTeamsQuantity, oa:MinimumLotSize, oa:NetWeight, oa:NetWeight, oa:OrderQuantity, oa:OrderQuantity, oa:OverShipTolerance, oa:PercentQuantity, oa:PercentQuantity, oa:PercentQuantity, oa:PercentRequiredQuantity, oa:PerishedBetweenOperationsQuantity, oa:PerishedInOperationQuantity, oa:PerQuantity, oa:RejectedQuantity, oa:RequiredQuantity, oa:RequiredQuantity, oa:ShipUnitQuantity, oa:ToolsRequiredQuantity, oa:TotalVolume, oa:TotalVolume, oa:TotalWeight, oa:TotalWeightoa:TransferLotQuantity, oa:UnderShipTolerance, oa:Volume, oa:WeightQuantity, oa:Width,