diagram | |||||||||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||
children | AutoScaling ScalingHeight ScalingWidth | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
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> |
diagram | |||||||||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||
type | extension of xs:boolean | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
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> |
diagram | |||||||||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||
type | extension of ScalingRangeType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
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> |
diagram | ||||||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | |||||||||
type | ScalingRangeType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="ScalingWidth" type="ScalingRangeType"/> |