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