ezags-xsd 2.2.6.5 → 2.2.6.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,12 @@ class StreamTaskRequestObjMapper
14
14
  # @return [String]
15
15
  # minOccurs: 1, maxOccurs: 1
16
16
  attr_accessor :operators_count
17
+ # @return [Boolean]
18
+ # minOccurs: 0, maxOccurs: 1
19
+ attr_accessor :enable_positioning
20
+ # @return [Boolean]
21
+ # minOccurs: 0, maxOccurs: 1
22
+ attr_accessor :enable_ocr
17
23
  # @return [ImagesMapper]
18
24
  # minOccurs: 1, maxOccurs: 1
19
25
  attr_accessor :images
@@ -24,7 +30,7 @@ class StreamTaskRequestObjMapper
24
30
  annonymus_type 'StreamTaskRequestObj::Images'
25
31
 
26
32
  # @return [Base64Binary]
27
- # minOccurs: 1, maxOccurs: 1
33
+ # minOccurs: 1, maxOccurs: Infinity
28
34
  attr_accessor :image
29
35
  end
30
36
 
@@ -1,5 +1,5 @@
1
1
  module Ezags
2
2
  module Xsd
3
- VERSION = '2.2.6.5'
3
+ VERSION = '2.2.6.6'
4
4
  end
5
5
  end
@@ -4,6 +4,8 @@ require "xml_schema_mapper/test_builder"
4
4
  # @attr TaskName [string]
5
5
  # @attr DocumentType [string]
6
6
  # @attr OperatorsCount [string]
7
+ # @attr EnablePositioning [boolean]
8
+ # @attr EnableOCR [boolean]
7
9
  # @attr Images []
8
10
 
9
11
 
@@ -54,6 +54,8 @@
54
54
  <xs:element name="TaskName" type="xs:string" minOccurs="1"/>
55
55
  <xs:element name="DocumentType" type="xs:string" minOccurs="1"/>
56
56
  <xs:element name="OperatorsCount" type="xs:string" minOccurs="1"/>
57
+ <xs:element name="EnablePositioning" type="xs:boolean" minOccurs="0"/>
58
+ <xs:element name="EnableOCR" type="xs:boolean" minOccurs="0"/>
57
59
  <xs:element name="Images">
58
60
  <xs:complexType>
59
61
  <xs:sequence minOccurs="1">
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: ezags-xsd
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.2.6.5
5
+ version: 2.2.6.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Anton Sozontov
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-04 00:00:00.000000000 Z
12
+ date: 2013-06-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  version_requirements: !ruby/object:Gem::Requirement