| diagram |  | 
				
					| namespace | http://www.pwg.org/schemas/2012/8/sm | 
				
					| children | AutoScaling ScalingHeight ScalingWidth | 
				
					| used by |  | 
				
					| attributes | | Name | Type | Use | Default | Fixed | annotation |  | MustHonor | xs:boolean |  |  |  |  | 
 | 
				
					| source | <xs:complexType name="ScalingType"> <xs:choice>
 <xs:element name="AutoScaling" type="xs:boolean"/>
 <xs:sequence>
 <xs:element name="ScalingHeight" type="ScalingRangeType"/>
 <xs:element name="ScalingWidth" type="ScalingRangeType"/>
 </xs:sequence>
 </xs:choice>
 <xs:attribute ref="MustHonor"/>
 <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>
 |