<?xml version="1.0" encoding="utf-16"?>
<xs:element name="Scaling" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="ScalingWidth" type="RangeOfIntType" />
<xs:element name="ScalingHeight" type="RangeOfIntType" />
</xs:sequence>
<xs:element name="AutoScaling" type="xs:boolean" />
</xs:choice>
</xs:complexType>
</xs:element>
|