Definition Type: ComplexType
Name: ScalingType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ScalingWidth Drilldown into ScalingHeight Drilldown into AutoScaling Drilldown into MustHonorXSD Diagram of ScalingType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AutoScaling pwg:AutoScaling (1) (1)
ScalingHeight pwg:ScalingHeight (1) (1)
ScalingWidth pwg:ScalingWidth (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
MustHonor pwg:MustHonor (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:Scaling