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