<?xml version="1.0" encoding="UTF-8"?>
<DeviceCaps
xmlns:psf="http://schemas.microsoft.com/windows/2003/08/printing/printschemaframework" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns0000="http://schemas.hp.com/ptpc/2006/1" xmlns:psk="http://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <!--
    Element name: <DeviceCap>
    Attributes
              - key : the key name of JsonDeviceCaps data
              - value: the value name corresponding with the key in JsonDeviceCaps. This is optional.
    Child element
              - Values/Value : the value names corresponding with the key in JsonDeviceCaps. This is optional.
 
    How to varify <Capability>
    1. if key and value exist, the capability is available when the key and value are available in JsonDeviceCaps
    2. if only key exists, the capability is available when the key is available in JsonDeviceCaps
    3. if key and item value in Values child element, the capability is available when the key and value are available in JsonDeviceCaps

    <DeviceCap key="Json key name" value="Json value" >
        <Values>
          <Value>json value 1</Value>
          <Value>json value 2</Value>
          ...
        </Values>
        <Features>
            <psf:Feature name="feature name in PC">
                <psf:Option name="option name in PC"/>
                <psf:Option name="option name in PC"/>
                ...
            </psf:Feature>
 
 
            <psf:Feature name="feature name in PC">
                ...
            </psf:Feature>
             
            ...
        </Features>
         
        <ParameterDefs>
                         
            ...
        </ParameterDefs>       
 
 
    </DeviceCap>
 
 
    <DeviceCap key = "Job_Storage_Encryption_Password_Max_Length" value="$value$">
        <Features>
            ...
        </Features>
         
        <ParameterDefs>
             
            <psf:ParameterDef name="paramter definition name">
                <psf:Property name="property name">
                    <psf:Value>$value$</psf:Value>
                </psf:Property>
            </psf:ParameterDef>
             
            ...
        </ParameterDefs>
    </DeviceCap>
 
 
    ...

 -->

  <!-- Common Software Features that should be always on -->
  <!-- Default Option should be always on for the features that each Option is enabled by separate Print Contract query, 
       because Print Contract result would update only the opion, in that case no chance to enable default Option like psk:None, ns0000:Off -->
  <DeviceCap key="BasicFeatures">
    <Features>
      <psf:Feature name="ns0000:DocumentHPEasyColor">
        <psf:Option name="ns0000:HPEasyColorOff"/>
      </psf:Feature>
      <psf:Feature name="ns0000:DocumentMargins">
        <psf:Option name="ns0000:Standard"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobDeviceMarigin">
        <psf:Option name="ns0000:Margin0"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobEnableAutoCutter">
        <psf:Option name="ns0000:ON"/>
      </psf:Feature>
      <psf:Feature name="psk:DocumentNUp">
        <psf:Option>
          <psf:ScoredProperty name="psk:PagesPerSheet">
            <psf:Value xsi:type="xsd:integer">1</psf:Value>
          </psf:ScoredProperty>
        </psf:Option>
      </psf:Feature>      
      <psf:Feature name="psk:PageColorManagement">
        <psf:Option name="psk:Device"/>
      </psf:Feature>
      <psf:Feature name="psk:PageOutputColor">
        <psf:Option name="psk:Monochrome"/>
      </psf:Feature>
      <psf:Feature name="ns0000:PageRotate180">
        <psf:Option name="ns0000:NoRotation"/>
      </psf:Feature>
      <psf:Feature name="psk:PageMirrorImage">
        <psf:Option name="psk:None"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobHPInkDriverType">
        <psf:Option name="ns0000:HPStandardInkDriver"/>
      </psf:Feature>
      <psf:Feature name="psk:PageBorderless">
        <psf:Option name="psk:None"/>
      </psf:Feature>
      <psf:Feature name="psk:JobOutputBin">
        <psf:Option name="ns0000:AutomaticallySelect"/>
      </psf:Feature>
      <psf:Feature name="psk:PageScaling">
        <psf:Option name="psk:None"/>
      </psf:Feature>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="psk:None"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobFinishingFolding">
        <psf:Option name="ns0000:FoldOff"/>
      </psf:Feature>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaLetter"/>
        <psf:Option name="psk:ISOA4"/>
        <psf:Option name="psk:CustomMediaSize"/>
      </psf:Feature>      
      <psf:Feature name="psk:JobDuplexAllDocumentsContiguously">
        <psf:Option name="psk:OneSided"/>
      </psf:Feature>      
      <psf:Feature name="psk:DocumentBinding">
        <psf:Option name="psk:None"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobDeliveryMode">
        <psf:Option name="ns0000:Normal"/>
      </psf:Feature>      
      <psf:Feature name="ns0000:JobLocale"/>
      <psf:Feature name="ns0000:JobStringsCluster0"/>
      <psf:Feature name="ns0000:JobStringsCluster1"/>
      <psf:Feature name="psk:JobDeviceLanguage"/>
      <psf:Feature name="psk:PageOrientation">
        <psf:Option name="psk:Portrait"/>
        <psf:Option name="psk:Landscape"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobDynamicLayoutAdjustment"/>
      <psf:Feature name="psk:JobPageOrder"/>
      <psf:Feature name="psk:PageResolution"/>      
      <psf:Feature name="psk:PageOutputQuality"/>      
      <psf:Feature name="ns0000:JobHPMechOffset"/>
      <psf:Feature name="psk:DocumentCollate">
        <psf:Option name="psk:Uncollated"/>
        <psf:Option name="psk:Collated" setdefault="true" productdefault="true"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobDestination"/>
      <psf:Feature name="ns0000:JobMarginsLayout">
        <psf:Option name="ns0000:Standard"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobTelemetryUserOption"/>
      <psf:Feature name="ns0000:JobTouchByUser"/>
      <psf:Feature name="ns0000:JobPrinterInitialization"/>
      <psf:Feature name="ns0000:JobHPFeedType"/>
      <psf:Feature name="ns0000:JobStatusMonitor"/>
      <psf:Feature name="ns0000:JobUserMargin">
        <psf:Option name="ns0000:__5mm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter condition="false">IS_LFP</Filter>      
    </Filters>
    <Features>      
      <psf:Feature name="ns0000:PageRotate">
        <psf:Option name="ns0000:None"/>
      </psf:Feature>
      <psf:Feature name="psk:DocumentNUp"/>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter condition="false">IS_LFP</Filter>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray1"/>
      </psf:Feature>      
    </Features>
  </DeviceCap>

  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter condition="false">IS_LFP</Filter>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:MainTray"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobEnableAutoCutter">
        <psf:Option name="ns0000:OFF"/>
        <psf:Option name="ns0000:ON" setdefault="true" productdefault="true"/>
      </psf:Feature>
	  <psf:Feature name="ns0000:JobRemoveBlankAreas">
        <psf:Option name="ns0000:OFF" setdefault="true" productdefault="true"/>
        <psf:Option name="ns0000:ON"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobMarginsLayout">
        <psf:Option name="ns0000:Standard"/>
        <psf:Option name="ns0000:ClipContentsByMargins"/>
        <psf:Option name="ns0000:Oversize"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobUserMargin">
        <psf:Option name="ns0000:__5mm"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobDeviceMarigin">
        <psf:Option name="ns0000:Margin5mm"/>
      </psf:Feature>
      <psf:Feature name="ns0000:PageRotate">
        <psf:Option name="ns0000:AutoRotate"/>
        <psf:Option name="ns0000:NoRotation"/>
        <psf:Option name="ns0000:Rotate90"/>
        <psf:Option name="ns0000:Rotate180"/>
        <psf:Option name="ns0000:Rotate270"/>
      </psf:Feature>
      <psf:Feature name="psk:PageMediaType">
          <psf:Option name="psk:AutoSelect"/>
      </psf:Feature>
      <psf:Feature name="psk:PageScaling">
        <psf:Option name="psk:None"/>
        <psf:Option name="ns0000:FitApplicationImageableSizeToPageImageableSize"/>
        <psf:Option name="psk:CustomSquare"/>
      </psf:Feature>      
      <psf:Feature name="ns0000:PageMaxAppResolution">
        <psf:Option name="ns0000:_300dpi"/>
        <psf:Option name="ns0000:_600dpi"/>
        <psf:Option name="ns0000:Automatic" setdefault="true" productdefault="true"/>
      </psf:Feature>
    </Features>      
  </DeviceCap>
  
  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_LFP_NOT_BEAM</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageColorManagement">
        <psf:Option name="psk:Device" setdefault="true" productdefault="true"/>
        <psf:Option name="psk:None"/>
      </psf:Feature>
      <psf:Feature name="psk:PageMirrorImage">
            <psf:Option name="psk:None" setdefault="true" productdefault="true"/>
            <psf:Option name="psk:MirrorImageWidth"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  <DeviceCap key="BasicFeatures">
    <Filters>
	  <Filter>IS_LFP_BEAM</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageColorManagement">
        <psf:Option name="psk:Device" setdefault="true" productdefault="true"/>
      </psf:Feature>
      <psf:Feature name="psk:PageMirrorImage">
            <psf:Option name="psk:None" setdefault="true" productdefault="true"/>
      </psf:Feature>
    </Features>      
  </DeviceCap>

  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobDeviceMarigin">
        <psf:Option name="ns0000:Margin70"/>
      </psf:Feature>
      <psf:Feature name="psk:JobDuplexAllDocumentsContiguously">
        <psf:Option name="psk:OneSided" setdefault="true" productdefault="true"/>
      </psf:Feature>      
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:UsePrinterSetting"/>
      </psf:Feature>
      <psf:Feature name="psk:PageOutputColor">
        <psf:Option name="psk:Color" setdefault="true" productdefault="true"/>
        <psf:Option name="psk:Grayscale"/>
      </psf:Feature>
      <psf:Feature name="ns0000:DocumentHPEasyColor">        
        <psf:Option name="ns0000:HPEasyColorOn" setdefault="true" productdefault="true"/>
      </psf:Feature>
      <psf:Feature name="psk:PageMediaSize">
        <!-- Start: Support for all OPS/HPS models-->
        <psf:Option name="psk:NorthAmericaLetter"/>
        <psf:Option name="ns0000:HP_INDEX_CARD_LETTER"/>
        <psf:Option name="psk:ISOA4"/>
        <psf:Option name="ns0000:HP_INDEX_CARD_A4"/>
        <psf:Option name="psk:ISODLEnvelope"/>
        <!-- End: Support for all OPS/HPS models-->
        <psf:Option name="psk:NorthAmericaExecutive"/>
        <psf:Option name="psk:ISOA5"/>
        <psf:Option name="psk:JISB5"/>
        <psf:Option name="psk:NorthAmericaNumber10Envelope"/>
        <psf:Option name="psk:ISOC6Envelope"/>        
        <psf:Option name="psk:JapanHagakiPostcard"/>
        <psf:Option name="psk:ISOA6"/>
        <psf:Option name="psk:JapanChou3Envelope"/>
        <psf:Option name="psk:JapanChou4Envelope"/>
        <psf:Option name="ns0000:HP_2L_MM"/>
        <psf:Option name="ns0000:HP_3_5X5_IN_L_MM"/>
        <psf:Option name="ns0000:HP_4X6_IN_10x15_CM"/>
        <psf:Option name="ns0000:INDEXCARD4X6"/>
        <psf:Option name="ns0000:HP_5X7_IN_13X18_CM"/>
        <psf:Option name="ns0000:HP_8X10_IN"/>
        <psf:Option name="ns0000:HP_B5_ISO_176X250_MM"/>        
        <psf:Option name="ns0000:HP_INDEX_CARD_5X8_IN"/>
      </psf:Feature>
      <psf:Feature name="psk:PageMediaType">        
        <psf:Option name="ns0000:_0_1004_0000_0_600x600"/>        
        <psf:Option name="ns0000:_5_1069_0000_0_600x600"/>
        <psf:Option name="ns0000:_2_1077_0000_0_600x600"/>
        <psf:Option name="ns0000:_2_1005_0000_0_600x600"/>
        <psf:Option name="ns0000:_8_1076_0000_0_600x600"/>        
        <psf:Option name="ns0000:_5_1045_0000_0_600x600"/>
        <psf:Option name="ns0000:_2_1077_0000_1_600x600"/>
        <psf:Option name="ns0000:_8_1054_0000_0_600x600"/>        
        <psf:Option name="ns0000:_1_1121_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_HPS_IJ_CCA</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageBorderless">        
        <psf:Option name="psk:Borderless"/>
      </psf:Feature>      
    </Features>
  </DeviceCap>

  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_HPS_IJ_CCB</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">        
        <psf:Option name="psk:NorthAmericaLegal"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_HPS_IJ_OPA_OPB</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOC5Envelope"/>
        <psf:Option name="psk:NorthAmericaLegal"/>
        <psf:Option name="psk:NorthAmericaStatement"/>
        <psf:Option name="psk:NorthAmericaMonarchEnvelope"/>        
        <psf:Option name="psk:NorthAmericaPersonalEnvelope"/>
        <psf:Option name="ns0000:HP_4X5_IN_10X13_CM"/>
        <psf:Option name="ns0000:HP_4X12_IN_10X30_CM"/>
        <psf:Option name="ns0000:HP_8_5X13_IN"/>
        <psf:Option name="ns0000:HP_ENV_A2"/>
        <psf:Option name="ns0000:HP_OFUKU_HAGAKI_200X148_MM"/>
      </psf:Feature>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_8_1054_0000_1_600x600"/>
        <psf:Option name="ns0000:_0_0009_0000_0_600x600"/>
      </psf:Feature>   
      <psf:Feature name="psk:PageBorderless">        
        <psf:Option name="psk:Borderless"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_HPS_IJ_OPA</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_8_1054_0000_2_600x600"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobTouchByUser">
        <psf:Option name="ns0000:Off"/>
        <psf:Option name="ns0000:On"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
      <Filter condition="false">QUALITY_AVAILABLE_INIPP</Filter>
    </Filters>
    <Features>      
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPS_Normal"/>
        <psf:Option name="ns0000:HPS_Draft"/>
        <psf:Option name="ns0000:HPS_Best"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_HPS_LJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobDeviceMarigin">
        <psf:Option name="ns0000:Margin70"/>
      </psf:Feature>
      <psf:Feature name="psk:JobDuplexAllDocumentsContiguously">
        <psf:Option name="psk:OneSided" setdefault="true" productdefault="true"/>
      </psf:Feature>      
      <psf:Feature name="psk:PageMediaSize">
        <!-- Start: Support for all OPS/HPS models-->
        <psf:Option name="psk:NorthAmericaLetter"/>        
        <psf:Option name="psk:ISOA4"/>
        <psf:Option name="psk:ISODLEnvelope"/>
        <!-- End: Support for all OPS/HPS models-->
        <psf:Option name="psk:ISOC5Envelope"/>
        <psf:Option name="psk:NorthAmericaLegal"/>        
        <psf:Option name="ns0000:INDEX5X7INCHES"/>
        <psf:Option name="ns0000:OFFICIO216X340MM"/>        
      </psf:Feature>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="psk:AutoSelect"/>
        <psf:Option name="ns0000:PLAIN_70_89"/>
        <psf:Option name="ns0000:LIGHT_60_69"/>
        <psf:Option name="ns0000:Bond"/>
        <psf:Option name="ns0000:HEAVY_90_120"/>
        <psf:Option name="psk:Label"/>
        <psf:Option name="psk:EnvelopePlain"/>
      </psf:Feature>      
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="psk:Manual"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobHPInkDriverType">
        <psf:Option name="ns0000:HPKarnakInkDriver" />
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_HPS_LJ_COLOR</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:UsePrinterSetting"/>
      </psf:Feature>
      <psf:Feature name="psk:PageOutputColor">
        <psf:Option name="psk:Color" setdefault="true" productdefault="true"/>
        <psf:Option name="psk:Grayscale"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- In case hp-print-quality-supported is not available in IPP, let HPS qualities enable -->
  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_HPS_LJ_COLOR</Filter>
      <Filter condition="false">QUALITY_AVAILABLE_INIPP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPS_Normal"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- In case hp-print-quality-supported is not available in IPP, let HPS qualities enable -->
  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_HPS_LJ_MONO</Filter>
      <Filter condition="false">QUALITY_AVAILABLE_INIPP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPS_Normal"/>
        <psf:Option name="ns0000:HPS_Economode"/>
      </psf:Feature>      
    </Features>
  </DeviceCap>
  
  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_OPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobDeviceMarigin">        
        <psf:Option name="ns0000:Margin100"/>
      </psf:Feature>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:UsePrinterSetting"/>
        <psf:Option name="psk:Manual"/>
      </psf:Feature>
      <psf:Feature name="psk:PageMediaSize">
        <!-- Start: Support for all OPS/HPS models-->
        <psf:Option name="psk:NorthAmericaLetter"/>
        <psf:Option name="psk:ISOA4"/>
        <psf:Option name="psk:ISODLEnvelope"/>
        <!-- End: Support for all OPS/HPS models-->
        <psf:Option name="psk:NorthAmericaExecutive"/>
        <psf:Option name="psk:ISOC5Envelope"/>
        <psf:Option name="psk:NorthAmericaLegal"/>
      </psf:Feature>
      <psf:Feature name="psk:PageMediaType">        
        <psf:Option name="psk:AutoSelect"/>
        <psf:Option name="psk:Plain"/>
      </psf:Feature>
      <psf:Feature name="ns0000:PageRotate180">
        <psf:Option name="ns0000:NoRotation"/>
        <psf:Option name="ns0000:Rotate180"/>
      </psf:Feature>
      <psf:Feature name="psk:PageScaling">
        <psf:Option name="psk:None"/>
        <psf:Option name="ns0000:FitApplicationImageableSizeToPageImageableSize"/>
        <psf:Option name="psk:CustomSquare"/>
      </psf:Feature>
      <psf:Feature name="psk:PageWatermark">
        <psf:Option name="ns0000:Exclude"/>
        <psf:Option name="psk:Text"/>
        <psf:Option name="ns0000:Image"/>
        <psf:Option name="ns0000:TemplateText"/>        
      </psf:Feature>
      <psf:Feature name="ns0000:PageSpecial">        
        <psf:Option name="ns0000:Off"/>
        <psf:Option name="ns0000:On"/>
      </psf:Feature>
      <psf:Feature name="ns0000:DocumentManualMargin">
        <psf:Option name="ns0000:OFF"/>
        <psf:Option name="ns0000:ON"/>
      </psf:Feature>
      <psf:Feature name="ns0000:DocumentCoverFront">
        <psf:Option name="ns0000:NoCover"/>
        <psf:Option name="ns0000:BlankCover"/>
        <psf:Option name="ns0000:PrintBoth"/>
      </psf:Feature>
      <psf:Feature name="ns0000:DocumentCoverBack">
        <psf:Option name="ns0000:NoCover"/>
        <psf:Option name="ns0000:BlankCover"/>
        <psf:Option name="ns0000:PrintBoth"/>
      </psf:Feature>
      <psf:Feature name="ns0000:DocumentBlankSheetException1"/>
      <psf:Feature name="ns0000:DocumentBlankSheetException2"/>
      <psf:Feature name="ns0000:DocumentBlankSheetException3"/>
      <psf:Feature name="ns0000:DocumentBlankSheetException4"/>
      <psf:Feature name="ns0000:DocumentBlankSheetException5"/>
      <psf:Feature name="ns0000:DocumentBlankSheetException6"/>
      <psf:Feature name="ns0000:DocumentMediaException1"/>
      <psf:Feature name="ns0000:DocumentMediaException2"/>
      <psf:Feature name="ns0000:DocumentMediaException3"/>
      <psf:Feature name="ns0000:DocumentMediaException4"/>
      <psf:Feature name="ns0000:DocumentMediaException5"/>
      <psf:Feature name="ns0000:DocumentMediaException6"/>
      <psf:Feature name="ns0000:DocumentRasterCompression">
        <psf:Option name="ns0000:Automatic"/>
        <psf:Option name="ns0000:BestQuality"/>
        <psf:Option name="ns0000:MaxCompression"/>
      </psf:Feature>
      <psf:Feature name="ns0000:PageBlackText">
        <psf:Option name="psk:None"/>
        <psf:Option name="ns0000:BlackText"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="BasicFeatures">
    <Filters>
      <Filter>IS_OPS_COLOR</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageOutputColor">
        <psf:Option name="psk:Color" setdefault="true" productdefault="true"/>
        <psf:Option name="psk:Grayscale"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- PC 0.5 support for Hallasan Start  -->
  <DeviceCap key="ColorType" value="Color" >
    <Features>
      <psf:Feature name="psk:PageOutputColor">
        <psf:Option name="psk:Color" setdefault="true" productdefault="true"/>
        <psf:Option name="psk:Grayscale"/>
      </psf:Feature>
      <psf:Feature name="ns0000:DocumentHPEasyColor">
        <psf:Option name="ns0000:HPEasyColorOn" setdefault="true" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Media Size -->
  <DeviceCap key="PC_MediaSize1" value="LETTER" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaLetter"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize1" value="LETTER" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_INDEX_CARD_LETTER"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize2" value="LEGAL" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaLegal"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize3" value="EXEC" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaExecutive"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize4" value="STATEMENT" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaStatement"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize5" value="8.5X13" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_8_5X13_IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaSize5" value="8.5X13" >
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaGermanLegalFanfold"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize6" value="LEDGER" >
    <Filters>
      <Filter condition="false">IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmerica11x17"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaSize6" value="LEDGER" >
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaTabloid"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize7" value="12X18" >
    <Filters>
      <Filter condition="false">IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:NA12X18"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize7" value="12X18" >
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaArchitectureBSheet"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize8" value="3X5" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX3X5IN"/>
        <psf:Option name="ns0000:INDEXCARD3X5"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize8" value="3X5" >
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX3X5"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize9" value="4X6" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_4X6_IN_10x15_CM"/>
        <psf:Option name="ns0000:INDEXCARD4X6"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize9" value="4X6" >
    <Filters>
      <Filter>IS_HPS_LJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX4X6INCHES"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize9" value="4X6" >
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
      <Filter condition="false">IS_HPS_LJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX4X6"/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="PC_MediaSize10" value="5X7">
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">        
        <psf:Option name="ns0000:HP_5X7_IN_13X18_CM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize10" value="5X7">
    <Filters>
      <Filter>IS_HPS_LJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX5X7INCHES"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize10" value="5X7">
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
      <Filter condition="false">IS_HPS_LJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <!-- OPS -->
        <psf:Option name="ns0000:INDEX5X7"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize11" value="5X8" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_INDEX_CARD_5X8_IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize11" value="5X8" >
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX5X8"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize12" value="A3" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOA3"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize13" value="A4" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOA4"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize13" value="A4" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_INDEX_CARD_A4"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize14" value="A5" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOA5"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize15" value="A6" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOA6"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize16" value="RA3" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:RA3"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize17" value="SRA3" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:SRA3"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize18" value="RA4" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:RA4"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize19" value="SRA4" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:SRA4"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize20" value="JIS B4" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JISB4"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize21" value="JIS B5" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JISB5"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize22" value="JIS B6" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JISB6"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize23" value="L9X13CM" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_3_5X5_IN_L_MM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize23" value="L9X13CM" >
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX9X13"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize24" value="10X15 CM" >
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX10X15"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize25" value="OFICIO 216X340MM" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:OFFICIO216X340MM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize26" value="8K 270X390MM" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:ROC8K270X390"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize27" value="16K 195X270MM" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:ROC16K195X270"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize28" value="8K 260X368MM" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:ROC8K260X368"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize29" value="16K 184X260MM" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:ROC16K184X260"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize30" value="ROC8K" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:ROC8K273X394"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize31" value="ROC16K" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:ROC16K197X273"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize32" value="JPOST" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JapanHagakiPostcard"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <!-- hagaki 200x148mm -->
  <DeviceCap key="PC_MediaSize33" value="JPOSTD" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_OFUKU_HAGAKI_200X148_MM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <!-- hagaki 148x200mm -->
  <DeviceCap key="PC_MediaSize33" value="JPOSTD" >
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JapanDoubleHagakiPostcardRotated"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize34" value="COM9" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaNumber9Envelope"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize35" value="COM10" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaNumber10Envelope"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize36" value="MONARCH" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaMonarchEnvelope"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize37" value="B5 ENV" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_B5_ISO_176X250_MM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaSize37" value="B5 ENV" >
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
        <psf:Feature name="psk:PageMediaSize">
            <psf:Option name="psk:ISOB5Envelope"/>
        </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize38" value="C5" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOC5Envelope"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize39" value="C6" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOC6Envelope"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize40" value="DL" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISODLEnvelope"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize41" value="JCHOU3" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JapanChou3Envelope"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize42" value="JCHOU4" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JapanChou4Envelope"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize43" value="2L 127X177.8MM" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_2L_MM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize44" value="4X5" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_4X5_IN_10X13_CM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize45" value="4X12" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_4X12_IN_10X30_CM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize46" value="PERSONAL ENV" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaPersonalEnvelope"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize47" value="US GOVERNMENT LETTER" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_8X10_IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize48" value="A2 ENV" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:HP_ENV_A2"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaSize49" value="11X14" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX11X14"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaSize50" value="5X5" >
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX5X5"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize51" value="C">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaCSheet"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize52" value="D">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaDSheet"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize53" value="E">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaESheet"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize54" value="F">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaFSheet"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize55" value="A2">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOA2"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize56" value="A1">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOA1"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize57" value="A0">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOA0"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize58" value="C4">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOC4"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize59" value="C3">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOC3"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize60" value="C2">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOC2"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize61" value="C1">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOC1"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize62" value="C0">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOC0"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize63" value="JIS B3">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JISB3"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize64" value="JIS B2">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JISB2"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize65" value="JIS B1">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JISB1"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize66" value="JIS B0">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:JISB0"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize67" value="ARCH A">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaArchitectureASheet"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize68" value="ARCH C">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaArchitectureCSheet"/>
        <psf:Option name="ns0000:SUPERCA2"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize69" value="ARCH D">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaArchitectureDSheet"/>
        <psf:Option name="ns0000:SUPERDA1"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize70" value="ARCH E2">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:ARCH_E2"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize71" value="ARCH E3">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:ARCH_E3"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize72" value="ARCH E1">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:ARCH_E1"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize73" value="ARCH E">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:NorthAmericaArchitectureESheet"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <!-- Removing PC_MediaSize74, Duplicate of Envelope B5. Keeping the numbering unchanged since PoG driver already consumes the query -->
  <!--DeviceCap key="PC_MediaSize74" value="ISO B5">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap-->

  <DeviceCap key="PC_MediaSize75" value="ISO B4">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOB4"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize76" value="ISO B3">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOB3"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize77" value="ISO B2">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOB2"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize78" value="ISO B1">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOB1"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize79" value="ISO B0">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="psk:ISOB0"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize80" value="SuperB">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:SUPERBA3"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize81" value="10X12">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX10X12IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize82" value="10X15">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX10X15IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize83" value="12X16">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX12X16IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize84" value="14X17">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX14X17IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize85" value="14X18">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX14X18IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize86" value="16X20">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX16X20IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize87" value="18X22">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX18X22IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize88" value="20X24">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX20X24IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize89" value="22X28">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX22X28IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize90" value="24X30">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX24X30IN"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize91" value="30X40 CM">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX30X40CM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize92" value="30X45 CM">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX30X45CM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize93" value="35X46 CM">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX35X46CM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize94" value="40X60 CM">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX40X60CM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize95" value="50X76 CM">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX50X76CM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaSize96" value="60X90 CM">
    <Features>
      <psf:Feature name="psk:PageMediaSize">
        <psf:Option name="ns0000:INDEX60X90CM"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Job_Storage_Encryption_Password_Min_Length" value="$value$" >
    <ParameterDefs>
      <psf:ParameterDef name="ns0000:JobStoragePassword">
        <psf:Property name="psf:MinLength">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
      </psf:ParameterDef>
    </ParameterDefs>
  </DeviceCap>

  <DeviceCap key="Job_Storage_Encryption_Password_Max_Length" value="$value$" >
    <ParameterDefs>
      <psf:ParameterDef name="ns0000:JobStoragePassword">
        <psf:Property name="psf:MaxLength">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
      </psf:ParameterDef>
    </ParameterDefs>
  </DeviceCap>

  <DeviceCap key="EdgetoEdge_Installed" value="Installed" >
    <Features>
      <psf:Feature name="ns0000:DocumentMargins">
        <psf:Option name="ns0000:Standard"/>
        <psf:Option name="ns0000:Alternate"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="TabPrinting_Installed" value="Installed" >
    <Features>
      <psf:Feature name="ns0000:JobTabPrint"/>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="RGBThemes" value="Installed" >
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
      <Filter condition="false">IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:DocumentRGBColor">
        <psf:Option name="ns0000:GeneralPrinterDefault"/>
        <psf:Option name="ns0000:RGBColorRGB"/>
        <psf:Option name="ns0000:RGBColorSRGB"/>
        <psf:Option name="ns0000:RGBColorNone"/>
        <psf:Option name="ns0000:RGBColorAdobeRGB"/>
        <psf:Option name="ns0000:RGBColorVivid"/>
        <psf:Option name="ns0000:RGBColorCustomProfile"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="RGBThemes" value="Installed" >
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:DocumentRGBColor">
        <psf:Option name="ns0000:RGBColor_None_LFP"/>
        <psf:Option name="ns0000:RGBColor_SRGB_LFP" setdefault="true" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- POG Doesn't support PS, so this feature should not need -->
  <!--<DeviceCap key="CMYKThemes" value="Installed" >
    <Features>
      <psf:Feature name="ns0000:DocumentCMYKInks">
        <psf:Option name="ns0000:PrinterDefault"/>
        <psf:Option name="ns0000:CMYKInkPlus"/>
        <psf:Option name="ns0000:CMYKSWOP"/>
        <psf:Option name="ns0000:CMYKEuro"/>
        <psf:Option name="ns0000:CMYKDIC"/>
        <psf:Option name="ns0000:CMYKCustom"/>
      </psf:Feature>
    </Features>
  </DeviceCap>-->
  
  <DeviceCap key="AdvanceImageControl" value="Installed" >
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
      <Filter condition="false">IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:PageColorCorrectionGrays"/>
      <psf:Feature name="ns0000:PageTextGrays"/>
      <psf:Feature name="ns0000:PageGraphicsGrays"/>
      <psf:Feature name="ns0000:PageImageGrays"/>
      <psf:Feature name="ns0000:JobColorCorrectionHalftone"/>
      <psf:Feature name="ns0000:PageTextHalftone"/>
      <psf:Feature name="ns0000:PageGraphicsHalftone"/>
      <psf:Feature name="ns0000:PageImageHalftone"/>
    </Features>
  </DeviceCap>  
  
