cac:KeywordItemProperty
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:ItemPropertyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1]An identifier for this property of an item.
- cbc:Name [1..1]The name of this item property.
- cbc:NameCode [0..1]The name of this item property, expressed as a code.
- cbc:TestMethod [0..1]The method of testing the value of this item property.
- cbc:Value [0..1]The value of this item property, expressed as text.
- cbc:ValueQuantity [0..1]The value of this item property, expressed as a quantity.
- cbc:ValueQualifier [0..*]Text qualifying the value of the property.
- cbc:ImportanceCode [0..1]A code signifying the importance of this property in using it to describe a related Item.
- cbc:ListValue [0..*]The value expressed as a text in case the property is a value in a list. For example, a colour.
- cac:UsabilityPeriod [0..1]The period during which this item property is valid.
- cac:ItemPropertyGroup [0..*]A description of the property group to which this item property belongs.
- cac:RangeDimension [0..1]The range of values for the dimensions of this property.
- cac:ItemPropertyRange [0..1]A range of values for this item property.
Attributes
None
Used in
- Type cac:CatalogueLineType (Element cac:CatalogueLine)
Sample instance
(Auto-generated)
<cac:KeywordItemProperty>
<cbc:ID>normalizedString</cbc:ID>
<cbc:Name>string</cbc:Name>
<cbc:NameCode>normalizedString</cbc:NameCode>
<cbc:TestMethod>string</cbc:TestMethod>
<cbc:Value>string</cbc:Value>
<cbc:ValueQuantity>1.0</cbc:ValueQuantity>
<cbc:ValueQualifier>string</cbc:ValueQualifier>
<cbc:ImportanceCode>normalizedString</cbc:ImportanceCode>
<cbc:ListValue>string</cbc:ListValue>
<cac:UsabilityPeriod>
<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:UsabilityPeriod>
<cac:ItemPropertyGroup>
<cbc:ID>normalizedString</cbc:ID>
<cbc:Name>string</cbc:Name>
<cbc:ImportanceCode>normalizedString</cbc:ImportanceCode>
</cac:ItemPropertyGroup>
<cac:RangeDimension>
<cbc:AttributeID>normalizedString</cbc:AttributeID>
<cbc:Measure unitCode="normalizedString">1.0</cbc:Measure>
<cbc:Description>string</cbc:Description>
<cbc:MinimumMeasure unitCode="normalizedString">1.0</cbc:MinimumMeasure>
<cbc:MaximumMeasure unitCode="normalizedString">1.0</cbc:MaximumMeasure>
</cac:RangeDimension>
<cac:ItemPropertyRange>
<cbc:MinimumValue>string</cbc:MinimumValue>
<cbc:MaximumValue>string</cbc:MaximumValue>
</cac:ItemPropertyRange>
</cac:KeywordItemProperty>


