ScoredProperty

This topic is not current. For the most current information, see the Print Schema Specification.

A ScoredProperty element declares a property that is intrinsic to an Option definition. Such properties should be compared when evaluating how closely a requested Option matches a device-supported Option.

Element Tag

<ScoredProperty>

XML Attributes

The following table lists the XML attributes that may be pertain to this element.

XML Attribute Details
name
Holds the name attribute of the ScoredProperty, either a standard property or a privately-defined property.

For more information, please see XML Attributes section.

Element Information

The following table lists the elements that may be parents of this element, the elements that may be children of this element, and any restrictions on the element itself.

Category Details
Parent elements
Option
ScoredProperty
Child elements
Either
ParameterRef (one)
or
Value (one)
Property (zero or more)
ScoredProperty (zero or more)
This element
No character data is permitted.
Duplicate child siblings are not permitted.

Configuration Dependencies

A ScoredProperty element may not have any configuration dependencies.

Example

Declare a ScoredProperty element named MediaSizeWidth with a Value of 11.

<psf:ScoredProperty name="psk:MediaSizeWidth">
   <psf:Value xsi:type="integer">11</psf:Value>
</psf:ScoredProperty>

Print Schema Specification