cac:ContractExtension
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:ContractExtensionType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:OptionsDescription [0..*]A description for the possible options that can be carried out during the execution of the contract.
- cbc:MinimumNumberNumeric [0..1]The fixed minimum number of contract extensions or renewals.
- cbc:MaximumNumberNumeric [0..1]The maximum allowed number of contract extensions.
- cbc:RenewalsIndicator [0..1]Indicates that the contract can be extended using renewals.
- cac:OptionValidityPeriod [0..1]The period during which the option for extending the contract is available.
- cac:Renewal [0..*]The period allowed for each contract extension.
Attributes
None
Used in
- Type cac:ProcurementProjectType (Element cac:ProcurementProject)
Sample instance
(Auto-generated)
<cac:ContractExtension>
<cbc:OptionsDescription>string</cbc:OptionsDescription>
<cbc:MinimumNumberNumeric>1.0</cbc:MinimumNumberNumeric>
<cbc:MaximumNumberNumeric>1.0</cbc:MaximumNumberNumeric>
<cbc:RenewalsIndicator>true</cbc:RenewalsIndicator>
<cac:OptionValidityPeriod>
<cbc:StartDate>2000-01-01</cbc:StartDate>
<cbc:StartTime>12:00:00</cbc:StartTime>
<cbc:EndDate>2000-01-01</cbc:EndDate>
<cbc:EndTime>12:00:00</cbc:EndTime>
<cbc:DurationMeasure unitCode="normalizedString">1.0</cbc:DurationMeasure>
<cbc:DescriptionCode>normalizedString</cbc:DescriptionCode>
<cbc:Description>string</cbc:Description>
</cac:OptionValidityPeriod>
<cac:Renewal>
<cbc:Amount currencyID="normalizedString">1.0</cbc:Amount>
<cac:Period>
<cbc:StartDate>2000-01-01</cbc:StartDate>
<cbc:StartTime>12:00:00</cbc:StartTime>
<cbc:EndDate>2000-01-01</cbc:EndDate>
<cbc:EndTime>12:00:00</cbc:EndTime>
<cbc:DurationMeasure unitCode="normalizedString">1.0</cbc:DurationMeasure>
<cbc:DescriptionCode>normalizedString</cbc:DescriptionCode>
<cbc:Description>string</cbc:Description>
</cac:Period>
</cac:Renewal>
</cac:ContractExtension>


