simpleType "InventoryAccountingMethodEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"FIFO"
 - 
Indicates that the inventory calculation method used is first-in first-out.
"LIFO"
 - 
Indicates that the inventory calculation method used is last-in first-out.
"WeightedAverage"
 - 
Indicates that the inventory calculation method used is weighted average.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of accounting method applied to inventory treatment.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  InventoryAccountingMethodEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"FIFO"
 - 
Indicates that the inventory calculation method used is first-in first-out.
"LIFO"
 - 
Indicates that the inventory calculation method used is last-in first-out.
"WeightedAverage"
 - 
Indicates that the inventory calculation method used is weighted average.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="InventoryAccountingMethodEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="FIFO"/>
<xsd:enumeration value="LIFO"/>
<xsd:enumeration value="WeightedAverage"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.