2.4.3.26 VisibilityType

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

Referenced by: CellContentsRectangleType, TextboxType, ImageType, CellContentsTextboxType, CellContentsImageType, TablixColumnMemberType, TablixRowMemberType, ReportHeaderRectangleType

A Visibility element as specified by [MS-RDL] section 2.301.

Child Elements:

Hidden : A string ([XMLSCHEMA2/2] section 3.2.1) element as specified by [MS-RDL] section 2.301.1.

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

 <xsd:complexType name="VisibilityType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Hidden" wbld:cname="Hidden" type="xsd:string" minOccurs="0"/>
   </xsd:choice>
 </xsd:complexType>

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