Syntax
XPath: /JMF/Response/ResourceInfo/Media/
Supported attributes
@Class
@DescriptiveName
@Dimension
@HoleCount
@HoleType
@DeviceProductID
@ImagableSide
@MediaColorName
@MediaColorNameDetails
@MediaType
@MediaTypeDetails
@oce:CustomMediaType
@MediaSetCount
@Status
@Scope
@Thickness
@Weight
@ID
Description
Attribute |
XPath |
---|---|
/JMF/Response/ResourceInfo/Media/@Class |
|
/JMF/Response/ResourceInfo/Media/@DescriptiveName |
|
/JMF/Response/ResourceInfo/Media/@Dimension |
|
@HoleCount |
/JMF/Response/ResourceInfo/Media/@HoleCount |
@HoleType |
/JMF/Response/ResourceInfo/Media/@HoleType |
@DeviceProductID See Media ID |
The ID of the media as defined in the Device namespace. /JMF/Response/ResourceInfo/Media/GeneralID[@IDUsage="DeviceProductID"]/@IDValue |
@ImagableSide |
/JMF/Response/ResourceInfo/Media/@ImagableSide |
/JMF/Response/ResourceInfo/Media/@MediaColorName |
|
/JMF/Response/ResourceInfo/Media/@MediaColorNameDetails |
|
/JMF/Response/ResourceInfo/Media/@MediaType |
|
/JMF/Response/ResourceInfo/Media/@MediaTypeDetails |
|
/JMF/Response/ResourceInfo/Media/@oce:CustomMediaType |
|
/JMF/Response/ResourceInfo/Media/@MediaSetCount |
|
@Status |
/JMF/Response/ResourceInfo/Media/@Status |
@Scope |
|
@Thickness |
/JMF/Response/ResourceInfo/Media/@Thickness |
/JMF/Response/ResourceInfo/Media/@Weight |
Syntax
XPath: /JMF/Response/ResourceInfo/
Supported value
@Scope
If @Scope="Present", then the returned media catalogue only contains media that are assigned to a paper tray. If @Scope="Allowed" or not defined, then all media in the catalogue are returned.
Syntax
XPath: /JMF/Response/ResourceInfo/Media/GeneralID[@IDUsage="DeviceProductID"]/@IDValue
IDValue = The ID of the media.
Type
String
Supported range
[0 .. 63] characters
This is a request to print the job on a media with a feed edge as specified by @IDValue. Note that you cannot load a media in a tray when its long edge is larger than the long edge of an SRA4.
Syntax
XPath: /JMF/Response/ResourceInfo/Media/GeneralID[@IDUsage="oce:Orientation"]/@IDValue
Type
String
Supported range
@IDValue |
Description |
---|---|
LongEdgeFeed |
Request to print the job with long edge fed paper. |
ShortEdgeFeed |
Request to print the job with short edge fed paper. |
Syntax
XPath: /JMF/Response/ResourceInfo/AmountPool/
Supported range
PartAmount/@DescriptiveName
The name of the media loaded in the tray.
PartAmount/@Orientation
The media in de tray is either loaded as long edge feed or as short edge feed.
PartAmount/@ActualAmount
The available amount of media in the tray.
PartAmount/@MaxAmount
The maximum possible amount of media in the tray.
PartAmount/Part/@Location
The location of the tray.
The same ResourceInfo element that contains the description of a media also contains a description of the tray where the media is loaded. A media is described by /ResourceInfo/Media/. Each /ResourceInfo/AmountPool/ describes the tray that contains the media described by the concerning /ResourceInfo/Media/.
<JMF>
<Response Type="Resource" ReturnCode="0">
<ResourceInfo>
<Media Class="Consumable" DescriptiveName="Example" Dimension="612 792" Status="Available" Scope="Allowed" Weight="123" MediaColorNameDetails="RGB(253,237,184)" HoleType="R3-generic" MediaSetCount="4" MediaType="Paper" MediaTypeDetails="PreCutTabs" oce:CustomMediaType="Custom Type" ImagableSide="Neither" ID="Media_151117093659.127_0">
<GeneralID IDUsage="DeviceProductID" IDValue=".."/>
</Media>
</ResourceInfo>
<ResourceInfo>
<UsageCounter Class="Consumable" ID="Counter_NormalBlack_170705080509.695_1" Status="Available" Scope="Job" CounterTypes="Impressions Black Blank Insert OneSided TwoSided NormalSize">
</UsageCounter>
</ResourceInfo>
</Response>
</JMF>