OutputBinEntry element

The required OutputBinEntry element specifies the details of an available output bin on the printer.

OutputBinEntry is defined in the namespace at this URI: https://schemas.microsoft.com/windows/2005/05/wdp/print and referenced by the prefix wprt. (This resource may not be available in some languages and countries.)

Usage

<wprt:OutputBinEntry
  Name = "xs:string"
  Removed = "xs:string">
  child elements
</wprt:OutputBinEntry>

Attributes

Attribute Type Required Description

Name

xs:string

Yes

Required. Must be one of the following values:

  • BinXxx, where Xxx is any number without leading zeros
  • Top
  • Middle
  • Bottom
  • LargeCapacity
  • FaceUp
  • FaceDown
  • MailboxYyy, where Yyy is any number without leading zeros

Removed

xs:string

No

Optional. Indicates that the current output bin specified in the OutputBinEntry element has been removed from the printer. If specified, must be one of: 0, 1, false, or true. The default value is 0 (false).

Text value

None

Child elements

Element Description

Capacity

Specifies the total capacity of the specified input or output bin.

Level

Indicates the current level of consumable or media identified in the current ConsumableEntry, InputBinEntry, or OutputBinEntry element.

Xxx

Any IHV-defined elements

Parent elements

Element Description

OutputBins

A collection of elements that describe the capabilities of all output bins available on the printer.

Remarks

The Name attribute specifies the name of the current output bin specified in the OutputBinEntry element. The client can use this name to differentiate the various output bins, so it should be unique and descriptive within the device. IHVs can both extend and subset the allowed values for Name.

The Removed attribute is valid only in a PrinterElementsChangeEvent event. It is used to report that the identified output bin has been removed. The absence of this attribute indicates that the consumable is still valid.

The following syntax block shows that you must also prefix the names of the child elements with the appropriate namespace (in this case wprt), to be certain that you are referencing child elements in the correct namespace.

<wprt:OutputBinEntry Name="name" Removed="boolean value">
 <wprt:Capacity> data </wprt:Capacity>
 <wprt:Level> data </wprt:Level>
  ...
</wprt:OutputBinEntry>

See also

Capacity

Level

OutputBins

PrinterElementsChangeEvent

 

 

Send comments about this topic to Microsoft

Build date: 7/19/2012