2.2.4.64 wscn:ResolutionPairExtType

The wscn:ResolutionPairExtType type defines a single Width x Height pair that describes the desired capture resolution.

 <xs:complexType name="ResolutionPairExtType">
    <xs:sequence>
       <xs:element name="Width" type="wscn:IntOneExtType"/>
       <xs:element name="Height" type="wscn:IntOneExtType" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute ref="wscn:MustHonor"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>

wscn:Width: The resolution to capture the image in the fast scan direction on the scan device.

wscn:Height: The resolution to capture the image in the slow scan direction on the scan device.