<scale>
(View Scale)
This element specifies the view scaling factors that the presentation was last viewed with.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Scale2D">
<sequence>
<element name="sx" type="CT_Ratio" minOccurs="1" maxOccurs="1"/>
<element name="sy" type="CT_Ratio" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>