FinancialStatementDetail

Uses the Component:FinancialStatementDetailType

The Detail Component represents the detailed information for the Financial Statement.

Fields and Components

Table 6.6. Fields and Components

Name Description Occurrence Type Data Type User Notes
AccountID

Identifies an account number or similary identifier.

1..1Field udt:IdentifierType  
AccountValue

Reported Account Value or Literal.

1..1Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.6. FinancialStatementDetail

<FinancialStatementDetail>
     <AccountID>......</AccountID>     [1..1]
     <AccountValue>......</AccountValue>     [1..1]
</FinancialStatementDetail>