cac:BudgetAccount
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:BudgetAccountType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] An identifier for the budget account, typically an internal accounting reference.
- cbc:BudgetYearNumeric [0..1] The number of the year for this budget account, e.g. 2012
- cac:RequiredClassificationScheme [0..1] A classification scheme required for this budget account.
Attributes
None
Used in
- Type cac:BudgetAccountLineType (Element cac:BudgetAccountLine)
Sample instance
<cac:BudgetAccount> <cbc:ID>normalizedString</cbc:ID> <cbc:BudgetYearNumeric>1.0</cbc:BudgetYearNumeric> <cac:RequiredClassificationScheme> <cbc:ID>normalizedString</cbc:ID> <cbc:UUID>normalizedString</cbc:UUID> <cbc:LastRevisionDate>2000-01-01</cbc:LastRevisionDate> <cbc:LastRevisionTime>12:00:00</cbc:LastRevisionTime> <cbc:Note>string</cbc:Note> <cbc:Name>string</cbc:Name> <cbc:Description>string</cbc:Description> <cbc:AgencyID>normalizedString</cbc:AgencyID> <cbc:AgencyName>string</cbc:AgencyName> <cbc:VersionID>normalizedString</cbc:VersionID> <cbc:URI>normalizedString</cbc:URI> <cbc:SchemeURI>normalizedString</cbc:SchemeURI> <cbc:LanguageID>normalizedString</cbc:LanguageID> <cac:ClassificationCategory> <cbc:Name>string</cbc:Name> <cbc:CodeValue>string</cbc:CodeValue> <cbc:Description>string</cbc:Description> <cac:CategorizesClassificationCategory>... </cac:CategorizesClassificationCategory> </cac:ClassificationCategory> </cac:RequiredClassificationScheme> </cac:BudgetAccount>