2.5.2 CustomProperty.Value

The CustomProperty.Value element specifies the value of a custom property.

The CustomProperty.Value element is optional. The value of this element MUST be a Variant. The data type of the value of the Variant MUST be specified by the value of the xsi:type attribute on the CustomProperty.Value element. If the xsi:type attribute is not present on the CustomProperty.Value element, the value of the Variant is interpreted as a String. If the CustomProperty.Value element is not present, its value is interpreted as NULL.

The following is the parent element of the CustomProperty.Value element.

Parent elements

CustomProperty

The following is the XML Schema definition of the CustomProperty.Value element.          

 <xsd:element name="Value" type="xsd:anySimpleType" minOccurs="0" />