<xsd:complexType name="signedTwipsMeasureProperty">
<xsd:annotation>
<xsd:documentation>Defines a property that uses a measurement in twips (twentieths of a point, 1/1440 of an inch) that can be positive or negative.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="val" type="signedTwipsMeasureType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets the value of a measurement in twips (twentieths of a point, 1/1440 of an inch) that can be positive or negative.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|