access_element removed (redundant, use access='0' instead)

This commit is contained in:
thomashaw
2017-08-30 16:11:01 +01:00
parent 8e73786945
commit f86025f343
2 changed files with 0 additions and 3 deletions

View File

@@ -105,14 +105,12 @@ class SystemReader
if access == ''
access = 'all'
end
access_element = input_value.xpath('@access_element').to_s
access_json = input_value.xpath('@access_json').to_s
variable = input_value.xpath('../@into').to_s
value = input_value.text
Print.verbose " -- datastore: #{variable} = #{value}"
(module_selector.received_datastores[variable] ||= []).push('variablename' => value,
'access' => access,
'access_element' => access_element,
'access_json' => access_json)
end

View File

@@ -140,7 +140,6 @@
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="access" type="xs:string" default="next"/>
<xs:attribute name="access_element" type="xs:integer"/>
<xs:attribute name="access_json" type="xs:string"/>
</xs:extension>
</xs:simpleContent>