<sx>
(Horizontal Ratio)
This element specifies the horizontal ratio for use within a scaling calculation.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the denominator to be used within the equation. The possible values for this attribute are defined by the XML Schema long datatype. |
|
Specifies the numerator to be used within the equation. The possible values for this attribute are defined by the XML Schema long datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Ratio">
<attribute name="n" type="xsd:long" use="required"/>
<attribute name="d" type="xsd:long" use="required"/>
</complexType>