PwgSmRev1-185 - FaxOutDocumentProcessingCapabilitiesType

complexType FaxOutDocumentProcessingCapabilitiesType
diagram PwgSmRev1-185_p2098.png
namespace http://www.pwg.org/schemas/2012/12/sm
type extension of ImagingDocumentProcessingCapabilitiesType
properties
base ImagingDocumentProcessingCapabilitiesType
children NumberUp PresentationDirectionNumberUp AutoSkewCorrection ContentType Exposure HeaderPrint Quality Resolutions Scaling DocumentSizeAutoDetect ScanRegions Sides
used by
element FaxOutDocumentProcessingCapabilities
attributes
Name  Type  Use  Default  Fixed  Annotation
MustHonor  xs:boolean        
source <xs:complexType name="FaxOutDocumentProcessingCapabilitiesType">
 
<xs:complexContent>
   
<xs:extension base="ImagingDocumentProcessingCapabilitiesType">
     
<xs:sequence>
       
<xs:element name="AutoSkewCorrection" type="xs:boolean" minOccurs="0"/>
       
<xs:element name="ContentType" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AllowedValue" type="ContentTypeType" maxOccurs="unbounded"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="Exposure" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AutoExposure" type="xs:boolean" minOccurs="0"/>
             
<xs:element name="Brightness" type="xs:boolean" minOccurs="0"/>
             
<xs:element name="Contrast" type="xs:boolean" minOccurs="0"/>
             
<xs:element name="Sharpness" type="xs:boolean" minOccurs="0"/>
             
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="HeaderPrint" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AllowedValue" type="HeaderPrintType" maxOccurs="unbounded"/>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="Quality" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AllowedValue" maxOccurs="unbounded">
               
<xs:simpleType>
                 
<xs:union memberTypes="FaxQualityWKV KeywordNsExtensionPattern"/>
               
</xs:simpleType>
             
</xs:element>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="Resolutions" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="Resolution" maxOccurs="unbounded">
               
<xs:complexType>
                 
<xs:sequence>
                   
<xs:element name="CrossFeedDir">
                     
<xs:complexType>
                       
<xs:sequence>
                         
<xs:element name="AllowedValue" type="xs:int"/>
                       
</xs:sequence>
                     
</xs:complexType>
                   
</xs:element>
                   
<xs:element name="FeedDir">
                     
<xs:complexType>
                       
<xs:sequence>
                         
<xs:element name="AllowedValue" type="xs:int"/>
                       
</xs:sequence>
                     
</xs:complexType>
                   
</xs:element>
                   
<xs:element ref="Units"/>
                 
</xs:sequence>
               
</xs:complexType>
             
</xs:element>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="Scaling" minOccurs="0">
         
<xs:complexType>
           
<xs:choice>
             
<xs:sequence>
               
<xs:element name="ScalingWidth" type="RangeOfIntType"/>
               
<xs:element name="ScalingHeight" type="RangeOfIntType"/>
             
</xs:sequence>
             
<xs:element name="AutoScaling" type="xs:boolean"/>
           
</xs:choice>
         
</xs:complexType>
       
</xs:element>
       
<xs:sequence minOccurs="0">
         
<xs:element name="DocumentSizeAutoDetect" type="xs:boolean" minOccurs="0"/>
         
<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 name="Width" type="RangeOfIntType"/>
                     
<xs:element name="XOffset" type="RangeOfIntType" minOccurs="0"/>
                     
<xs:element name="YOffset" type="RangeOfIntType" minOccurs="0"/>
                     
<xs:element ref="RegionUnits"/>
                   
</xs:sequence>
                 
</xs:complexType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:element name="Sides" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AllowedValue" maxOccurs="unbounded">
               
<xs:simpleType>
                 
<xs:union memberTypes="SidesWKV KeywordNsExtensionPattern"/>
               
</xs:simpleType>
             
</xs:element>
           
</xs:sequence>
         
</xs:complexType>
       
