Definition Type: SimpleType
Name: CostType
Namespace: http://www.openapplications.org/oagis
Containing Schema: Enums.xsd
Documentation:
Is the methodology by which the value of an item is determined. Values are: Standard Moving Average LIFO - For last in first out. FIFO - For first in first out.
Collapse XSD Schema Diagram:
XSD Diagram of CostType in schema enums_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:simpleType name="CostType">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Is the methodology by which the value of an item is determined.

Values are:
 Standard
 Moving Average
 LIFO - For last in first out.
 FIFO - For first in first out.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Standard" />
        <xs:enumeration value="MovingAverage" />
        <xs:enumeration value="LIFO" />
        <xs:enumeration value="LastInFirstOut" />
        <xs:enumeration value="FIFO" />
        <xs:enumeration value="FirstInFirstOut" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Standard
Enumeration MovingAverage
Enumeration LIFO
Enumeration LastInFirstOut
Enumeration FIFO
Enumeration FirstInFirstOut
Collapse Derivation Tree:
Collapse References:
oa:CostType