次の方法で共有


ShapeSheet_Type complexType (Visio XML)

型情報

Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
スキーマ ファイル
VisioSchema15-2012-06-05.xsd
拡張ベース
Sheet_Type

定義

          <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>
      

要素と属性

スキーマで sequenceminOccursmaxOccurschoice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。

子要素

Element 説明
Data1
Data_Type
Data2
Data_Type
Data3
Data_Type
ForeignData
ForeignData_Type
図形
Shapes_Type
Text
Text_Type

属性

属性 必須 説明 可能な値
Del
xsd:boolean
省略可能
xsd:boolean 型の値。
ID
xsd:unsignedInt
必須
xsd:unsignedInt 型の値。
IsCustomName
xsd:boolean
省略可能
xsd:boolean 型の値。
IsCustomNameU
xsd:boolean
省略可能
xsd:boolean 型の値。
Master
xsd:unsignedInt
省略可能
xsd:unsignedInt 型の値。
MasterShape
xsd:unsignedInt
省略可能
xsd:unsignedInt 型の値。
名前
xsd:string
省略可能
xsd:string 型の値。
NameU
xsd:string
省略可能
xsd:string 型の値。
OriginalID
xsd:unsignedInt
省略可能
xsd:unsignedInt 型の値。

xsd:token
省略可能
xsd:token 型の値。
UniqueID
xsd:string
省略可能
xsd:string 型の値。