PwgSmRev1-185 - ScalingType

complexType ScalingType
diagram PwgSmRev1-185_p553.png
namespace http://www.pwg.org/schemas/2012/12/sm
children AutoScaling ScalingHeight ScalingWidth
used by
element Scaling
attributes
Name  Type  Use  Default  Fixed  Annotation
MustHonor  xs:boolean        
source <xs:complexType name="ScalingType">
 
<xs:choice>
   
<xs:element name="AutoScaling">
     
<xs:complexType>
       
<xs:simpleContent>
         
<xs:extension base="xs:boolean">
           
<xs:attribute ref="MustHonor"/>
           
<xs:anyAttribute namespace="##other"/>
         
</xs:extension>
       
</xs:simpleContent>
     
</xs:complexType>
   
</xs:element>
   
<xs:sequence>
     
<xs:element name="ScalingHeight">
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="ScalingRangeType">
             
<xs:attribute ref="MustHonor"/>
             
<xs:anyAttribute namespace="##other"/>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="ScalingWidth" type="ScalingRangeType"/>
   
</xs:sequence>
 
</xs:choice>
 
<xs:attribute ref="MustHonor"/>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element ScalingType/AutoScaling
diagram PwgSmRev1-185_p554.png
namespace http://www.pwg.org/schemas/2012/12/sm
type extension of xs:boolean
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
MustHonor  xs:boolean        
source <xs:element name="AutoScaling">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="xs:boolean">
       
<xs:attribute ref="MustHonor"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

element ScalingType/ScalingHeight
diagram PwgSmRev1-185_p555.png
namespace http://www.pwg.org/schemas/2012/12/sm
type extension of ScalingRangeType
properties
content complex
facets
Kind Value Annotation
minInclusive 1
maxInclusive 1000
attributes
Name  Type  Use  Default  Fixed  Annotation
MustHonor  xs:boolean        
source <xs:element name="ScalingHeight">
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="ScalingRangeType">
       
<xs:attribute ref="MustHonor"/>
       
<xs:anyAttribute namespace="##other"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element ScalingType/ScalingWidth
diagram PwgSmRev1-185_p556.png
namespace http://www.pwg.org/schemas/2012/12/sm
type ScalingRangeType
properties
content complex
facets
Kind Value Annotation
minInclusive 1
maxInclusive 1000
source <xs:element name="ScalingWidth" type="ScalingRangeType"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy