Sheet_Type complexType (Visio XML)
- [アーティクル]
-
-
|
値 |
Namespace
|
http://schemas.microsoft.com/office/visio/2011/1/core
|
スキーマ ファイル
|
VisioSchema15-2012-06-05.xsd
|
拡張ベース
|
なし
|
定義
<xs:complexType name="Sheet_Type" abstract="true">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="Cell" type="Cell_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="Trigger" type="Trigger_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs:element name="Section" type="Section_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
<xs: name="" >
</xs:>
</xs:sequence>
<xs:attribute name="LineStyle"
type="xsd:unsignedInt"
/>
<xs:attribute name="FillStyle"
type="xsd:unsignedInt"
/>
<xs:attribute name="TextStyle"
type="xsd:unsignedInt"
/>
</xs:complexType>
要素と属性
スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
子要素
属性
属性 |
型 |
必須 |
説明 |
可能な値 |
FillStyle
|
xsd:unsignedInt
|
省略可能
|
|
xsd:unsignedInt 型の値。 |
LineStyle
|
xsd:unsignedInt
|
省略可能
|
|
xsd:unsignedInt 型の値。 |
TextStyle
|
xsd:unsignedInt
|
省略可能
|
|
xsd:unsignedInt 型の値。 |