<sy> (Vertical Ratio)

This element specifies the vertical ratio for use within a scaling calculation.

Parent Elements

<scale>4.3.2.13)

Attributes

Description

<d> (Denominator)

Specifies the denominator to be used within the equation.

The possible values for this attribute are defined by the XML Schema long datatype.

<n> (Numerator)

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>