Definition Type: Element
Name: Scaling
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: ScanService.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into AutoScaling Drilldown into ScalingWidth Drilldown into ScalingHeightXSD Diagram of Scaling
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="Scaling" minOccurs="0">
    <xs:complexType>
        <xs:choice>
            <xs:sequence>
                <xs:element name="ScalingHeight" type="RangeOfIntType" />
                <xs:element name="ScalingWidth" type="RangeOfIntType" />
            </xs:sequence>
            <xs:element name="AutoScaling" type="xs:boolean" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScalingHeight pwg:ScalingHeight (1) (1)
ScalingWidth pwg:ScalingWidth (1) (1)
AutoScaling pwg:AutoScaling (1) (1)