</xs:element>
       
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element FaxOutDocumentProcessingCapabilitiesType/AutoSkewCorrection
diagram PwgSmRev1-185_p2099.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
elements CopyInput ServiceSpecificDocumentProcessing
complexTypes FaxInDocumentProcessingType FaxOutDocumentProcessingType ScanDocumentProcessingType TransformDocumentProcessingType
source <xs:element name="AutoSkewCorrection" type="xs:boolean" minOccurs="0"/>

element FaxOutDocumentProcessingCapabilitiesType/ContentType
diagram PwgSmRev1-185_p2100.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements CopyInput ServiceSpecificDocumentProcessing
complexTypes FaxOutDocumentProcessingType ScanDocumentProcessingType TransformDocumentProcessingType
source <xs:element name="ContentType" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" type="ContentTypeType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/ContentType/AllowedValue
diagram PwgSmRev1-185_p2101.png
namespace http://www.pwg.org/schemas/2012/12/sm
type ContentTypeType
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="ContentTypeType" maxOccurs="unbounded"/>

element FaxOutDocumentProcessingCapabilitiesType/Exposure
diagram PwgSmRev1-185_p2102.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AutoExposure Brightness Contrast Sharpness
used by
elements CopyInput ServiceSpecificDocumentProcessing
complexTypes FaxInDocumentProcessingType FaxOutDocumentProcessingType ScanDocumentProcessingType
source <xs:element name="Exposure" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AutoExposure" type="xs:boolean" minOccurs="0"/>
     
<xs:element name="Brightness" type="xs:boolean" minOccurs="0"/>
     
<xs:element name="Contrast" type="xs:boolean" minOccurs="0"/>
     
<xs:element name="Sharpness" type="xs:boolean" minOccurs="0"/>
     
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/Exposure/AutoExposure
diagram PwgSmRev1-185_p2103.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
element Exposure
source <xs:element name="AutoExposure" type="xs:boolean" minOccurs="0"/>

element FaxOutDocumentProcessingCapabilitiesType/Exposure/Brightness
diagram PwgSmRev1-185_p2104.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
element Exposure
source <xs:element name="Brightness" type="xs:boolean" minOccurs="0"/>

element FaxOutDocumentProcessingCapabilitiesType/Exposure/Contrast
diagram PwgSmRev1-185_p2105.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
element Exposure
source <xs:element name="Contrast" type="xs:boolean" minOccurs="0"/>

element FaxOutDocumentProcessingCapabilitiesType/Exposure/Sharpness
diagram PwgSmRev1-185_p2106.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
element Exposure
source <xs:element name="Sharpness" type="xs:boolean" minOccurs="0"/>

element FaxOutDocumentProcessingCapabilitiesType/HeaderPrint
diagram PwgSmRev1-185_p2107.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
element ServiceSpecificDocumentProcessing
complexType FaxOutDocumentProcessingType
source <xs:element name="HeaderPrint" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" type="HeaderPrintType" maxOccurs="unbounded"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/HeaderPrint/AllowedValue
diagram PwgSmRev1-185_p2108.png
namespace http://www.pwg.org/schemas/2012/12/sm
type HeaderPrintType
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" type="HeaderPrintType" maxOccurs="unbounded"/>

element FaxOutDocumentProcessingCapabilitiesType/Quality
diagram PwgSmRev1-185_p2109.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements CopyOutput ServiceSpecificDocumentProcessing
complexTypes FaxOutDocumentProcessingType PrintDocumentProcessingDefaultType PrintDocumentProcessingType
source <xs:element name="Quality" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" maxOccurs="unbounded">
       
<xs:simpleType>
         
<xs:union memberTypes="FaxQualityWKV KeywordNsExtensionPattern"/>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/Quality/AllowedValue
diagram PwgSmRev1-185_p2110.png
namespace http://www.pwg.org/schemas/2012/12/sm
type union of (FaxQualityWKV, KeywordNsExtensionPattern)
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" maxOccurs="unbounded">
 
<xs:simpleType>
   
<xs:union memberTypes="FaxQualityWKV KeywordNsExtensionPattern"/>
 
