Definition Type: ComplexType
Name: Windows_Type
Namespace: http://schemas.microsoft.com/visio/2003/core
Containing Schema: visio.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Window in schema visio_xsd Drilldown into ClientHeight in schema visio_xsd Drilldown into ClientWidth in schema visio_xsdXSD Diagram of Windows_Type in schema visio_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="Windows_Type">
    <xsd:sequence>
        <xsd:element name="Window" type="Window_Type" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="ClientWidth" type="xsd:unsignedShort" />
    <xsd:attribute name="ClientHeight" type="xsd:unsignedShort" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Window nsA:Window 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
ClientWidth nsA:ClientWidth (Optional)
ClientHeight nsA:ClientHeight (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:Windows