ShapeSheet_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="ShapeSheet_Type">
          
          <xs:complexContent>
          <xs:extension base="Sheet_Type">
          <xs:sequence>
    <xs:element name="Shapes"  type="Shapes_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="Text"  type="Text_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="Data1"  type="Data_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="Data2"  type="Data_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="Data3"  type="Data_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="ForeignData"  type="ForeignData_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
      </xs:sequence>
    <xs:attribute name="ID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="OriginalID"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="Del"
  type="xsd:boolean"
    />
    <xs:attribute name="MasterShape"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="UniqueID"
  type="xsd:string"
    />
    <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="Master"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="Type"
  type="xsd:token"
    />
      </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

Element Type Description
Data1
Data_Type
Data2
Data_Type
Data3
Data_Type
ForeignData
ForeignData_Type
Shapes
Shapes_Type
Text
Text_Type

Attributes

Attribute Type Required Description Possible values
Del
xsd:boolean
optional
Values of the xsd:boolean type.
ID
xsd:unsignedInt
required
Values of the xsd:unsignedInt type.
IsCustomName
xsd:boolean
optional
Values of the xsd:boolean type.
IsCustomNameU
xsd:boolean
optional
Values of the xsd:boolean type.
Master
xsd:unsignedInt
optional
Values of the xsd:unsignedInt type.
MasterShape
xsd:unsignedInt
optional
Values of the xsd:unsignedInt type.
Name
xsd:string
optional
Values of the xsd:string type.
NameU
xsd:string
optional
Values of the xsd:string type.
OriginalID
xsd:unsignedInt
optional
Values of the xsd:unsignedInt type.
Type
xsd:token
optional
Values of the xsd:token type.
UniqueID
xsd:string
optional
Values of the xsd:string type.