cac:AllowedSubcontractTerms
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:SubcontractTermsType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:Rate [0..1] MF: I agree with the query. Rate?
- cbc:UnknownPriceIndicator [0..1] An indicator that the subcontract price is known (true) or not (false).
- cbc:Description [0..*] Text describing the subcontract terms.
- cbc:Amount [0..1] The monetary amount assigned to the subcontracted task.
- cbc:SubcontractingConditionsCode [0..1] A code specifying the conditions for subcontracting.
- cbc:MaximumPercent [0..1] The maximum percentage allowed to be subcontracted.
- cbc:MinimumPercent [0..1] The minimum percentage allowed to be subcontracted.
Attributes
None
Used in
- Type cac:TenderingTermsType (Element cac:TenderingTerms)
Sample instance
<cac:AllowedSubcontractTerms> <cbc:Rate>1.0</cbc:Rate> <cbc:UnknownPriceIndicator>true</cbc:UnknownPriceIndicator> <cbc:Description>string</cbc:Description> <cbc:Amount currencyID="normalizedString">1.0</cbc:Amount> <cbc:SubcontractingConditionsCode>normalizedString</cbc:SubcontractingConditionsCode> <cbc:MaximumPercent>1.0</cbc:MaximumPercent> <cbc:MinimumPercent>1.0</cbc:MinimumPercent> </cac:AllowedSubcontractTerms>