cac:Capability
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:CapabilityType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:CapabilityTypeCode [0..1]This class can be used as Financial or Technical capabilities. For instance, "Turnover" or "Qualified Engineers" are two possible codes.
- cbc:Description [0..*]Text describing this capability.
- cbc:ValueAmount [0..1]A monetary amount as a measure of this capability.
- cbc:ValueQuantity [0..1]A quantity as a measure of this capability.
- cac:EvidenceSupplied [0..*]The evidence that supports the capability claim.
- cac:ValidityPeriod [0..1]The period of time for which this capability is (or has been) valid.
- cac:WebSite [0..1]A web site where the capability is detailed.
Attributes
None
Sample instance
(Auto-generated)
<cac:Capability>
<cbc:CapabilityTypeCode>normalizedString</cbc:CapabilityTypeCode>
<cbc:Description>string</cbc:Description>
<cbc:ValueAmount currencyID="normalizedString">1.0</cbc:ValueAmount>
<cbc:ValueQuantity>1.0</cbc:ValueQuantity>
<cac:EvidenceSupplied>
<cbc:ID>normalizedString</cbc:ID>
</cac:EvidenceSupplied>
<cac:ValidityPeriod>
<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:ValidityPeriod>
<cac:WebSite>
<cbc:ID>normalizedString</cbc:ID>
<cbc:Name>string</cbc:Name>
<cbc:Description>string</cbc:Description>
<cbc:WebSiteTypeCode>normalizedString</cbc:WebSiteTypeCode>
<cbc:URI>normalizedString</cbc:URI>
<cac:WebSiteAccess>
<cbc:URI>normalizedString</cbc:URI>
<cbc:Password>string</cbc:Password>
<cbc:Login>string</cbc:Login>
</cac:WebSiteAccess>
</cac:WebSite>
</cac:Capability>


