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.
The required ConditionHistoryEntry element provides details about one of the past conditions on the scanner.
Usage
<wscn:ConditionHistoryEntry wscn:Id="..."
Id = "xs:string">
child elements
</wscn:ConditionHistoryEntry wscn:Id="...">
Attributes
| Attribute | Type | Required | Description |
|---|---|---|---|
| Id | xs:string | No | Required. An integer from 1 through 2147483648. |
Child elements
| Element |
|---|
| ClearTime |
| Component |
| Name forParents DeviceCondition and ConditionHistoryEntry |
| Severity |
| Time |
Parent elements
| Element |
|---|
| ConditionHistory |
Remarks
The WSD Scan Service specifies a unique identifier in the Id attribute for this ConditionHistoryEntry element. The client can use Id, along with the value of the Time element, to determine if an error condition is new or has gone away. The WSD Scan Service must not reuse the identifier for as long as possible. This delay ensures that clients can accurately keep track of individual ConditionHistoryEntry elements.
You cannot extend the allowed values for Id.