2.4.3.51 CustomPropertiesType

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/reports

Referenced by: Report, TextboxType, ImageType, CellContentsTextboxType, CellContentsImageType, TablixRowMemberType, ReportHeaderRectangleType

A CustomProperties element as specified by [MS-RDL] section 2.290. The values of the child elements MUST be preserved.

Child Elements:

CustomProperty : A CustomPropertyType element.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

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

See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).