ScannerElements 元素的 ElementData
所需的 ElementData 元素包含为扫描程序相关的架构请求返回的数据。
使用情况
<wscn:ElementData Name="" Valid=""
Name = "xs:string"
Valid = "xs:string">
child elements
</wscn:ElementData Name="" Valid="">
属性
属性 | 类型 | 必需 | 说明 |
---|---|---|---|
名称 | xs:string | 否 | 必需。 以下 QNames:xmlns:ScannerDescriptionReturn the currentScannerDescription schema.xmlns:ScannerConfigurationReturn the current ScannerConfiguration schema.xmlns:ScannerStatusReturn the current ScannerStatus schema.xmlns:DefaultScanTicketReturn the current DefaultScanTicket schema.xmlns:VendorSectionReturn the identifi section of a vendor-defined extension to the WSD Scan Service。 |
有效 | xs:string | 否 | 必需。 一个布尔值,该值必须为 0、false、1 或 true。 |
子元素
元素 |
---|
DefaultScanTicket |
ScannerConfiguration |
ScannerDescription |
ScannerStatus |
父元素
元素 |
---|
ScannerElements |
注解
客户端调用 GetScannerElementsRequest 来确定扫描程序相关元素的值。 WSD 扫描服务通过 GetScannerElementsResponse 操作在 ElementData 元素中返回此信息。
Name 属性的 QName 值必须是一个架构关键字 (keyword) ,表示客户端请求其信息的 WSD 扫描服务中的顶级部分。 扫描服务必须同时指定命名空间前缀和有效的冒号分隔元素名称。
Valid 属性指示客户端提供的架构关键字 (keyword) 是否有效。 如果 WSD 扫描服务可以将请求的架构关键字 (keyword) 映射到其架构的有效部分,则将此属性设置为 true;否则,必须将此属性设置为 false。