<xsd:complexType name="framesetSplitbarElt">
<xsd:annotation>
<xsd:documentation>Defines the splitter for a frameset.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="w" type="twipsMeasureProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the width of the splitter.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="color" type="hexColorProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the color of the splitter.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="noBorder" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether the splitter has no border or has a border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="flatBorders" type="onOffProperty" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether the splitter has a flat border or a 3-D border.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|