Connect_Type complexType (Visio XML)
Informationen zum Typ
Wert | |
---|---|
Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
Schemadatei |
VisioSchema15-2012-06-05.xsd |
Erweiterungsbasis |
Keine |
Definition
<xs:complexType name="Connect_Type">
<xs:attribute name="FromSheet"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="FromCell"
type="xsd:string"
/>
<xs:attribute name="FromPart"
type="xsd:int"
/>
<xs:attribute name="ToSheet"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="ToCell"
type="xsd:string"
/>
<xs:attribute name="ToPart"
type="xsd:int"
/>
</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
Keine.
Attribute
Attribut | Typ | Erforderlich | Beschreibung | Mögliche Werte |
---|---|---|---|---|
FromCell |
xsd:string |
Optional |
Werte des xsd:string-Typs. | |
FromPart |
xsd:int |
Optional |
Werte des xsd:int-Typs. | |
FromSheet |
xsd:unsignedInt |
erforderlich |
Werte des xsd:unsignedInt-Typs. | |
ToCell |
xsd:string |
Optional |
Werte des xsd:string-Typs. | |
ToPart |
xsd:int |
Optional |
Werte des xsd:int-Typs. | |
ToSheet |
xsd:unsignedInt |
erforderlich |
Werte des xsd:unsignedInt-Typs. |