DocumentSheet_Type complexType (Visio XML)

Type information

Value
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Schema file
VisioSchema15-2012-06-05.xsd
Extension base
Sheet_Type

Definition

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

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

None.

Attributes

Attribute Type Required Description Possible values
IsCustomName
xsd:boolean
optional
Values of the xsd:boolean type.
IsCustomNameU
xsd:boolean
optional
Values of the xsd:boolean type.
Name
xsd:string
optional
Values of the xsd:string type.
NameU
xsd:string
optional
Values of the xsd:string type.
UniqueID
xsd:string
optional
Values of the xsd:string type.