Windows_Type complexType ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<xs:complexType name="Windows_Type">
<xs:sequence>
<xs:element name="Window" type="Window_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
</xs:sequence>
<xs:attribute name="ClientWidth"
type="xsd:unsignedShort"
/>
<xs:attribute name="ClientHeight"
type="xsd:unsignedShort"
/>
</xs:complexType>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
|
Element |
Type |
Description |
|---|---|---|
|
|
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
ClientHeight |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort type. |
|
ClientWidth |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort type. |