<!--
  
  <DeviceCap key="EmbeddedRGBColorThemes" value="Installed" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="EmbeddedCMYKColorThemes" value="Installed" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="AdvanceInkControl" value="Installed" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

-->
  
  <DeviceCap key="Outputbin7_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobOutputBin">
        <psf:Option name="ns0000:PC_OutputBin7"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Outputbin8_Installed" value="eOutputBin8" >
    <Features>
      <psf:Feature name="psk:JobOutputBin">
        <psf:Option name="ns0000:PC_OutputBin8"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  <!--
  <DeviceCap key="Outputbin8_Installed" value="eEngineOptionalOutputBin1" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Outputbin8_IsPhysicalFoldUnit_Installed" value="Installed" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Outputbin1_PageDelivery" value="eFaceUp" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="Outputbin1_PageDelivery" value="eFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin1_PageDelivery" value="eFaceUpOrFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin1_OpMode" value="eNone" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin1_OpMode" value="eStacker" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="Outputbin1_OpMode" value="eCollator" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>    

  <DeviceCap key="Outputbin2_PageDelivery" value="eFaceUp" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="Outputbin2_PageDelivery" value="eFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin2_PageDelivery" value="eFaceUpOrFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin2_OpMode" value="eNone" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin2_OpMode" value="eFunctionSeparator" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin3_PageDelivery" value="eFaceUp" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="Outputbin3_PageDelivery" value="eFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin3_PageDelivery" value="eFaceUpOrFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
   <DeviceCap key="Outputbin3_OpMode" value="eNone" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin3_OpMode" value="eFunctionSeparator" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
    <DeviceCap key="Outputbin4_PageDelivery" value="eFaceUp" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="Outputbin4_PageDelivery" value="eFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin4_PageDelivery" value="eFaceUpOrFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
   <DeviceCap key="Outputbin4_OpMode" value="eNone" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin4_OpMode" value="eFunctionSeparator" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="Outputbin5_PageDelivery" value="eFaceUp" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="Outputbin5_PageDelivery" value="eFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin5_PageDelivery" value="eFaceUpOrFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
   <DeviceCap key="Outputbin5_OpMode" value="eNone" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin5_OpMode" value="eFunctionSeparator" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>    
  
  <DeviceCap key="Outputbin6_PageDelivery" value="eFaceUp" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="Outputbin6_PageDelivery" value="eFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin6_PageDelivery" value="eFaceUpOrFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
   <DeviceCap key="Outputbin6_OpMode" value="eNone" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin6_OpMode" value="eFunctionSeparator" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Outputbin7_PageDelivery" value="eFaceUp" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="Outputbin7_PageDelivery" value="eFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin7_PageDelivery" value="eFaceUpOrFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
   <DeviceCap key="Outputbin7_OpMode" value="eNone" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin7_OpMode" value="eFunctionSeparator" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>    

  <DeviceCap key="Outputbin8_PageDelivery" value="eFaceUp" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="Outputbin8_PageDelivery" value="eFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin8_PageDelivery" value="eFaceUpOrFaceDown" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
   <DeviceCap key="Outputbin8_OpMode" value="eNone" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="Outputbin8_OpMode" value="eFunctionSeparator" >
    <Features>
      <psf:Feature name="">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
