<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>