<xsd:complexType name="CT_Frameset">
<xsd:sequence>
<xsd:element name="sz" type="CT_String" minOccurs="0"/>
<xsd:element name="framesetSplitbar" type="CT_FramesetSplitbar" minOccurs="0"/>
<xsd:element name="frameLayout" type="CT_FrameLayout" minOccurs="0"/>
<xsd:element name="title" type="CT_String" minOccurs="0"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="frameset" type="CT_Frameset" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="frame" type="CT_Frame" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType> |