cac:ItemProperty
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:ItemPropertyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:Name [1..1] The name of the Item Property.
- cbc:Value [1..1] The Item Property value.
- cac:UsabilityPeriod [0..1] The period for which the Item Property is valid.
- cac:ItemPropertyGroup [0..*] An association to Item Property Group.
Attributes
None
Sample instance
<cac:ItemProperty> <cbc:Name>string</cbc:Name> <cbc:Value>string</cbc:Value> <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="04">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> </cac:ItemPropertyGroup> </cac:ItemProperty>