<xsd:complexType name="CT_Frame">
<xsd:sequence>
<xsd:element name="sz" type="CT_String" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Frame Size</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="name" type="CT_String" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Frame Name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sourceFileName" type="CT_Rel" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Source File for Frame</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marW" type="CT_PixelsMeasure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Left and Right Margin for Frame</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="marH" type="CT_PixelsMeasure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Top and Bottom Margin for Frame</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="scrollbar" type="CT_FrameScrollbar" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Scrollbar Display Option</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="noResizeAllowed" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Frame Cannot Be Resized</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="linkedToFile" type="CT_OnOff" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Maintain Link to Existing File</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|