cac:CallDuty
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:DutyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:Amount [1..1] The amount of this duty.
- cbc:Duty [0..1] Text describing this duty.
- cbc:DutyCode [0..1] The type of this charge rate, expressed as a code.
- cac:TaxCategory [0..1] The tax category applicable to this duty.
Attributes
None
Used in
- Type cac:TelecommunicationsServiceType (Element cac:TelecommunicationsService)
Sample instance
<cac:CallDuty> <cbc:Amount currencyID="normalizedString">1.0</cbc:Amount> <cbc:Duty>string</cbc:Duty> <cbc:DutyCode>normalizedString</cbc:DutyCode> <cac:TaxCategory> <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:TaxCategory> </cac:CallDuty>