complexType "LoanCovenantObligationAccountingDetails"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure to describe the accounting details of a covenant obligation.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="false" name="LoanCovenantObligationAccountingDetails">
<xsd:sequence>
<xsd:element name="accountingStandard" type="AccountingStandardEnum"/>
<xsd:element minOccurs="0" name="inventoryMethod" type="InventoryAccountingMethodEnum"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
accountingStandard
Type:
AccountingStandardEnum, simple content
The type of accounting standard applicable to the loan covenant obligation, based on an enumeration.
Simple Content
enumeration of xsd:token
Enumeration:
"GAAP"
 - 
Indicates that the accounting standards observed are the generally accepted accounting principles.
"IFRS"
 - 
Indicates that the accounting standards observed are the International Financial Reporting Standards.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="accountingStandard" type="AccountingStandardEnum"/>

inventoryMethod
Type:
The type of inventory accounting methodology applicatble to the loan covenant obligation, based on an enumeration.
Simple Content
enumeration of xsd:token
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 (1); see within schema source)
<xsd:element minOccurs="0" name="inventoryMethod" type="InventoryAccountingMethodEnum"/>

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.