2.4 CustomProperties

The CustomProperties element specifies a collection of CustomProperty elements that allows model design tools to store implementation-specific properties.

The CustomProperties element MUST contain at least one CustomProperties.CustomProperty element and can contain more.

The following are the parent and child elements of the CustomProperties element.

Parent elements

Attribute

Entity

EntityFolder

Expression

FieldFolder

Perspective

Role

SemanticModel

SemanticQuery

Child elements

CustomProperties.CustomProperty

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

 <xsd:complexType name="CustomPropertiesType">
   <xsd:sequence>
     <xsd:element name="CustomProperty" type="CustomPropertyType" 
 maxOccurs="unbounded" />
   </xsd:sequence>
 </xsd:complexType>