2.5 CustomProperty

The CustomProperty element specifies application-specific data for a model item.

The following are the parent elements, attributes, and child elements of the CustomProperty element.

Parent elements

CustomProperties

Attributes

CustomProperty.Name

Child elements

CustomProperty.Value

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

 <xsd:complexType name="CustomPropertyType">
   <xsd:all>
     <xsd:element name="Value" type="xsd:anySimpleType" minOccurs="0" />
   </xsd:all>
   <xsd:attribute name="Name" type="xsd:QName" use="required" />
 </xsd:complexType>