Sheet_Type complexType (Visio XML)
- Artikel
-
-
|
Wert |
Namespace
|
http://schemas.microsoft.com/office/visio/2011/1/core
|
Schemadatei
|
VisioSchema15-2012-06-05.xsd
|
Erweiterungsbasis
|
Keine
|
Definition
<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>
Elemente und Attribute
Wenn das Schema bestimmte Anforderungen definiert, z. B. sequence, minOccurs, maxOccurs und choice, lesen Sie den Abschnitt definition.
Untergeordnete Elemente
Attribute
Attribut |
Typ |
Erforderlich |
Beschreibung |
Mögliche Werte |
FillStyle
|
xsd:unsignedInt
|
Optional
|
|
Werte des xsd:unsignedInt-Typs. |
LineStyle
|
xsd:unsignedInt
|
Optional
|
|
Werte des xsd:unsignedInt-Typs. |
TextStyle
|
xsd:unsignedInt
|
Optional
|
|
Werte des xsd:unsignedInt-Typs. |