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,請參閱定義一節。
子元素
屬性
屬性 |
類型 |
Required |
描述 |
可能值 |
FillStyle
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |
LineStyle
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |
TextStyle
|
xsd:unsignedInt
|
選用
|
|
xsd:unsignedInt 類型的值。 |