Definition Type: ComplexType
Name: signedHpsMeasureProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a property that can be a measurement in half-points (1/144 of an inch) that can be positive or negative.
Collapse XSD Schema Diagram:
Drilldown into val in schema wordnet_xsdXSD Diagram of signedHpsMeasureProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="signedHpsMeasureProperty">
    <xsd:annotation>
        <xsd:documentation>Defines a property that can be a measurement in half-points (1/144 of an inch) that can be positive or negative.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="signedHpsMeasureType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the value of a measurement in half-points (1/144 of an inch) that can be positive or negative.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Required
Collapse Derivation Tree:
Collapse References:
W:position