2.2.4.62 wscn:MediaSideType
The wscn:MediaSideType type defines the elements unique to each physical side of the media that makes up the scan document. These include the scan region, color processing, and resolution elements.
-
<xs:complexType name="MediaSideType"> <xs:sequence> <xs:element name="ScanRegion" type="wscn:ScanRegionType" minOccurs="0"/> <xs:element name="ColorProcessing" type="wscn:ColorJobType" minOccurs="0"/> <xs:element name="Resolution" type="wscn:ResolutionPairExtType" minOccurs="0"/> <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>
wscn:ScanRegion: The area within the input document boundaries to scan.
Wscn:ColorProcessing: The information needed to determine how color is to be handled for the scanned image.
wscn:Resolution: The resolution at which to capture the image.