Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic is not current. For the most current information, see the Print Schema Specification.
Describes the MediaType options and the characteristics of each option.
Element Information
| Name | Value |
|---|---|
| Element Type |
Feature |
| Scoping Prefix |
Page |
| Notes |
None |
Structural Content
The XML structure of this element is:
<psf:Feature name="psk:PageMediaType">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<psf:Option name="psk:_OptionName_">
<psf:Property name="psf:IdentityOption">
<psf:Value xsi:type="xs:string">_IdentityOptionValue_</psf:Value>
</psf:Property>
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">_BackCoatingValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">_FrontCoatingValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">_MaterialValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">_PrePrintedValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">_PrePunchedValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">_RecycledValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_WeightValue_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
</psf:Feature>
Structure Variables
The following table outlines the characteristics of the variables defined in the XML structure.
| Name | Data type | Unit | Supported values | Summary |
|---|---|---|---|---|
| _OptionName_ |
string |
characters |
Valid fully qualified name as defined by Namespaces in XML. If no namespace is specified, default namespace is assumed. |
The name of the option. |
| _IdentityOptionValue_ |
string |
n/a |
True, False. |
Defines an Option which when selected would disable this feature. |
| _BackCoatingValue_ |
string |
n/a |
Glossy, HighGloss, Matte, None, Satin, SemiGloss. |
Specifies the coating of the back side of the media. |
| _FrontCoatingValue_ |
string |
n/a |
Glossy, HighGloss, Matte, None, Satin, SemiGloss. |
Specifies the coating of the front side of the media. |
| _MaterialValue_ |
string |
n/a |
Aluminum, Display, DryFilm, Paper, Polyester, Transparency, WetFilm. |
Specifies the material the media is made out of. |
| _PrePrintedValue_ |
string |
n/a |
None, PrePrinted, Letterhead. |
Specifies media preprinted characteristics. |
| _PrePunchedValue_ |
string |
n/a |
None, PrePunched. |
Specifies media prepunched characteristics. |
| _RecycledValue_ |
string |
n/a |
None, Standard. |
Specifies media recycled characteristics. |
| _WeightValue_ |
integer |
grams per square meter |
Greater than 0. |
Specifies media weight characteristics. |
Extensible Markup Language (XML) Content
The public Print Schema keywords are defined in the https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords namespace. The public Extensible Markup Language (XML) content for this keyword is defined below:
<psf:Feature name="psk:PageMediaType">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<!-- Specifies Media would be Automatically selected. -->
<psf:Option name="psk:AutoSelect"/>
<!-- Specifies archival quality media. -->
<psf:Option name="psk:Archival">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies specialty back printing film media. -->
<psf:Option name="psk:BackPrintFilm">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">DryFilm</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies standard bond media. -->
<psf:Option name="psk:Bond">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies standard card stock media. -->
<psf:Option name="psk:CardStock">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies continuous feed media. -->
<psf:Option name="psk:Continous">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies standard envelope media. -->
<psf:Option name="psk:EnvelopePlain">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies windowed envelope media. -->
<psf:Option name="psk:EnvelopeWindow">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies fabric media. -->
<psf:Option name="psk:Fabric">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Polyester</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies specialty high resolution media. -->
<psf:Option name="psk:HighResolution">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies label media. -->
<psf:Option name="psk:Label">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies attached multi-part forms media. -->
<psf:Option name="psk:MultiLayerForm">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies separate multi-part forms media. -->
<psf:Option name="psk:MultiPartForm">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies standard photographic media. -->
<psf:Option name="psk:Photographic">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies film photographic media. -->
<psf:Option name="psk:PhotographicFilm">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">DryFilm</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies glossy photographic media. -->
<psf:Option name="psk:PhotographicGlossy">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">Glossy</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies high gloss photographic media. -->
<psf:Option name="psk:PhotographicHighGloss">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">HighGloss</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies matte photographic media. -->
<psf:Option name="psk:PhotographicMatte">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">Matte</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies satin photographic media. -->
<psf:Option name="psk:PhotographicSatin">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">Satin</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies semi-gloss photographic media. -->
<psf:Option name="psk:PhotographicSemiGloss">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">SemiGloss</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies standard paper media. -->
<psf:Option name="psk:Plain">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies output to an output display in continuous form. -->
<psf:Option name="psk:Screen">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Display</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">0</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies output to an output display in paged form. -->
<psf:Option name="psk:ScreenPaged">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Display</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">0</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies specialty stationery media. -->
<psf:Option name="psk:Stationery">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Display</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">Letterhead</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">0</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies tab stock media that is not pre-cut (single tabs). -->
<psf:Option name="psk:TabStockFull">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies tab stock media that is pre-cut (multiple tabs). -->
<psf:Option name="psk:TabStockPreCut">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies transparency media. -->
<psf:Option name="psk:Transparency">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Transparency</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies specialty T-shirt transfer media. -->
<psf:Option name="psk:TShirtTransfer">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">Paper</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies unknown or unlisted media. -->
<psf:Option name="psk:None">
<psf:ScoredProperty name="psk:BackCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:FrontCoating">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Material">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePrinted">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:PrePunched">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Recycled">
<psf:Value xsi:type="xs:string">None</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:Weight">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
</psf:Feature>