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