ScannerElements 요소에 대한 ElementData
필수 ElementData 요소에는 스캐너 관련 스키마 요청에 대해 반환되는 데이터가 포함됩니다.
사용량
<wscn:ElementData Name="" Valid=""
Name = "xs:string"
Valid = "xs:string">
child elements
</wscn:ElementData Name="" Valid="">
특성
attribute | Type | 필수 | Description |
---|---|---|---|
이름 | xs:string | No | 필수 사항입니다. 다음 QNames:xmlns:ScannerDescriptionReturn the currentScannerDescription schema.xmlns:ScannerConfigurationReturn the current ScannerConfiguration schema.xmlns:ScannerStatusReturn 현재 ScannerStatus schema.xmlns:DefaultScanTicketReturn 현재 DefaultScanTicket schema.xmlns:VendorSectionReturn the identified section of a vendor-defined extension to the WSD Scan Service. |
Valid | xs:string | No | 필수 사항입니다. 0, false, 1 또는 true여야 하는 부울 값입니다. |
자식 요소
요소 |
---|
DefaultScanTicket |
ScannerConfiguration |
ScannerDescription |
ScannerStatus |
부모 요소
요소 |
---|
ScannerElements |
설명
클라이언트는 GetScannerElementsRequest 를 호출하여 스캐너 관련 요소의 값을 확인합니다. WSD Scan Service는 GetScannerElementsResponse 작업을 통해 ElementData 요소에 이 정보를 반환합니다.
Name 특성의 QName 값은 클라이언트가 정보를 요청한 WSD Scan Service 내의 최상위 섹션을 나타내는 스키마 키워드(keyword) 여야 합니다. Scan Service는 네임스페이스 접두사 및 콜론으로 구분된 유효한 요소 이름을 모두 지정해야 합니다.
유효한 특성은 클라이언트에서 제공하는 스키마 키워드(keyword) 유효한지 여부를 나타냅니다. WSD Scan Service는 요청된 스키마 키워드(keyword) 해당 스키마의 유효한 섹션에 매핑할 수 있는 경우 이 특성을 true로 설정합니다. 그렇지 않으면 이 특성을 false로 설정해야 합니다.