<xsd:complexType name="frameElt">
<xsd:annotation>
<xsd:documentation>Defines a frame.</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="name" type="stringProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the frame name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sourceFileName" type="stringProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the path and file name of the frame source.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marW" type="pixelsMeasureProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the margin width.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marH" type="pixelsMeasureProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the margin height.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="scrollbar" type="frameScrollbarProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies how to display the scrollbar for this frame.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="noResizeAllowed" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies not to resize borders in the Web browser.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="linkedToFile" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents whether a frame is linked to a file.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|