Uses the Component:FinancialStatementDetailType
The Detail Component represents the detailed information for the Financial Statement.
Table 6.6. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| AccountID |
Identifies an account number or similary identifier. | 1..1 | Field | udt:IdentifierType | |
| AccountValue |
Reported Account Value or Literal. | 1..1 | Field | udt:TextType |
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>