2.3.4.2.42 DocumentSheet_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: VisioDocument_Type

A complex type that specifies properties of a web drawing.

Child Elements:

Cell: A Cell_Type element that specifies a single property.

Trigger: A Trigger_Type element that specifies the existence of an update trigger associated with the sheet.

Section: A Section_Type element that specifies a collection of related properties.

Attributes:

Name: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the language-dependent name of the DocumentSheet_Type.

NameU: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the language-independent name of the DocumentSheet_Type.

IsCustomName: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that is unused and MUST be ignored.

IsCustomNameU: An xsd:boolean ([XMLSCHEMA2] section 3.2.2) attribute that is unused and MUST be ignored.

UniqueID: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that is unused and MUST be ignored.

LineStyle: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the identifier of the style sheet from which to inherit line formatting. It MUST be the value of the ID attribute associated with a StyleSheet_Type in the web drawing.

FillStyle: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the identifier of the style sheet from which to inherit fill formatting. It MUST be the value of the ID attribute associated with a StyleSheet_Type in the web drawing.

TextStyle: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the identifier of the style sheet from which to inherit text formatting. It MUST be the value of the ID attribute associated with a StyleSheet_Type in the web drawing.

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

 <xsd:complexType name="DocumentSheet_Type">
   <xsd:complexContent>
     <xsd:extension base="Sheet_Type">
       <xsd:attribute name="Name" type="xsd:string"/>
       <xsd:attribute name="NameU" type="xsd:string"/>
       <xsd:attribute name="IsCustomName" type="xsd:boolean"/>
       <xsd:attribute name="IsCustomNameU" type="xsd:boolean"/>
       <xsd:attribute name="UniqueID" type="xsd:string"/>
     </xsd:extension>
   </xsd:complexContent>
 </xsd:complexType>