</xs:simpleType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/Resolutions
diagram PwgSmRev1-185_p2111.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children Resolution
source <xs:element name="Resolutions" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Resolution" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="CrossFeedDir">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="AllowedValue" type="xs:int"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="FeedDir">
             
<xs:complexType>
               
<xs:sequence>
                 
<xs:element name="AllowedValue" type="xs:int"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:element ref="Units"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/Resolutions/Resolution
diagram PwgSmRev1-185_p2112.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 1
maxOcc unbounded
content complex
children CrossFeedDir FeedDir Units
used by
elements CopyInput CopyOutput PrintJobCreationElements/PwgRasterDocumentResolutionSupported ServiceSpecificDocumentProcessing
complexTypes FaxInDocumentProcessingType FaxOutDocumentProcessingType PrintDocumentProcessingDefaultType PrintDocumentProcessingType ScanDocumentProcessingType TransformDocumentProcessingType
source <xs:element name="Resolution" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="CrossFeedDir">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="AllowedValue" type="xs:int"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="FeedDir">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="AllowedValue" type="xs:int"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element ref="Units"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/Resolutions/Resolution/CrossFeedDir
diagram PwgSmRev1-185_p2113.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
content complex
children AllowedValue
source <xs:element name="CrossFeedDir">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" type="xs:int"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/Resolutions/Resolution/CrossFeedDir/AllowedValue
diagram PwgSmRev1-185_p2114.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:int
properties
content simple
source <xs:element name="AllowedValue" type="xs:int"/>

element FaxOutDocumentProcessingCapabilitiesType/Resolutions/Resolution/FeedDir
diagram PwgSmRev1-185_p2115.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
content complex
children AllowedValue
source <xs:element name="FeedDir">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" type="xs:int"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/Resolutions/Resolution/FeedDir/AllowedValue
diagram PwgSmRev1-185_p2116.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:int
properties
content simple
source <xs:element name="AllowedValue" type="xs:int"/>

element FaxOutDocumentProcessingCapabilitiesType/Scaling
diagram PwgSmRev1-185_p2117.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children ScalingWidth ScalingHeight AutoScaling
used by
elements CopyInput ServiceSpecificDocumentProcessing
complexTypes FaxInDocumentProcessingType FaxOutDocumentProcessingType ScanDocumentProcessingType TransformDocumentProcessingType
source <xs:element name="Scaling" minOccurs="0">
 
<xs:complexType>
   
<xs:choice>
     
<xs:sequence>
       
<xs:element name="ScalingWidth" type="RangeOfIntType"/>
       
<xs:element name="ScalingHeight" type="RangeOfIntType"/>
     
</xs:sequence>
     
<xs:element name="AutoScaling" type="xs:boolean"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/Scaling/ScalingWidth
diagram PwgSmRev1-185_p2118.png
namespace http://www.pwg.org/schemas/2012/12/sm
type RangeOfIntType
properties
content complex
children Lowerbound Upperbound
attributes
Name  Type  Use  Default  Fixed  Annotation
source <xs:element name="ScalingWidth" type="RangeOfIntType"/>

element FaxOutDocumentProcessingCapabilitiesType/Scaling/ScalingHeight
diagram PwgSmRev1-185_p2119.png
namespace http://www.pwg.org/schemas/2012/12/sm
type RangeOfIntType
properties
content complex
children Lowerbound Upperbound
attributes
Name  Type  Use  Default  Fixed  Annotation
source <xs:element name="ScalingHeight" type="RangeOfIntType"/>

element FaxOutDocumentProcessingCapabilitiesType/Scaling/AutoScaling
diagram PwgSmRev1-185_p2120.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
content simple
source <xs:element name="AutoScaling" type="xs:boolean"/>

element FaxOutDocumentProcessingCapabilitiesType/DocumentSizeAutoDetect
diagram PwgSmRev1-185_p2121.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
used by
elements CopyInput ServiceSpecificDocumentProcessing
complexTypes FaxOutDocumentProcessingType ScanDocumentProcessingType
source <xs:element name="DocumentSizeAutoDetect" type="xs:boolean" minOccurs="0"/>