-->

  <DeviceCap key="Staplefoldandstich_FoldDirection" value="eInward" >
    <Features>
      <psf:Feature name="ns0000:JobBookOrderingDirection">
        <psf:Option name="ns0000:FoldAndStitch"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Staplefoldandstich_FoldDirection" value="eOutward" >
    <Features>
      <psf:Feature name="ns0000:JobBookOrderingDirection">
        <psf:Option name="ns0000:FoldAndStitchForceReverseOrder"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- PC 0.5 support for Hallasan End  -->


  <!-- 	<IPPDataMap> Start -->

  <!-- MediaType list Start -->

  <DeviceCap key="PC_MediaType1_supported" value="supported" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_0_1004_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType1_supported" value="supported" >
    <Filters>
      <Filter>IS_HPS_LJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:PLAIN_70_89"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType1_supported" value="supported" >
    <Filters>
      <Filter>IS_OPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="psk:Plain"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType1_supported" value="supported" >
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Plain_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType2_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPEcoSMARTLite"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType3_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPLaserJet90gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType4_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPColorLaser105gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType5_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPPremium_120gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType6_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPPremiumPresentationMatte"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType7_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPSuperiorMatte160gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType8_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPBrochureMatte180gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType9_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPSuperiorGlossy160gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType10_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPBrochureGlossy180gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType11_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPPremiumPlusPhoto"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType12_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPAdvancedPhoto"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType13_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPEverydayPhotoMatte"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType14_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPMatteCover200gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType15_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPProfessionalSoftGloss120gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType16_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPProfessionalGlossy130gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType17_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPGlossPhoto220gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType18_supported" value="supported" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_1_1121_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType18_supported" value="supported" >
    <Filters>
      <Filter>IS_OPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:light"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType18_supported" value="supported" >
    <Filters>
      <Filter>IS_HPS_LJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LIGHT_60_69"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType19_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:intermediate"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType20_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:midweight"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Heavy 111-130g -->
  <DeviceCap key="PC_MediaType21_supported" value="supported" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_0_0009_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Plain Paper, Thick -->
  <DeviceCap key="PC_MediaType21_supported" value="supported" >
    <Filters>
      <Filter>IS_OPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:heavy"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType21_supported" value="supported" >
    <Filters>
      <Filter>IS_HPS_LJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HEAVY_90_120"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType22_supported" value="supported" >
    <Filters>
      <Filter>IS_OPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:extraHeavy"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType22_supported" value="supported" >
    <Filters>
      <Filter>IS_HPS_LJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:EXTRA_HEAVY_121_163"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType23_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="psk:CardStock"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType24_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:midweightGlossy"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType25_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:heavyGlossy"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType26_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:extraHeavyGloss"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType27_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:cardstockGlossy"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType28_supported" value="supported" >
    <Filters>
      <Filter condition="false">IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:transparency"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType28_supported" value="supported" >
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Transparent_Clear_Film"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType29_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="psk:Label"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Letterhead -->
  <DeviceCap key="PC_MediaType30_supported" value="supported" >
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:stationeryletterhead"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType31_supported">
    <Values>
      <Value>supported</Value>
      <Value>envelope</Value>
    </Values>    
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="psk:EnvelopePlain"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType32_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HeavyEnvelope"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType33_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:stationerypreprinted"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType34_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:stationeryprepunched"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType35_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:color"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType36_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="psk:Bond"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType37_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:recycled"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType38_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:Paperboard"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType39_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:heavyPaperboard"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType40_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:lightPaperboard"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType41_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:rough"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType42_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:lightRough"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType43_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:heavyRough"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType44_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:vellum"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType45_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:tab"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType46_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:filmOpaque"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType47_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:lightBond"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType48_supported" value="supported" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_5_1069_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaType48_supported" value="supported" >
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Photo_Gloss_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <!-- For PC 0.71 : PC_MediaType53_supported -->
  <!-- For other than PC 0.71 : PC_MediaType49_supported -->
  <DeviceCap value="supported" >
    <Keys>
      <Key>PC_MediaType49_supported</Key>
      <Key>PC_MediaType53_supported</Key>
    </Keys>
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_2_1077_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaType50_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_8_1076_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType51_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:HPTrifoldBrochureGlossy"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType52_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_5_1045_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <DeviceCap key="PC_MediaType54_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_2_1005_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType55_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_2_1077_0000_1_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType56_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_8_1054_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType57_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_8_1054_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType58_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_8_1054_0000_1_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType59_supported" value="supported" >
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_8_1054_0000_2_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- PC_MediaType60_supported is same as PC_MediaType18_supported in UIO datamap definition. So, using PC_MediaType18_supported is enough -->  
  <!-- PC_MediaType61_supported is same as PC_MediaType21_supported in UIO datamap definition. So, using PC_MediaType21_supported is enough -->

  <!-- duplexable 4x6 media type -->
  <DeviceCap key="PC_MediaType62_supported" value="supported" >    
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:_4_1083_0000_0_600x600"/>
      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="PC_MediaType63_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Plain_Paper_For_Retail"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType64_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Bright_White_Inkjet_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType65_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Universal_Bond_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType66_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Coated_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType67_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Coated_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType68_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Universal_Coated_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType69_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Digital_Blueprint_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType70_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Heavyweight_Coated_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType71_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Heavyweight_Coated_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType72_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Universal_Heavyweight_Coated_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType73_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Blueprint_Paper_With_Red_Stamps"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType75_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Universal_Instant_Dry_Gloss_Photo_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType76_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Photo_Semi_Gloss_Satin_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType77_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Universal_Instant_Dry_Satin_Photo_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType78_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Natural_Tracing_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType79_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Generic_Natural_Tracing_Paper_L65_G_M2"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType80_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Generic_Natural_Tracing_Paper_G65_G_M2"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType81_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Clear_Film"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType82_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Clear_Film_KOD"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType83_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Matte_Film"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType84_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Matte_Film"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType85_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Premium_Matte_Polypropylene"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType86_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Everyday_Matte_Polypropylene"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType87_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Polypropylene_Matte"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType88_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Adhesive_Polypropylene_Matte"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType89_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Everyday_Adhesive_Matte_Polypropylene"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType90_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Adhesive_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType91_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Universal_Adhesive_Vinyl"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType92_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Adhesive_Polypropylene_Gloss"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PC_MediaType93_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Everyday_Adhesive_Gloss_Polypropylene_2_Pack"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaType202_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Blueback_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaType203_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Poster_Matte_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaType204_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Production_Matte_Poster_Paper_3_In_Core"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaType205_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Poster_Matte_L200gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="" value="PC_MediaType206_supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Poster_Matte_200gsm_400gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaType207_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Poster_Matte_G400gsm"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap key="PC_MediaType208_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Poster_Gloss_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap key="PC_MediaType209_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Gloss_Poster_Paper_3_In_Core"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaType210_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Poster_Semi_Gloss_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap key="PC_MediaType211_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Production_Semi_Gloss_Poster_Paper_3_In_Core"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap key="PC_MediaType212_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_Poster_Satin_Paper"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PC_MediaType213_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Production_Satin_Poster_Paper_3_In_Core"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap key="PC_MediaType214_supported" value="supported">
    <Features>
      <psf:Feature name="psk:PageMediaType">
        <psf:Option name="ns0000:LFP_HP_Satin_Poster_Paper_3_In_Core"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <!-- MediaType list end -->

  <!-- Tray list Start -->
  <DeviceCap key="Tray1_Installed" value="Installed" >
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray1"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray1_Installed" value="Installed" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:MainTray"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Because of the Workaround for Novelli to check Photo Tray in following Node -->
  <!-- this node also has Filter -->
  <DeviceCap key="Tray2_Installed" value="Installed" >
    <Filters>
      <Filter condition="false">DUPLEXABLE_PHOTOMEDIA_SUPPORTED</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray2"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <!-- Workaround to check if Photo Tray is installed -->
  <!-- Show Photo Tray instead of Tray 2 in this case -->
  <DeviceCap key="Tray2_Installed" value="Installed" >
    <Filters>
      <Filter>DUPLEXABLE_PHOTOMEDIA_SUPPORTED</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:PhotoTray"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray3_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray3"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray4_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray4"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray5_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray5"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray6_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray6"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Tray7_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray7"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Tray8_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray8"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
      
  <DeviceCap key="Tray9_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray9"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Tray10_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray10"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Tray11 ~ Tray14 : defined in IPPDataMap, but not in GPD yet -->
  <!--<DeviceCap key="Tray11_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray11"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray12_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray12"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray13_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray13"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray14_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray14"/>
      </psf:Feature>
    </Features>
  </DeviceCap>-->
  
  <DeviceCap key="PhotoTray_Installed" value="Installed" >    
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:PhotoTray"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Envelope_Feeder_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:envFeed"/>
      </psf:Feature>
    </Features>
  </DeviceCap>  

  <!-- LFP trays -->
  <!-- Roll -->
  <DeviceCap key="Roll_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Roll 1 -->
  <DeviceCap key="Roll1_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL1"/>
      </psf:Feature>
    </Features>
  </DeviceCap> 
    
  <!-- Roll 2 -->
  <DeviceCap key="Roll2_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL2"/>
      </psf:Feature>
    </Features>
  </DeviceCap> 
        
  <!-- Roll 3 -->
  <DeviceCap key="Roll3_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL3"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Roll 4 -->
  <DeviceCap key="Roll4_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL4"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Roll 5 -->
  <DeviceCap key="Roll5_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL5"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Roll 6 -->
  <DeviceCap key="Roll6_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL6"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Roll 7 -->
  <DeviceCap key="Roll7_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL7"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <!-- Multi-sheet tray -->
  <DeviceCap key="MainTray_Installed" value="Installed" >
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_TRAY"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="MainTray_Installed" value="Installed" >
    <Filters>
      <Filter>IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:MainTray"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Manual sheet -->
  <DeviceCap key="ManualSheet_Installed" value="Installed" >
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_MANUAL_SHEET"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="ManualSheet_Installed" value="Installed" >
    <Filters>
      <Filter condition="false">IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="psk:Manual"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- Tray list end -->


  <DeviceCap key="DuplexUnit_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobDuplexAllDocumentsContiguously"/>
      <psf:Feature name="psk:DocumentBinding"/>
    </Features>
  </DeviceCap>

  <DeviceCap key="DeviceDefaultDuplexStandard" value="true" condition="false" >
    <Features>
      <psf:Feature name="psk:JobDuplexAllDocumentsContiguously">
        <psf:Option name="psk:OneSided" setdefault="true" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="DeviceDefaultDuplexStandard" value="true" >
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:JobDuplexAllDocumentsContiguously">
        <psf:Option name="psk:TwoSidedLongEdge" setdefault="true" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="IPPS" value="supported" >
    <Features>
      <psf:Feature name="ns0000:JobDeliveryMode">
        <psf:Option name="ns0000:Secure"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Job_Storage_Installed" value="Installed" >
    <Features>
      <psf:Feature name="ns0000:JobStorage">
        <psf:Option name="ns0000:JobStorageOff"/>
        <psf:Option name="ns0000:JobStoragePersonalJob"/>
        <psf:Option name="ns0000:JobStorageStoreJob"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobStoragePrivateSecure">
        <psf:Option name="ns0000:PrivateSecureOff"/>
        <psf:Option name="ns0000:PrivateSecurePINtoPrint"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobStorageJobNameExist"/>
      <psf:Feature name="ns0000:JobStorageUserName"/>
      <psf:Feature name="ns0000:JobStorageJobName"/>
    </Features>
    <Properties>
      <psf:Property name="ns0000:JobVars">
        <psf:Property name="ns0000:UserName"/>
        <psf:Property name="ns0000:JobName"/>
        <psf:Property name="ns0000:PIN"/>
      </psf:Property>
      <psf:Property name="ns0000:DocumentStartPJL"/>
    </Properties>
  </DeviceCap>

  <DeviceCap key="Job_Storage_Encryption" value="Valid" >
    <Features>
      <psf:Feature name="ns0000:JobStoragePrivateSecure">
        <psf:Option name="ns0000:PrivateSecureOff"/>
        <psf:Option name="ns0000:PrivateSecurePINtoPrint"/>
        <psf:Option name="ns0000:PrivateSecureEncryptJob"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobStorageJobNameExist"/>
      <psf:Feature name="ns0000:JobStorageUserName"/>
      <psf:Feature name="ns0000:JobStorageJobName"/>
    </Features>
    <Properties>
      <psf:Property name="ns0000:JobVars">
        <psf:Property name="ns0000:UserName"/>
        <psf:Property name="ns0000:JobName"/>
        <psf:Property name="ns0000:PIN"/>
        <psf:Property name="ns0000:Password"/>
      </psf:Property>
      <psf:Property name="ns0000:DocumentStartPJL"/>
    </Properties>
  </DeviceCap>

  <!--  
  <DeviceCap key="OpMode_Mailbox" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobOutputBin">
        <psf:Option name="ns0000:PC_OutputBin1"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
