cac:BudgetAccountLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:BudgetAccountLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] An identifier for this budget account line.
- cbc:TotalAmount [0..1] The total monetary amount for this budget account line.
- cac:BudgetAccount [0..*] An account covering this budget account line.
Attributes
None
Used in
- Type cac:TenderingTermsType (Element cac:TenderingTerms)
Sample instance
<cac:BudgetAccountLine> <cbc:ID>normalizedString</cbc:ID> <cbc:TotalAmount currencyID="normalizedString">1.0</cbc:TotalAmount> <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>... </cac:ClassificationCategory> </cac:RequiredClassificationScheme> </cac:BudgetAccount> </cac:BudgetAccountLine>