<xsd:complexType name="CT_RelativeRect">
<xsd:attribute name="l" type="ST_Percentage" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Left Offset</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="t" type="ST_Percentage" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Top Offset</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="r" type="ST_Percentage" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Right Offset</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="b" type="ST_Percentage" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Bottom Offset</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|