Loading

Default response to "QueryResource"

For each media in the media catalogue, a unique Media node is added to the "ResourceInfo" node. The attributes in this section are set if the QueryResource message is send by a default JDF Manager.

ResourceInfo

Syntax

XPath: /Response/ResourceInfo/

Supported value

@Scope

ResourceInfo/Media

Syntax

XPath: /Response/ResourceInfo/Media/

Supported range

  • @Class

  • @DescriptiveName

  • @Dimension

  • @ImagableSide

  • @MediaColorName

  • @MediaColorNameDetails

  • @MediaType

  • @MediaTypeDetails

  • @oce:CustomMediaType

  • @HoleType

  • @HoleCount

  • @MediaSetCount

  • @Status

  • @Scope

  • @Thickness

  • @Weight

  • @ID

ResourceInfo/GeneralID

Syntax

XPath: /Response/ResourceInfo/GeneralID

Supported value

IDUsage="DeviceProductID"/@IDValue

ResourceInfo/UsageCounter

Syntax

XPath: /Response/ResourceInfo/UsageCounter/

Supported range

@Class

@CounterTypes

@Scope

@Status

@ID

Example

<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>