element FaxOutDocumentProcessingCapabilitiesType/ScanRegions
diagram PwgSmRev1-185_p2122.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children ScanRegion
used by
elements CopyInput ServiceSpecificDocumentProcessing
complexTypes FaxOutDocumentProcessingType ScanDocumentProcessingType
source <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 name="Width" type="RangeOfIntType"/>
           
<xs:element name="XOffset" type="RangeOfIntType" minOccurs="0"/>
           
<xs:element name="YOffset" type="RangeOfIntType" minOccurs="0"/>
           
<xs:element ref="RegionUnits"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/ScanRegions/ScanRegion
diagram PwgSmRev1-185_p2123.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc unbounded
content complex
children Height Width XOffset YOffset RegionUnits
used by
element ScanRegions
source <xs:element name="ScanRegion" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Height" type="RangeOfIntType"/>
     
<xs:element name="Width" type="RangeOfIntType"/>
     
<xs:element name="XOffset" type="RangeOfIntType" minOccurs="0"/>
     
<xs:element name="YOffset" type="RangeOfIntType" minOccurs="0"/>
     
<xs:element ref="RegionUnits"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/ScanRegions/ScanRegion/Height
diagram PwgSmRev1-185_p2124.png
namespace http://www.pwg.org/schemas/2012/12/sm
type RangeOfIntType
properties
content complex
children Lowerbound Upperbound
used by
complexType ContentRegionType
attributes
Name  Type  Use  Default  Fixed  Annotation
source <xs:element name="Height" type="RangeOfIntType"/>

element FaxOutDocumentProcessingCapabilitiesType/ScanRegions/ScanRegion/Width
diagram PwgSmRev1-185_p2125.png
namespace http://www.pwg.org/schemas/2012/12/sm
type RangeOfIntType
properties
content complex
children Lowerbound Upperbound
used by
complexType ContentRegionType
attributes
Name  Type  Use  Default  Fixed  Annotation
source <xs:element name="Width" type="RangeOfIntType"/>

element FaxOutDocumentProcessingCapabilitiesType/ScanRegions/ScanRegion/XOffset
diagram PwgSmRev1-185_p2126.png
namespace http://www.pwg.org/schemas/2012/12/sm
type RangeOfIntType
properties
minOcc 0
maxOcc 1
content complex
children Lowerbound Upperbound
used by
complexType ContentRegionType
attributes
Name  Type  Use  Default  Fixed  Annotation
source <xs:element name="XOffset" type="RangeOfIntType" minOccurs="0"/>

element FaxOutDocumentProcessingCapabilitiesType/ScanRegions/ScanRegion/YOffset
diagram PwgSmRev1-185_p2127.png
namespace http://www.pwg.org/schemas/2012/12/sm
type RangeOfIntType
properties
minOcc 0
maxOcc 1
content complex
children Lowerbound Upperbound
used by
complexType ContentRegionType
attributes
Name  Type  Use  Default  Fixed  Annotation
source <xs:element name="YOffset" type="RangeOfIntType" minOccurs="0"/>

element FaxOutDocumentProcessingCapabilitiesType/Sides
diagram PwgSmRev1-185_p2128.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children AllowedValue
used by
elements CopyInput CopyOutput ServiceSpecificDocumentProcessing
complexTypes FaxOutDocumentProcessingType PrintDocumentProcessingDefaultType PrintDocumentProcessingType ScanDocumentProcessingType
source <xs:element name="Sides" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AllowedValue" maxOccurs="unbounded">
       
<xs:simpleType>
         
<xs:union memberTypes="SidesWKV KeywordNsExtensionPattern"/>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FaxOutDocumentProcessingCapabilitiesType/Sides/AllowedValue
diagram PwgSmRev1-185_p2129.png
namespace http://www.pwg.org/schemas/2012/12/sm
type union of (SidesWKV, KeywordNsExtensionPattern)
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="AllowedValue" maxOccurs="unbounded">
 
<xs:simpleType>
   
<xs:union memberTypes="SidesWKV KeywordNsExtensionPattern"/>
 
</xs:simpleType>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy