<xsd:complexType name="framesetElt">
<xsd:annotation>
<xsd:documentation>Defines an HTML frameset.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="sz" type="stringProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the HTML frameset size designation</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="framesetSplitbar" type="framesetSplitbarElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the properties of the splitter between the frames in this frameset.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="frameLayout" type="frameLayoutElt" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the layout of the frames in this frameset.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="frameset" type="framesetElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Specifies a nested frameset.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="frame" type="frameElt" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Specifies one of the frames in this frameset.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|