<xsd:complexType name="CT_FramePr">
<xsd:attribute name="dropCap" type="ST_DropCap" use="optional"/>
<xsd:attribute name="lines" type="ST_DecimalNumber" use="optional"/>
<xsd:attribute name="w" type="s:ST_TwipsMeasure" use="optional"/>
<xsd:attribute name="h" type="s:ST_TwipsMeasure" use="optional"/>
<xsd:attribute name="vSpace" type="s:ST_TwipsMeasure" use="optional"/>
<xsd:attribute name="hSpace" type="s:ST_TwipsMeasure" use="optional"/>
<xsd:attribute name="wrap" type="ST_Wrap" use="optional"/>
<xsd:attribute name="hAnchor" type="ST_HAnchor" use="optional"/>
<xsd:attribute name="vAnchor" type="ST_VAnchor" use="optional"/>
<xsd:attribute name="x" type="ST_SignedTwipsMeasure" use="optional"/>
<xsd:attribute name="xAlign" type="s:ST_XAlign" use="optional"/>
<xsd:attribute name="y" type="ST_SignedTwipsMeasure" use="optional"/>
<xsd:attribute name="yAlign" type="s:ST_YAlign" use="optional"/>
<xsd:attribute name="hRule" type="ST_HeightRule" use="optional"/>
<xsd:attribute name="anchorLock" type="s:ST_OnOff" use="optional"/>
</xsd:complexType> |