-->

  <DeviceCap key="OpMode_Stacker" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobOutputBin">
        <psf:Option name="ns0000:PC_STACKER"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!--  
  <DeviceCap key="OpMode_FunctionalSeparator" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobOutputBin">
        <psf:Option name=""/>
      </psf:Feature>
    </Features>
  </DeviceCap>
-->

  <DeviceCap key="OpMode_JobSeparator" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobOutputBin">
        <psf:Option name="ns0000:PC_SEPERATOR"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="OpMode_Collator" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobOutputBin">
        <psf:Option name="ns0000:PC_COLLATOR"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!--  
  <DeviceCap key="Outputbins_Mode" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobOutputBin">
        <psf:Option name="ns0000:PC_OutputBin1"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
-->


  <DeviceCap key="Staple_Mode" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="ns0000:Staple1"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Stapletopleft_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="ns0000:StapleTopLeft"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Stapletopright_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="ns0000:StapleTopRight"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Stapledualleft_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="ns0000:StapleDualLeft"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Stapledualright_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="ns0000:StapleDualRight"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Stapledualtop_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="ns0000:StapleDualTop"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Stapledualbottom_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="ns0000:StapleDualBottom"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Stapletripleleft_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="ns0000:StapleTripleLeft"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Stapletripletop_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="ns0000:StapleTripleTop"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Stapletriplebottom_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="ns0000:StapleTripleBottom"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!--  
  <DeviceCap key="Staplefoldandstich_Installed" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="psk:SaddleStitch"/>
      </psf:Feature>
      <psf:Feature name="ns0000:JobBookOrderingDirection">
        <psf:Option name="ns0000:FoldAndStitch"/>
        <psf:Option name="ns0000:FoldAndStitchForceReverseOrder"/>
      </psf:Feature>      
    </Features>
  </DeviceCap>
-->

  <!--  
  <DeviceCap key="Punch_Mode" value="Installed" >
    <Features>
      <psf:Feature name="psk:JobStapleAllDocuments">
        <psf:Option name="psk:LeftEdge"/>
        <psf:Option name="psk:RightEdge"/>
        <psf:Option name="psk:TopEdge"/>
        <psf:Option name="ns0000:Punch2BottomUS"/>
        <psf:Option name="ns0000:Punch2LeftOrTopUS"/>
        <psf:Option name="ns0000:Punch3LeftUS"/>
        <psf:Option name="ns0000:Punch3RightUS"/>
        <psf:Option name="ns0000:Punch3TopUS"/>
        <psf:Option name="ns0000:Punch3BottomUS"/>
        <psf:Option name="ns0000:Punch3LeftOrTopUS"/>
        <psf:Option name="ns0000:Punch4LeftDIN"/>
        <psf:Option name="ns0000:Punch4RightDIN"/>
        <psf:Option name="ns0000:Punch4TopDIN"/>
        <psf:Option name="ns0000:Punch4BottomDIN"/>
        <psf:Option name="ns0000:Punch4LeftOrTopDIN"/>
        <psf:Option name="ns0000:Punch4LeftSWD"/>
        <psf:Option name="ns0000:Punch4RightSWD"/>
        <psf:Option name="ns0000:Punch4TopSWD"/>
        <psf:Option name="ns0000:Punch4BottomSWD"/>
        <psf:Option name="ns0000:Punch4LeftOrTopSWD"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
