2.3.1.59 PropertyValueType

The PropertyValueType complex type represents a single property value.

 <xs:complexType name="PropertyValueType">
   <xs:attribute name="id" type="xs:string" use="required" />
   <xs:attribute name="value" type="xs:string" use="required" />
 </xs:complexType>

id: A string that identifies a property.

value: A string that identifies the value of the property.