cac:RequestedTenderTotal
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:RequestedTenderTotalType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:EstimatedOverallContractAmount [0..1] The estimated overall monetary amount of a contract.
- cbc:TotalAmount [0..1] The monetary amount of the total budget including net amount, taxes, and material and instalment costs.
- cbc:TaxIncludedIndicator [0..1] Indicates whether the amounts are taxes included (true) or not (false).
- cbc:MinimumAmount [0..1] The minimum monetary amount of the budget.
- cbc:MaximumAmount [0..1] The maximum monetary amount of the budget.
- cbc:MonetaryScope [0..*] A description of the monetary scope of the budget.
- cbc:AverageSubsequentContractAmount [0..1] The average monetary amount for the subsequent contracts following this budget amount.
- cac:ApplicableTaxCategory [0..*] Describes the categories of taxes that apply to the budget amount.
Attributes
None
Used in
- Type cac:ProcurementProjectType (Element cac:ProcurementProject)
Sample instance
<cac:RequestedTenderTotal> <cbc:EstimatedOverallContractAmount currencyID="normalizedString">1.0</cbc:EstimatedOverallContractAmount> <cbc:TotalAmount currencyID="normalizedString">1.0</cbc:TotalAmount> <cbc:TaxIncludedIndicator>true</cbc:TaxIncludedIndicator> <cbc:MinimumAmount currencyID="normalizedString">1.0</cbc:MinimumAmount> <cbc:MaximumAmount currencyID="normalizedString">1.0</cbc:MaximumAmount> <cbc:MonetaryScope>string</cbc:MonetaryScope> <cbc:AverageSubsequentContractAmount currencyID="normalizedString">1.0</cbc:AverageSubsequentContractAmount> <cac:ApplicableTaxCategory> <cbc:ID>normalizedString</cbc:ID> <cbc:Name>string</cbc:Name> <cbc:Percent>1.0</cbc:Percent> <cbc:BaseUnitMeasure unitCode="normalizedString">1.0</cbc:BaseUnitMeasure> <cbc:PerUnitAmount currencyID="normalizedString">1.0</cbc:PerUnitAmount> <cbc:TaxExemptionReasonCode>normalizedString</cbc:TaxExemptionReasonCode> <cbc:TaxExemptionReason>string</cbc:TaxExemptionReason> <cbc:TierRange>string</cbc:TierRange> <cbc:TierRatePercent>1.0</cbc:TierRatePercent> <cac:TaxScheme> <cbc:ID>normalizedString</cbc:ID> <cbc:Name>string</cbc:Name> <cbc:TaxTypeCode>normalizedString</cbc:TaxTypeCode> <cbc:CurrencyCode>normalizedString</cbc:CurrencyCode> <cac:JurisdictionRegionAddress>... </cac:JurisdictionRegionAddress> </cac:TaxScheme> </cac:ApplicableTaxCategory> </cac:RequestedTenderTotal>