-->

  <DeviceCap key="VFold_Mode" value="Installed" >
    <Features>
      <psf:Feature name="ns0000:JobFinishingFolding">
        <psf:Option name="ns0000:InwardVFoldSet"/>
        <psf:Option name="ns0000:OutwardVFoldSet"/>
      </psf:Feature>
    </Features>
  </DeviceCap>


  <DeviceCap key="CFold_Mode" value="Installed" >
    <Features>
      <psf:Feature name="ns0000:JobFinishingFolding">
        <psf:Option name="ns0000:InwardCFoldLeftOrUpSet"/>
        <psf:Option name="ns0000:InwardCFoldRightOrDownSet"/>
        <psf:Option name="ns0000:OutwardCFoldLeftOrUpSet"/>
        <psf:Option name="ns0000:OutwardCFoldRightOrDownSet"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Mopier">
    <Values>
      <Value>Supported</Value>
      <Value>Installed</Value>
    </Values>
    <Properties>
      <psf:Property name="ns0000:JobDeviceProperties">
        <psf:Property name="ns0000:DataType">
          <psf:Value xsi:type="xsd:string">String</psf:Value>
        </psf:Property>
        <psf:Property name="ns0000:DeviceCollation">
          <psf:Value>Installed</psf:Value>
        </psf:Property>
      </psf:Property>
    </Properties>
  </DeviceCap>

  <!--
  <DeviceCap key="VFold_MaxSheets" value="3" >
    <Features>
      <psf:Feature name="ns0000:DocumentVFoldMaxSheetsPerSet">

      </psf:Feature>
    </Features>
  </DeviceCap>  
  
  <DeviceCap key="CFold_MaxSheets" value="3" >
    <Features>
      <psf:Feature name="ns0000:DocumentCFoldMaxSheetsPerSet">

      </psf:Feature>
    </Features>
  </DeviceCap>    
  -->

  <!-- 	Resolution  -->
  <!-- 	type1 for resoution -->
  
  <DeviceCap key="Resolution-300x300dpi" value="supported" >
    <Features>
      <psf:Feature name="psk:PageResolution">
        <psf:Option name="ns0000:_300dpi"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Resolution-600x600dpi" value="supported" >
    <Features>
      <psf:Feature name="psk:PageResolution">
        <psf:Option name="ns0000:_600dpi"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Resolution-1200x1200dpi" value="supported" >
    <Features>
      <psf:Feature name="psk:PageResolution">
        <psf:Option name="ns0000:_1200dpi"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <!-- 	Resolution end -->

  <DeviceCap value="300">
    <Keys>
      <Key>PC_PQStandardType1-OptimalResolution</Key>
      <Key>PC_PQStandardType2-OptimalResolution</Key>
      <Key>PC_PQStandardType3-OptimalResolution</Key>
      <Key>PC_PQStandardType4-OptimalResolution</Key>
      <Key>PC_PQStandardType5-OptimalResolution</Key>
    </Keys>
    <Features>
      <psf:Feature name="psk:PageResolution">
        <psf:Option name="ns0000:_300dpi" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap> 

  <DeviceCap value="600">
    <Keys>
      <Key>PC_PQStandardType1-OptimalResolution</Key>
      <Key>PC_PQStandardType2-OptimalResolution</Key>
      <Key>PC_PQStandardType3-OptimalResolution</Key>
      <Key>PC_PQStandardType4-OptimalResolution</Key>
      <Key>PC_PQStandardType5-OptimalResolution</Key>
    </Keys>
    <Features>
      <psf:Feature name="psk:PageResolution">
        <psf:Option name="ns0000:_600dpi" autoadjustdict="true"/>
      </psf:Feature>		
    </Features>
  </DeviceCap>
 
  <DeviceCap value="1200">
    <Keys>
      <Key>PC_PQStandardType1-OptimalResolution</Key>
      <Key>PC_PQStandardType2-OptimalResolution</Key>
      <Key>PC_PQStandardType3-OptimalResolution</Key>
      <Key>PC_PQStandardType4-OptimalResolution</Key>
      <Key>PC_PQStandardType5-OptimalResolution</Key>
    </Keys>
    <Features>
      <psf:Feature name="psk:PageResolution">
        <psf:Option name="ns0000:_1200dpi" autoadjustdict="true"/>
      </psf:Feature>		
    </Features>
  </DeviceCap>

  <!-- PC v 0.72 -->
  <DeviceCap key="EasyColorDefaultSupport" value="ECOff" >
    <Features>
      <psf:Feature name="ns0000:DocumentHPEasyColor">
        <psf:Option name="ns0000:HPEasyColorOff" setdefault="true" productdefault="true"/>
        <psf:Option name="ns0000:HPEasyColorConservative"/>
        <psf:Option name="ns0000:HPEasyColorOn"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="EasyColorDefaultSupport" value="ECConservative" >
    <Features>
      <psf:Feature name="ns0000:DocumentHPEasyColor">
        <psf:Option name="ns0000:HPEasyColorOff"/>
        <psf:Option name="ns0000:HPEasyColorConservative" setdefault="true" productdefault="true"/>
        <psf:Option name="ns0000:HPEasyColorOn"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="EasyColorDefaultSupport" value="ECAuto" >
    <Features>
      <psf:Feature name="ns0000:DocumentHPEasyColor">
        <psf:Option name="ns0000:HPEasyColorOff"/>
        <psf:Option name="ns0000:HPEasyColorConservative"/>
        <psf:Option name="ns0000:HPEasyColorOn" setdefault="true" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="PrintQuality-Economode" value="supported" >
    <Filters>
      <Filter>IS_HPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPS_Economode"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="Draft">
    <Keys>
      <Key>PC_PrintQuality-StandardType1-Name</Key>
      <Key>PC_PrintQuality-StandardType2-Name</Key>
      <Key>PC_PrintQuality-StandardType3-Name</Key>
      <Key>PC_PrintQuality-StandardType4-Name</Key>
      <Key>PC_PrintQuality-StandardType5-Name</Key>
    </Keys>
    <Filters>
      <Filter>IS_HPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPS_Draft" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="Normal">
    <Keys>
      <Key>PC_PrintQuality-StandardType1-Name</Key>
      <Key>PC_PrintQuality-StandardType2-Name</Key>
      <Key>PC_PrintQuality-StandardType3-Name</Key>
      <Key>PC_PrintQuality-StandardType4-Name</Key>
      <Key>PC_PrintQuality-StandardType5-Name</Key>
    </Keys>
    <Filters>
      <Filter>IS_HPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPS_Normal" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="Best">
    <Keys>
      <Key>PC_PrintQuality-StandardType1-Name</Key>
      <Key>PC_PrintQuality-StandardType2-Name</Key>
      <Key>PC_PrintQuality-StandardType3-Name</Key>
      <Key>PC_PrintQuality-StandardType4-Name</Key>
      <Key>PC_PrintQuality-StandardType5-Name</Key>
    </Keys>
    <Filters>
      <Filter>IS_HPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPS_Best" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="Max">
    <Keys>
      <Key>PC_PrintQuality-StandardType1-Name</Key>
      <Key>PC_PrintQuality-StandardType2-Name</Key>
      <Key>PC_PrintQuality-StandardType3-Name</Key>
      <Key>PC_PrintQuality-StandardType4-Name</Key>
      <Key>PC_PrintQuality-StandardType5-Name</Key>
    </Keys>
    <Filters>
      <Filter>IS_HPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPS_Max" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  
    
      
      
  <DeviceCap value="Draft">
    <Keys>
      <Key>PC_PrintQuality-StandardType1-Name</Key>
      <Key>PC_PrintQuality-StandardType2-Name</Key>
      <Key>PC_PrintQuality-StandardType3-Name</Key>
      <Key>PC_PrintQuality-StandardType4-Name</Key>
      <Key>PC_PrintQuality-StandardType5-Name</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:Draft" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  
  <DeviceCap value="Normal">
    <Keys>
      <Key>PC_PrintQuality-StandardType1-Name</Key>
      <Key>PC_PrintQuality-StandardType2-Name</Key>
      <Key>PC_PrintQuality-StandardType3-Name</Key>
      <Key>PC_PrintQuality-StandardType4-Name</Key>
      <Key>PC_PrintQuality-StandardType5-Name</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:Normal" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="Best">
    <Keys>
      <Key>PC_PrintQuality-StandardType1-Name</Key>
      <Key>PC_PrintQuality-StandardType2-Name</Key>
      <Key>PC_PrintQuality-StandardType3-Name</Key>
      <Key>PC_PrintQuality-StandardType4-Name</Key>
      <Key>PC_PrintQuality-StandardType5-Name</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters>
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:High" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="Max">
    <Keys>
      <Key>PC_PrintQuality-StandardType1-Name</Key>
      <Key>PC_PrintQuality-StandardType2-Name</Key>
      <Key>PC_PrintQuality-StandardType3-Name</Key>
      <Key>PC_PrintQuality-StandardType4-Name</Key>
      <Key>PC_PrintQuality-StandardType5-Name</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters>    
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:Max" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap value="Economode">
    <Keys>
      <Key>PC_PrintQuality-StandardType1-Name</Key>
      <Key>PC_PrintQuality-StandardType2-Name</Key>
      <Key>PC_PrintQuality-StandardType3-Name</Key>
      <Key>PC_PrintQuality-StandardType4-Name</Key>
      <Key>PC_PrintQuality-StandardType5-Name</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters>    
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:Economode" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="1000">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Normal" autoadjustdict="true" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="1002">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:FineLines_MaxDPI" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="1003">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:QuickView_Draft" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="1004">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Enhanced" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="1005">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:EconoMode" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="1007">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Draft" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="1008">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Best" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <!-- This value is reported only from LFP devices -->
  <DeviceCap value="1009">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Fast_LFPLegacy" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap> 
  
  <!-- This value is reported only from LFP devices -->
  <DeviceCap value="1010">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:MaxDetail_LFPLegacy" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3000">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:GeneralOffice_Draft" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3001">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Professional" autoadjustdict="true" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3002">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Presentation" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3003">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:MaxDPI" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3020">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:QuickDraft" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3030">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPStandard" autoadjustdict="true" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3035">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Standard" autoadjustdict="true" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3040">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Premium" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3050">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Detailed" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="3060">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPHighSpeed" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3065">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HighSpeed" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3070">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPColorSave" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3075">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:ColorSave" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3080">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:HPTonerSave" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="3085">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:TonerSave" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="3">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Draft" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="4">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Normal" autoadjustdict="true" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="5">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:Best" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="10">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:MaxDPI" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="11">
    <Keys>
      <Key>PC_PQStandardType1-DisplayTag</Key>
      <Key>PC_PQStandardType2-DisplayTag</Key>
      <Key>PC_PQStandardType3-DisplayTag</Key>
      <Key>PC_PQStandardType4-DisplayTag</Key>
      <Key>PC_PQStandardType5-DisplayTag</Key>
    </Keys>
    <Filters>
      <Filter condition="false">IS_HPS</Filter>
    </Filters> 
    <Features>
      <psf:Feature name="ns0000:JobUserResolution">
        <psf:Option name="ns0000:EconoMode" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap value="DRAFT">
    <Keys>
      <Key>PC_PQStandardType1-PQMode</Key>
      <Key>PC_PQStandardType2-PQMode</Key>
      <Key>PC_PQStandardType3-PQMode</Key>
      <Key>PC_PQStandardType4-PQMode</Key>
      <Key>PC_PQStandardType5-PQMode</Key>
    </Keys>
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:Draft" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap> 

  <DeviceCap value="NORMAL">
    <Keys>
      <Key>PC_PQStandardType1-PQMode</Key>
      <Key>PC_PQStandardType2-PQMode</Key>
      <Key>PC_PQStandardType3-PQMode</Key>
      <Key>PC_PQStandardType4-PQMode</Key>
      <Key>PC_PQStandardType5-PQMode</Key>
    </Keys>
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:Normal" autoadjustdict="true"/>
      </psf:Feature>
    </Features>    
  </DeviceCap>
  
  <DeviceCap value="BEST">
    <Keys>
      <Key>PC_PQStandardType1-PQMode</Key>
      <Key>PC_PQStandardType2-PQMode</Key>
      <Key>PC_PQStandardType3-PQMode</Key>
      <Key>PC_PQStandardType4-PQMode</Key>
      <Key>PC_PQStandardType5-PQMode</Key>
    </Keys>
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:High" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="MAX">
    <Keys>
      <Key>PC_PQStandardType1-PQMode</Key>
      <Key>PC_PQStandardType2-PQMode</Key>
      <Key>PC_PQStandardType3-PQMode</Key>
      <Key>PC_PQStandardType4-PQMode</Key>
      <Key>PC_PQStandardType5-PQMode</Key>
    </Keys>
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:Max" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="ECONOMODE">
    <Keys>
      <Key>PC_PQStandardType1-PQMode</Key>
      <Key>PC_PQStandardType2-PQMode</Key>
      <Key>PC_PQStandardType3-PQMode</Key>
      <Key>PC_PQStandardType4-PQMode</Key>
      <Key>PC_PQStandardType5-PQMode</Key>
    </Keys>
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:Economode" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap> 
  
  <DeviceCap value="HIGHSPEED">
    <Keys>
      <Key>PC_PQStandardType1-PQMode</Key>
      <Key>PC_PQStandardType2-PQMode</Key>
      <Key>PC_PQStandardType3-PQMode</Key>
      <Key>PC_PQStandardType4-PQMode</Key>
      <Key>PC_PQStandardType5-PQMode</Key>
    </Keys>
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:HighSpeed" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap value="DEPLETED">
    <Keys>
      <Key>PC_PQStandardType1-PQMode</Key>
      <Key>PC_PQStandardType2-PQMode</Key>
      <Key>PC_PQStandardType3-PQMode</Key>
      <Key>PC_PQStandardType4-PQMode</Key>
      <Key>PC_PQStandardType5-PQMode</Key>
    </Keys>
    <Features>
      <psf:Feature name="ns0000:JobHPPrintQualitySupportedType">
        <psf:Option name="ns0000:Depleted" autoadjustdict="true"/>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray1_MediaSize_xDimension" value="$value$">
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray1">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>    
  </DeviceCap>

  <DeviceCap key="Tray1_MediaSize_yDimension" value="$value$">
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray1">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray1_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray1">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Tray1_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Filters>
      <Filter condition="false">IS_HPS_IJ</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray1">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap key="Tray2_MediaSize_xDimension" value="$value$">
    <Filters>
      <Filter condition="false">DUPLEXABLE_PHOTOMEDIA_SUPPORTED</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray2">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray2_MediaSize_yDimension" value="$value$">
    <Filters>
      <Filter condition="false">DUPLEXABLE_PHOTOMEDIA_SUPPORTED</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray2">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Tray2_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Filters>
      <Filter condition="false">DUPLEXABLE_PHOTOMEDIA_SUPPORTED</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray2">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="Tray2_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Filters>
      <Filter condition="false">DUPLEXABLE_PHOTOMEDIA_SUPPORTED</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray2">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
      
  <DeviceCap key="Tray3_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray3">
          
    <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray3_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray3">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray3_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray3">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="Tray3_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray3">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
        
  <DeviceCap key="Tray4_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray4">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray4_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray4">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap key="Tray4_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray4">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="Tray4_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray4">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray5_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray5">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray5_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray5">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray5_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray5">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="Tray5_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray5">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
            
  <DeviceCap key="Tray6_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray6">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Tray6_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray6">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap key="Tray6_FeedDirection"  value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray6">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="Tray6_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:Tray6">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Envelope_Feeder_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:envFeed">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="Envelope_Feeder_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:envFeed">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap key="Envelope_Feeder_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:envFeed">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="Envelope_Feeder_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:envFeed">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PhotoTray_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:PhotoTray">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PhotoTray_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:PhotoTray">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="PhotoTray_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:PhotoTray">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="PhotoTray_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:PhotoTray">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
    
  <DeviceCap key="MainTray_MediaSize_xDimension" value="$value$">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_TRAY">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="MainTray_MediaSize_yDimension" value="$value$">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_TRAY">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap> 
    
  <DeviceCap key="MainTray_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_TRAY">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="MainTray_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_TRAY">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
  
  <DeviceCap key="SheetFeeder_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_SHEET">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="SheetFeeder_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_SHEET">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="SheetFeeder_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_SHEET">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="SheetFeeder_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_SHEET">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="ManualSheet_MediaSize_xDimension" value="$value$">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_MANUAL_SHEET">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="ManualSheet_MediaSize_yDimension" value="$value$">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_MANUAL_SHEET">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="ManualSheet_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_MANUAL_SHEET">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>

  <DeviceCap key="ManualSheet_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_MANUAL_SHEET">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Roll_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Roll_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Roll_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="Roll_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>      

  <DeviceCap key="Roll1_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL1">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Roll1_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL1">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Roll1_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL1">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="Roll1_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL1">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>      
  
  <DeviceCap key="Roll2_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL2">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Roll2_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL2">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Roll2_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL2">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="Roll2_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL2">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap> 
            
  <DeviceCap key="Roll3_MediaSize_xDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL3">
          <psf:Property name="ns0000:MediaReadyDimensionUnit">
            <psf:Value xsi:type="xsd:string">hundredthOfmm</psf:Value>
          </psf:Property>
          <psf:Property name="ns0000:MediaReadyDimensionShort">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Roll3_MediaSize_yDimension" value="$value$">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL3">
          <psf:Property name="ns0000:MediaReadyDimensionLong">
            <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>
  
  <DeviceCap key="Roll3_FeedDirection" value="$valueconverted$" converttable="FeedDirection">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL3">
          <psf:Property name="psk:FeedDirection">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>    
    
  <DeviceCap key="Roll3_MediaType" value="$valueconverted$" converttable="MediaTypeLoaded">
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_ROLL3">
          <psf:Property name="psk:MediaTypeLoaded">
            <psf:Value xsi:type="xsd:QName">$valueconverted$</psf:Value>
          </psf:Property>
        </psf:Option>
      </psf:Feature>
    </Features>
  </DeviceCap>        
    
  <!-- 	<IPPDataMap> End -->  
  
  <DevicePropertyBag key="Arss-supported" value="True">    
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_AUTOMATIC"/>
      </psf:Feature>
    </Features>
  </DevicePropertyBag>
  
  <DevicePropertyBag key="Arss-supported" value="True" condition="false">
    <Filters>
      <Filter>IS_LFP</Filter>      
    </Filters>    
    <Features>
      <psf:Feature name="psk:PageInputBin">
        <psf:Option name="ns0000:LFP_AUTO" productdefault="true"/>
      </psf:Feature>
    </Features>
  </DevicePropertyBag>

  <DevicePropertyBag key="MaxPrinterWidthInMicrons" value="$value$">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <ParameterDefs>
      <psf:ParameterDef name="psk:PageMediaSizeMediaSizeWidth">
        <psf:Property name="psf:MaxValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
      </psf:ParameterDef>
      <psf:ParameterDef name="ns0000:PageScalingTargetMediaSizeWidth">
        <psf:Property name="psf:MaxValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
      </psf:ParameterDef>
    </ParameterDefs>
  </DevicePropertyBag>

  <DevicePropertyBag key="MinPrinterWidthInMicrons" value="$value$">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <ParameterDefs>
      <psf:ParameterDef name="psk:PageMediaSizeMediaSizeWidth">
        <psf:Property name="psf:MinValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
        <psf:Property name="psf:DefaultValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
      </psf:ParameterDef>
      <psf:ParameterDef name="ns0000:PageScalingTargetMediaSizeWidth">
        <psf:Property name="psf:MinValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
        <psf:Property name="psf:DefaultValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
      </psf:ParameterDef>
    </ParameterDefs>
  </DevicePropertyBag>

  <DevicePropertyBag key="MaxPrinterHeightInMicrons" value="$value$">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <ParameterDefs>
      <psf:ParameterDef name="psk:PageMediaSizeMediaSizeHeight">
        <psf:Property name="psf:MaxValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
      </psf:ParameterDef>
      <psf:ParameterDef name="ns0000:PageScalingTargetMediaSizeHeight">
        <psf:Property name="psf:MaxValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
      </psf:ParameterDef>
    </ParameterDefs>
  </DevicePropertyBag>

  <DevicePropertyBag key="MinPrinterHeightInMicrons" value="$value$">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <ParameterDefs>
      <psf:ParameterDef name="psk:PageMediaSizeMediaSizeHeight">
        <psf:Property name="psf:MinValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
        <psf:Property name="psf:DefaultValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
      </psf:ParameterDef>
      <psf:ParameterDef name="ns0000:PageScalingTargetMediaSizeHeight">
        <psf:Property name="psf:MinValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
        <psf:Property name="psf:DefaultValue">
          <psf:Value xsi:type="xsd:integer">$value$</psf:Value>
        </psf:Property>
      </psf:ParameterDef>
    </ParameterDefs>
  </DevicePropertyBag>
  
  <DevicePropertyBag key="MediaTypeInfo" value="True" Action="CopyPropertyToOption">
    <Filters>
      <Filter>IS_LFP</Filter>
    </Filters>
    <TargetFeatures>
      <psf:Feature name="psk:PageMediaType"/>
    </TargetFeatures>
  </DevicePropertyBag>

  <Filters>
    <!-- Vasari(HPIJVIPAV4), Palermo(HPIJVIPAV7) : Old CCA, HPIJCCAV1 : PC0.72 CCA-->
    <Filter name="IS_HPS_IJ_CCA" key="CID">
      <Values>
        <Value>HPIJCCAV1</Value>
        <Value>HPIJVIPAV4</Value>
        <Value>HPIJVIPAV7</Value>
      </Values>
    </Filter>

    <!-- Taccola(HPDESKJET_P976D) : Old CCB, HPIJCCBV1 : PC0.72 CCB -->
    <Filter name="IS_HPS_IJ_CCB" key="CID">
      <Values>
        <Value>HPDESKJET_P976D</Value>
        <Value>HPIJCCBV1</Value>
      </Values>
    </Filter>

    <!-- 3M(HPIJVIPAV9) : OPA, HPIJOPAV1 : PC0.72 OPA -->
    <Filter name="IS_HPS_IJ_OPA" key="CID">
      <Values>
        <Value>HPIJOPAV1</Value>
        <Value>HPIJVIPAV9</Value>
      </Values>
    </Filter>

    <!-- HPIJOPBV1 : PC0.72 OPB -->
    <!-- Currently, same as OPA, should be updated for OPB -->
    <Filter name="IS_HPS_IJ_OPB" key="CID">
      <Values>
        <Value>HPIJOPBV1</Value>
      </Values>
    </Filter>

    <!-- (HPLJPCLMSCV2) : PC0.72 PCLmS Color models -->
    <Filter name="IS_HPS_LJ_COLOR" key="CID">
      <Values>
        <Value>HPLJPCLMSCV2</Value>
      </Values>
    </Filter>

    <!-- (HPLJPCLMSMV1) : Horizon, (HPLJPCLMSMV2) : PC0.72 PCLmS models -->
    <Filter name="IS_HPS_LJ_MONO" key="CID">
      <Values>
        <Value>HPLJPCLMSMV1</Value>
        <Value>HPLJPCLMSMV2</Value>
      </Values>
    </Filter>

    <Filter name="IS_HPS_IJ_OPA_OPB" key="CID">
      <FilterRefs>
        <FilterRef>IS_HPS_IJ_OPA</FilterRef>
        <FilterRef>IS_HPS_IJ_OPB</FilterRef>
      </FilterRefs>
    </Filter>

    <Filter name="IS_HPS_IJ" key="CID">
      <FilterRefs>
        <FilterRef>IS_HPS_IJ_CCA</FilterRef>
        <FilterRef>IS_HPS_IJ_CCB</FilterRef>
        <FilterRef>IS_HPS_IJ_OPA</FilterRef>
        <FilterRef>IS_HPS_IJ_OPB</FilterRef>
      </FilterRefs>
    </Filter>
    
    <Filter name="IS_HPS_LJ" key="CID">
      <FilterRefs>
        <FilterRef>IS_HPS_LJ_COLOR</FilterRef>
        <FilterRef>IS_HPS_LJ_MONO</FilterRef>
      </FilterRefs>
    </Filter>

    <Filter name="IS_HPS" key="CID">
      <FilterRefs>
        <FilterRef>IS_HPS_IJ_OPA</FilterRef>
        <FilterRef>IS_HPS_IJ_OPB</FilterRef>
        <FilterRef>IS_HPS_IJ_CCA</FilterRef>
        <FilterRef>IS_HPS_IJ_CCB</FilterRef>
        <FilterRef>IS_HPS_LJ_COLOR</FilterRef>
        <FilterRef>IS_HPS_LJ_MONO</FilterRef>
      </FilterRefs>
    </Filter>

    <!-- (HPLJPDLV1) : Ulysses/Selene/Ruby, Others Color : PCL6 PC0.72 -->
    <Filter name="IS_OPS_COLOR" key="CID">
      <Values>
        <Value>HPLJPDLCV3</Value>
        <Value>HPLJPDLCV5</Value>
        <Value>HPLJPDLCV9</Value>
        <Value>HPLJPDLV1</Value>
        <Value>HPIJPDLCV1</Value>
        <Value>HPIJPDLCV3</Value>
        <Value>HPIJPDLCV5</Value>
        <Value>HPIJPDLCV9</Value>
        <Value>HPLJPDLCME</Value>
        <Value>HPIJPDLCME</Value>
      </Values>
    </Filter>

    <!-- Others Mono: PCL6 PC0.72 -->
    <Filter name="IS_OPS_MONO" key="CID">
      <Values>
        <Value>HPLJPDLMV3</Value>
        <Value>HPLJPDLMV5</Value>
        <Value>HPLJPDLMV9</Value>
        <Value>HPIJPDLMV1</Value>
        <Value>HPIJPDLMV3</Value>
        <Value>HPIJPDLMV5</Value>
        <Value>HPIJPDLMV9</Value>
        <Value>HPLJPDLMME</Value>
        <Value>HPIJPDLMME</Value>
      </Values>
    </Filter>
    
    <Filter name="IS_OPS" key="CID">
      <FilterRefs>
        <FilterRef>IS_OPS_COLOR</FilterRef>
        <FilterRef>IS_OPS_MONO</FilterRef>
      </FilterRefs>
    </Filter>

    <Filter name="IS_LFP" key="CID">
      <Values>
        <Value>HPDJ2PCLAT</Value>
        <Value>HPDJ2PCLS</Value>
        <Value>HPDJ2PCLAZ</Value>
        <Value>HPDJ2PST</Value>
        <Value>HPDJ2PSZ</Value>
      </Values>
    </Filter>
	
	<Filter name="IS_LFP_NOT_BEAM" key="CID">
      <Values>
        <Value>HPDJ2PCLAT</Value>
        <Value>HPDJ2PCLAZ</Value>
        <Value>HPDJ2PST</Value>
        <Value>HPDJ2PSZ</Value>
      </Values>
    </Filter>
	
	<Filter name="IS_LFP_BEAM" key="CID">
      <Values>
        <Value>HPDJ2PCLS</Value>
      </Values>
    </Filter>

    <Filter name="DUPLEXABLE_PHOTOMEDIA_SUPPORTED" key="PC_MediaType62_supported">
      <Values>        
        <Value>supported</Value>        
      </Values>
    </Filter>
    
    <Filter name="QUALITY_AVAILABLE_INIPP" key="PC_PrintQuality-All">
      <Values>        
        <Value>Valid</Value>        
      </Values>
    </Filter>    
  
    <Filter name="IS_ARSS_SUPPORTED" key="Arss-supported" where="DevicePropertyBag">
      <Values>
        <Value>True</Value>
      </Values>
    </Filter>
      
  </Filters>
  
  <AutoAdjust>
  
    <!-- For old resolution way -->
    <Trigger key="PC_PrintQuality-StandardType1-Name">
      <Triggered key="PC_PQStandardType1-OptimalResolution"/>
      <!--<Triggered key="PC_PQStandardType1-PQMode"/>-->
    </Trigger>
    <Trigger key="PC_PrintQuality-StandardType2-Name">
      <Triggered key="PC_PQStandardType2-OptimalResolution"/>
      <!--<Triggered key="PC_PQStandardType2-PQMode"/>-->
    </Trigger>
    <Trigger key="PC_PrintQuality-StandardType3-Name">
      <Triggered key="PC_PQStandardType3-OptimalResolution"/>
      <!--<Triggered key="PC_PQStandardType3-PQMode"/>-->
    </Trigger>
    <Trigger key="PC_PrintQuality-StandardType4-Name">
      <Triggered key="PC_PQStandardType4-OptimalResolution"/>
      <!--<Triggered key="PC_PQStandardType4-PQMode"/>-->
    </Trigger>
    <Trigger key="PC_PrintQuality-StandardType5-Name">
      <Triggered key="PC_PQStandardType5-OptimalResolution"/>
      <!--<Triggered key="PC_PQStandardType5-PQMode"/>-->
    </Trigger>
 
    <!-- For new resolution way -->    
    <Trigger key="PC_PQStandardType1-DisplayTag">
      <Triggered key="PC_PQStandardType1-OptimalResolution"/>
      <Triggered key="PC_PrintQuality-StandardType1-Name"/>
      <Triggered key="PC_PQStandardType1-PQMode"/>
    </Trigger>
    <Trigger key="PC_PQStandardType2-DisplayTag">
      <Triggered key="PC_PQStandardType2-OptimalResolution"/>
      <Triggered key="PC_PrintQuality-StandardType2-Name"/>
      <Triggered key="PC_PQStandardType2-PQMode"/>
    </Trigger>
    <Trigger key="PC_PQStandardType3-DisplayTag">
      <Triggered key="PC_PQStandardType3-OptimalResolution"/>
      <Triggered key="PC_PrintQuality-StandardType3-Name"/>
      <Triggered key="PC_PQStandardType3-PQMode"/>
    </Trigger>
    <Trigger key="PC_PQStandardType4-DisplayTag">
      <Triggered key="PC_PQStandardType4-OptimalResolution"/>
      <Triggered key="PC_PrintQuality-StandardType4-Name"/>
      <Triggered key="PC_PQStandardType4-PQMode"/>
    </Trigger>
    <Trigger key="PC_PQStandardType5-DisplayTag">
      <Triggered key="PC_PQStandardType5-OptimalResolution"/>
      <Triggered key="PC_PrintQuality-StandardType5-Name"/>
      <Triggered key="PC_PQStandardType5-PQMode"/>
    </Trigger>
  </AutoAdjust>

  <ProductDefaults>
    <ProductDefault>
      <Filters>
        <Filter>IS_HPS_IJ</Filter>
      </Filters>
      <Features>
        <psf:Feature name="psk:PageInputBin">
          <psf:Option name="ns0000:UsePrinterSetting"/>
        </psf:Feature>
        <psf:Feature name="psk:PageMediaType">
          <psf:Option name="psk:Plain"/>
        </psf:Feature>
        <psf:Feature name="ns0000:JobUserResolution">
          <psf:Option name="ns0000:HPS_Normal"/>
        </psf:Feature>
      </Features>
    </ProductDefault>
    <ProductDefault>
      <Filters>
        <Filter>IS_HPS_LJ</Filter>
      </Filters>
      <Features>
        <psf:Feature name="psk:PageMediaType">
          <psf:Option name="psk:AutoSelect"/>
        </psf:Feature>
        <psf:Feature name="ns0000:JobUserResolution">
          <psf:Option name="ns0000:HPS_Normal"/>
        </psf:Feature>
      </Features>
    </ProductDefault>
    <ProductDefault>
      <Filters>
        <Filter>IS_HPS_LJ_COLOR</Filter>
      </Filters>
      <Features>
        <psf:Feature name="psk:PageInputBin">
          <psf:Option name="ns0000:UsePrinterSetting"/>
        </psf:Feature>
      </Features>
    </ProductDefault>
    <ProductDefault>
      <Filters>
        <Filter>IS_HPS_LJ_MONO</Filter>
      </Filters>
      <Features>
        <psf:Feature name="psk:PageInputBin">
          <psf:Option name="ns0000:Tray1"/>
        </psf:Feature>
      </Features>
    </ProductDefault>
    <ProductDefault>
      <Filters>
        <Filter>IS_OPS</Filter>
      </Filters>
      <Features>
        <psf:Feature name="psk:PageInputBin">
          <psf:Option name="ns0000:UsePrinterSetting"/>
        </psf:Feature>
        <psf:Feature name="psk:PageMediaType">
          <psf:Option name="psk:AutoSelect"/>
        </psf:Feature>
      </Features>
    </ProductDefault>
    <ProductDefault>
      <Filters>
        <Filter>IS_LFP</Filter>
        <Filter>IS_ARSS_SUPPORTED</Filter>
      </Filters>
      <Features>
        <psf:Feature name="psk:PageInputBin">
          <psf:Option name="ns0000:LFP_AUTOMATIC"/>
        </psf:Feature>        
      </Features>
    </ProductDefault>
    <ProductDefault>
      <Filters>
        <Filter>IS_LFP</Filter>
        <Filter condition="false">IS_ARSS_SUPPORTED</Filter>
      </Filters>
      <Features>
        <psf:Feature name="psk:PageInputBin">
          <psf:Option name="ns0000:LFP_AUTO"/>
        </psf:Feature>
      </Features>
    </ProductDefault>
    <ProductDefault>
      <Filters>
        <Filter>IS_LFP</Filter>        
      </Filters>
      <Features>
        <psf:Feature name="psk:PageMediaType">
          <psf:Option name="psk:AutoSelect"/>
        </psf:Feature>
      </Features>
    </ProductDefault>          
  </ProductDefaults>
    
  <!-- this table is used to express xs:QName easily -->
  <ConvertTables>
    <ConvertTable name="FeedDirection">
      <Convert value="ShortEdgeFirst" to="psk:ShortEdgeFirst" />
      <Convert value="LongEdgeFirst" to="psk:LongEdgeFirst" />
    </ConvertTable>
    <ConvertTable name="MediaTypeLoaded">
      <!-- PC_MediaType1_supported -->
      <Convert value="stationery" to="psk:Plain">
        <Filters>
          <Filter>IS_OPS</Filter>
        </Filters>
      </Convert>
      <Convert value="stationery" to="ns0000:PLAIN_70_89">
        <Filters>
          <Filter>IS_HPS_LJ</Filter>
        </Filters>
      </Convert>
      <Convert value="stationery" to="ns0000:_0_1004_0000_0_600x600">
        <Filters>
          <Filter>IS_HPS_IJ</Filter>
        </Filters>
      </Convert>      
      <Convert value="stationery" to="ns0000:LFP_Plain_Paper">
        <Filters>
          <Filter>IS_LFP</Filter>
        </Filters>
      </Convert>
      
      <!-- PC_MediaType2_supported -->      
      <Convert value="com.hp.EcoSMARTLite" to="ns0000:HPEcoSMARTLite"/>

      <!-- PC_MediaType2_supported -->
      <Convert value="com.hp.ecosmart-lite" to="ns0000:HPEcoSMARTLite"/>

      <!-- PC_MediaType3_supported -->
      <Convert value="com.hp.matte.intermediateweight" to="ns0000:HPLaserJet90gsm"/>      
      <Convert value="com.hp.matte-90gsm" to="ns0000:HPLaserJet90gsm"/>
      
      <!-- PC_MediaType4_supported -->      
      <Convert value="com.hp.matte.midweight" to="ns0000:HPColorLaser105gsm"/>
      <Convert value="com.hp.matte-105gsm" to="ns0000:HPColorLaser105gsm"/>
      
      <!-- PC_MediaType5_supported -->
      <Convert value="com.hp.matte.heavyweight" to="ns0000:HPPremium_120gsm"/>      
      <Convert value="com.hp.matte-120gsm" to="ns0000:HPPremium_120gsm"/>

      <!-- PC_MediaType6_supported -->
      <Convert value="com.hp.matte-premium.heavyweight" to="ns0000:HPPremiumPresentationMatte"/>      
      <Convert value="com.hp.premium-presentation-matte" to="ns0000:HPPremiumPresentationMatte"/>

      <!-- PC_MediaType7_supported -->
      <Convert value="com.hp.matte-brochure.extraheavyweight" to="ns0000:HPSuperiorMatte160gsm"/>      
      <Convert value="com.hp.matte-160gsm" to="ns0000:HPSuperiorMatte160gsm"/>

      <!-- PC_MediaType8_supported -->
      <Convert value="com.hp.matte-brochure.cardstock" to="ns0000:HPBrochureMatte180gsm"/>      
      <Convert value="com.hp.brochure-matte" to="ns0000:HPBrochureMatte180gsm"/>

      <!-- PC_MediaType9_supported -->
      <Convert value="com.hp.glossy-brochure.extraheavyweight" to="ns0000:HPSuperiorGlossy160gsm"/>      
      <Convert value="com.hp.glossy-160gsm" to="ns0000:HPSuperiorGlossy160gsm"/>

      <!-- PC_MediaType10_supported -->
      <Convert value="com.hp.glossy-brochure2.cardstock" to="ns0000:HPBrochureGlossy180gsm"/>      
      <Convert value="com.hp.brochure-glossy" to="ns0000:HPBrochureGlossy180gsm"/>
      
      <!-- PC_MediaType11_supported -->
      <Convert value="com.hp.premium-plus-photo" to="ns0000:HPPremiumPlusPhoto"/>

      <!-- PC_MediaType12_supported -->
      <Convert value="com.hp.advanced-photo" to="ns0000:HPAdvancedPhoto"/>

      <!-- PC_MediaType13_supported -->
      <Convert value="com.hp.everyday-photo" to="ns0000:HPEverydayPhotoMatte"/>

      <!-- PC_MediaType14_supported -->
      <Convert value="com.hp.matte-cover.cardstock" to="ns0000:HPMatteCover200gsm"/>
      <Convert value="com.hp.matte-200gsm" to="ns0000:HPMatteCover200gsm"/>

      <!-- PC_MediaType15_supported -->
      <Convert value="com.hp.soft-gloss.heavyweight" to="ns0000:HPProfessionalSoftGloss120gsm"/>
      <Convert value="com.hp.soft-gloss-120gsm" to="ns0000:HPProfessionalSoftGloss120gsm"/>

      <!-- PC_MediaType16_supported -->
      <Convert value="com.hp.glossy-brochure.heavyweight" to="ns0000:HPProfessionalGlossy130gsm"/>
      <Convert value="com.hp.glossy-130gsm" to="ns0000:HPProfessionalGlossy130gsm"/>
      
      <!-- PC_MediaType17_supported -->
      <Convert value="com.hp.glossy-brochure.cardstock" to="ns0000:HPGlossPhoto220gsm"/>
      <Convert value="com.hp.glossy-220gsm" to="ns0000:HPGlossPhoto220gsm"/>
      
      <!-- PC_MediaType18_supported -->
      <Convert value="stationery-lightweight" to="ns0000:_1_1121_0000_0_600x600">
        <Filters>
          <Filter>IS_HPS_IJ</Filter>
        </Filters>
      </Convert>
      <Convert value="stationery-lightweight" to="ns0000:light">
        <Filters>
          <Filter>IS_OPS</Filter>
        </Filters>
      </Convert>
      <Convert value="stationery-lightweight" to="ns0000:LIGHT_60_69">
        <Filters>
          <Filter>IS_HPS_LJ</Filter>
        </Filters>
      </Convert>

      <!-- PC_MediaType19_supported -->
      <Convert value="com.hp.intermediateweight" to="ns0000:intermediate"/>
      <Convert value="com.hp.intermediate" to="ns0000:intermediate"/>

      <!-- PC_MediaType20_supported -->
      <Convert value="com.hp.midweight" to="ns0000:midweight"/>

      <!-- PC_MediaType21_supported -->
      <Convert value="stationery-heavyweight" to="ns0000:_0_0009_0000_0_600x600">        
        <Filters>
          <Filter>IS_HPS_IJ</Filter>
        </Filters>
      </Convert>
      <Convert value="stationery-heavyweight" to="ns0000:heavy">
        <Filters>
          <Filter>IS_OPS</Filter>
        </Filters>
      </Convert>
      <Convert value="stationery-heavyweight" to="ns0000:HEAVY_90_120">
        <Filters>
          <Filter>IS_HPS_LJ</Filter>
        </Filters>
      </Convert>
      
      <!-- PC_MediaType22_supported -->
      <Convert value="com.hp.extra-heavy" to="ns0000:extraHeavy"> 
        <Filters>
          <Filter>IS_OPS</Filter>
        </Filters>   
      </Convert>
      <Convert value="com.hp.extra-heavy" to="ns0000:EXTRA_HEAVY_121_163">
        <Filters>
          <Filter>IS_HPS_LJ</Filter>
        </Filters>
      </Convert>

      <!-- PC_MediaType23_supported -->
      <Convert value="Cardstock" to="psk:CardStock"/>
      <Convert value="cardstock" to="psk:CardStock"/>

      <!-- PC_MediaType24_supported -->
      <Convert value="com.hp.glossy.midweight" to="ns0000:midweightGlossy"/>
      <Convert value="com.hp.midweight-glossy" to="ns0000:midweightGlossy"/>

      <!-- PC_MediaType25_supported -->
      <Convert value="com.hp.glossy.heavyweight" to="ns0000:heavyGlossy"/>
      <Convert value="com.hp.heavy-glossy" to="ns0000:heavyGlossy"/>

      <!-- PC_MediaType26_supported -->
      <Convert value="com.hp.glossy.extraheavyweight" to="ns0000:extraHeavyGloss"/>
      <Convert value="com.hp.extra-heavy-gloss" to="ns0000:extraHeavyGloss"/>

      <!-- PC_MediaType27_supported -->
      <Convert value="com.hp.glossy.cardstock" to="ns0000:cardstockGlossy"/>
      <Convert value="com.hp.cardstock-glossy" to="ns0000:cardstockGlossy"/>

      <!-- PC_MediaType28_supported -->
      <Convert value="Transparency" to="ns0000:LFP_Transparent_Clear_Film">        
        <Filters>
          <Filter>IS_LFP</Filter>
        </Filters>
      </Convert>      
      <Convert value="Transparency" to="ns0000:transparency">
        <Filters>
          <Filter condition="false">IS_LFP</Filter>
        </Filters>
      </Convert>
      <Convert value="transparency" to="ns0000:transparency">
        <Filters>
          <Filter condition="false">IS_LFP</Filter>
        </Filters>
      </Convert>

      <!-- PC_MediaType29_supported -->
      <Convert value="Labels" to="psk:Label"/>
      <Convert value="labels" to="psk:Label"/>

      <!-- PC_MediaType30_supported -->
      <Convert value="stationery-letterhead" to="ns0000:stationeryletterhead">        
        <Filters>
          <Filter condition="false">IS_HPS_IJ</Filter>
        </Filters>
      </Convert>

      <!-- PC_MediaType31_supported -->
      <Convert value="Envelope" to="psk:EnvelopePlain"/>
      <Convert value="envelope" to="psk:EnvelopePlain"/>

      <!-- PC_MediaType32_supported -->
      <Convert value="envelope-heavyweight" to="ns0000:HeavyEnvelope"/>

      <!-- PC_MediaType33_supported -->
      <Convert value="stationery-preprinted" to="ns0000:stationerypreprinted"/>

      <!-- PC_MediaType34_supported -->
      <Convert value="stationery-prepunched" to="ns0000:stationeryprepunched"/>

      <!-- PC_MediaType35_supported -->
      <Convert value="stationery-colored" to="ns0000:color"/>
      
      <!-- PC_MediaType36_supported -->
      <Convert value="stationery-bond" to="psk:Bond"/>

      <!-- PC_MediaType37_supported -->
      <Convert value="com.hp.recycled" to="ns0000:recycled"/>

      <!-- PC_MediaType38_supported -->
      <Convert value="com.hp.paperboard" to="ns0000:Paperboard"/>

      <!-- PC_MediaType39_supported -->
      <Convert value="com.hp.heavypaperboard" to="ns0000:heavyPaperboard"/>

      <!-- PC_MediaType40_supported -->
      <Convert value="com.hp.lightpaperboard" to="ns0000:lightPaperboard"/>

      <!-- PC_MediaType41_supported -->
      <Convert value="com.hp.rough" to="ns0000:rough"/>

      <!-- PC_MediaType42_supported -->
      <Convert value="com.hp.lightrough" to="ns0000:lightRough"/>

      <!-- PC_MediaType43_supported -->
      <Convert value="com.hp.heavyrough" to="ns0000:heavyRough"/>
      <Convert value="com.hp.heavy-rough" to="ns0000:heavyRough"/>

      <!-- PC_MediaType44_supported -->
      <Convert value="stationery-fine" to="ns0000:vellum"/>
      
      <!-- PC_MediaType45_supported -->
      <Convert value="tab-stock" to="ns0000:tab"/>

      <!-- PC_MediaType46_supported -->
      <Convert value="com.hp.opaque-film" to="ns0000:filmOpaque"/>
      <Convert value="com.hp.film-opaque" to="ns0000:filmOpaque"/>

      <!-- PC_MediaType47_supported -->
      <Convert value="com.hp.lightbond" to="ns0000:lightBond"/>

      <!-- PC_MediaType48_supported -->
      <Convert value="photographic-glossy" to="ns0000:_5_1069_0000_0_600x600">        
        <Filters>
          <Filter>IS_HPS_IJ</Filter>
        </Filters>
      </Convert>
      <Convert value="com.hp-photographic-glossy" to="ns0000:_5_1069_0000_0_600x600">
        <Filters>
          <Filter>IS_HPS_IJ</Filter>
        </Filters>
      </Convert>
      <Convert value="com.hp-photographic-glossy" to="ns0000:LFP_Photo_Gloss_Paper">
        <Filters>
          <Filter>IS_LFP</Filter>
        </Filters>
      </Convert>

      <!-- PC_MediaType49_supported -->
      <Convert value="com.hp.specialty-matte" to="ns0000:_2_1077_0000_0_600x600"/>

      <!-- PC_MediaType50_supported -->
      <Convert value="com.hp.specialty-glossy" to="ns0000:_8_1076_0000_0_600x600"/>

      <!-- PC_MediaType51_supported -->
      <Convert value="com.hp-trifold-brochure-glossy-150gsm" to="ns0000:HPTrifoldBrochureGlossy"/>

      <!-- PC_MediaType52_supported -->
      <Convert value="com.hp-photographic-inkjet" to="ns0000:_5_1045_0000_0_600x600"/>

      <!-- PC_MediaType53_supported -->
      <Convert value="com.hp-matte-brochure" to="ns0000:_2_1077_0000_0_600x600"/>
      
      <!-- PC_MediaType54_supported -->
      <Convert value="com.hp-matte-presentation" to="ns0000:_2_1005_0000_0_600x600"/>

      <!-- PC_MediaType55_supported -->
      <Convert value="com.hp-matte-inkjet" to="ns0000:_2_1077_0000_1_600x600"/>

      <!-- PC_MediaType56_supported -->
      <Convert value="com.hp-specialty-glossy" to="ns0000:_8_1054_0000_0_600x600"/>

      <!-- PC_MediaType57_supported -->
      <Convert value="com.hp-specialty-glossy-inkjet" to="ns0000:_8_1054_0000_0_600x600"/>

      <!-- PC_MediaType58_supported -->
      <Convert value="com.hp-specialty-hagaki" to="ns0000:_8_1054_0000_1_600x600"/>
      
      <!-- PC_MediaType59_supported -->
      <Convert value="com.hp-trifold-brochure-glossy-180gsm" to="ns0000:_8_1054_0000_2_600x600"/>

      <!-- PC_MediaType62_supported -->
      <Convert value="com.hp-matte-photo-duplex" to="ns0000:_4_1083_0000_0_600x600"/>
      
      <!-- PC_MediaType63_supported -->
      <Convert value="custom-plain-paper-for-retail-stationery" to="ns0000:LFP_Plain_Paper_For_Retail"/>

      <!-- PC_MediaType64_supported -->
      <Convert value="com.hp-bright-white-stationery-inkjet-paper" to="ns0000:LFP_HP_Bright_White_Inkjet_Paper"/>

      <!-- PC_MediaType65_supported -->
      <Convert value="com.hp-stationery-bond-universal-paper" to="ns0000:LFP_HP_Universal_Bond_Paper"/>

      <!-- PC_MediaType66_supported -->
      <Convert value="stationery-coated" to="ns0000:LFP_Coated_Paper"/>

      <!-- PC_MediaType67_supported -->
      <Convert value="com.hp-stationery-coated-paper" to="ns0000:LFP_HP_Coated_Paper"/>

      <!-- PC_MediaType68_supported -->
      <Convert value="com.hp-universal-stationery-coated-paper" to="ns0000:LFP_HP_Universal_Coated_Paper"/>

      <!-- PC_MediaType69_supported -->
      <Convert value="custom-digital-blueprint-paper-stationery-colored" to="ns0000:LFP_Digital_Blueprint_Paper"/>

      <!-- PC_MediaType70_supported -->
      <Convert value="stationery-heavyweight-coated" to="ns0000:LFP_Heavyweight_Coated_Paper"/>

      <!-- PC_MediaType71_supported -->
      <Convert value="com.hp-stationery-heavyweight-coated" to="ns0000:LFP_HP_Heavyweight_Coated_Paper"/>

      <!-- PC_MediaType72_supported -->
      <Convert value="com.hp-universal-stationery-heavyweight-coated-paper" to="ns0000:LFP_HP_Universal_Heavyweight_Coated_Paper"/>

      <!-- PC_MediaType73_supported -->
      <Convert value="custom-blueprint-paper-with-red-stamps-stationery-colored" to="ns0000:LFP_Blueprint_Paper_With_Red_Stamps"/>

      <!-- PC_MediaType75_supported -->
      <Convert value="com.hp-universal-instant-dry-photographic-glossy-paper" to="ns0000:LFP_HP_Universal_Instant_Dry_Gloss_Photo_Paper"/>

      <!-- PC_MediaType76_supported -->
      <Convert value="photographic-semi-gloss" to="ns0000:LFP_Photo_Semi_Gloss_Satin_Paper"/>

      <!-- PC_MediaType77_supported -->
      <Convert value="com.hp-universal-instant-dry-satin-photographic-semi-gloss-paper" to="ns0000:LFP_HP_Universal_Instant_Dry_Satin_Photo_Paper"/>

      <!-- PC_MediaType78_supported -->
      <Convert value="com.hp-natural-tracing-paper-stationery-lightweight" to="ns0000:LFP_HP_Natural_Tracing_Paper"/>

      <!-- PC_MediaType79_supported -->
      <Convert value="custom-generic-natural-tracing-paper-under-65gsm-stationery-lightweight" to="ns0000:LFP_Generic_Natural_Tracing_Paper_L65_G_M2"/>

      <!-- PC_MediaType80_supported -->
      <Convert value="custom-generic-natural-tracing-paper-over-65gsm-stationery-lightweight" to="ns0000:LFP_Generic_Natural_Tracing_Paper_G65_G_M2"/>

      <!-- PC_MediaType81_supported -->
      <Convert value="com.hp-clear-film" to="ns0000:LFP_HP_Clear_Film"/>

      <!-- PC_MediaType82_supported -->
      <Convert value="custom-clear-film-kod" to="ns0000:LFP_Clear_Film_KOD"/>
      
      <!-- PC_MediaType83_supported -->
      <Convert value="custom-matte-film" to="ns0000:LFP_Matte_Film"/>

      <!-- PC_MediaType84_supported -->
      <Convert value="com.hp-matte-film" to="ns0000:LFP_HP_Matte_Film"/>
      
      <!-- PC_MediaType85_supported -->
      <Convert value="com.hp-premium-matte-polypropylene" to="ns0000:LFP_HP_Premium_Matte_Polypropylene"/>

      <!-- PC_MediaType86_supported -->
      <Convert value="com.hp-everyday-matte-polypropylene" to="ns0000:LFP_HP_Everyday_Matte_Polypropylene"/>

      <!-- PC_MediaType87_supported -->
      <Convert value="plastic-matte" to="ns0000:LFP_Polypropylene_Matte"/>

      <!-- PC_MediaType88_supported -->
      <Convert value="custom-adhesive-polypropylene-labels-matte" to="ns0000:LFP_Adhesive_Polypropylene_Matte"/>

      <!-- PC_MediaType89_supported -->
      <Convert value="com.hp-everyday-adhesive-polypropylene-labels-matte" to="ns0000:LFP_HP_Everyday_Adhesive_Matte_Polypropylene"/>

      <!-- PC_MediaType90_supported -->
      <Convert value="self-adhesive-labels" to="ns0000:LFP_Adhesive_Paper"/>
      
      <!-- PC_MediaType91_supported -->
      <Convert value="com.hp-universal-adhesive-vinyl-labels" to="ns0000:LFP_HP_Universal_Adhesive_Vinyl"/>

      <!-- PC_MediaType92_supported -->
      <Convert value="custom-adhesive-polypropylene-labels-glossy" to="ns0000:LFP_Adhesive_Polypropylene_Gloss"/>

      <!-- PC_MediaType93_supported -->
      <Convert value="com.hp-everyday-adhesive-gloss-polypropylene-labels" to="ns0000:LFP_HP_Everyday_Adhesive_Gloss_Polypropylene_2_Pack"/>

      <!-- PC_MediaType202_supported -->
      <Convert value="custom-blueback-paper-labels" to="ns0000:LFP_Blueback_Paper"/>

      <!-- PC_MediaType203_supported -->
      <Convert value="custom-poster-matte-paper" to="ns0000:LFP_Poster_Matte_Paper"/>

      <!-- PC_MediaType204_supported -->
      <Convert value="com.hp-production-matte-poster" to="ns0000:LFP_HP_Production_Matte_Poster_Paper_3_In_Core"/>

      <!-- PC_MediaType205_supported -->
      <Convert value="custom-poster-matte-lightweight-200gsm" to="ns0000:"/>

      <!-- PC_MediaType206_supported -->
      <Convert value="custom-poster-matte-mediumweight-200-400gsm" to="ns0000:"/>

      <!-- PC_MediaType207_supported -->
      <Convert value="custom-poster-matte-heavyweight-400gsm" to="ns0000:"/>

      <!-- PC_MediaType208_supported -->
      <Convert value="custom-poster-glossy-paper" to="ns0000:LFP_Poster_Gloss_Paper"/>

      <!-- PC_MediaType209_supported -->
      <Convert value="com.hp-poster-glossy-paper-3in-core" to="ns0000:LFP_HP_Gloss_Poster_Paper_3_In_Core"/>

      <!-- PC_MediaType210_supported -->
      <Convert value="custom-poster-semi-gloss-paper" to="ns0000:LFP_Poster_Semi_Gloss_Paper"/>

      <!-- PC_MediaType211_supported -->
      <Convert value="com.hp-production-poster-semi-gloss-paper-3in-core" to="ns0000:LFP_HP_Production_Semi_Gloss_Poster_Paper_3_In_Core"/>

      <!-- PC_MediaType212_supported -->
      <Convert value="custom-poster-satin-paper" to="ns0000:LFP_Poster_Satin_Paper"/>

      <!-- PC_MediaType213_supported -->
      <Convert value="com.hp-production-satin-poster-paper-3in-core" to="ns0000:LFP_HP_Production_Satin_Poster_Paper_3_In_Core"/>

      <!-- PC_MediaType214_supported -->
      <Convert value="com.hp-satin-poster-paper-3in-core" to="ns0000:LFP_HP_Satin_Poster_Paper_3_In_Core"/>      
    </ConvertTable>    
  </ConvertTables>
  

</DeviceCaps>