/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to xml/types.xsd

  • Committer: Vasilii Chernov
  • Date: 2016-02-08 10:55:33 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160208105533-fl0uue3ukv6di13b
Add support for setting register value to script transfrom. Add set_property and get_property functions to pcipywrap. Cleaning cmakelists from unused dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
          <xsd:attribute name="register" type="xsd:string" />
71
71
          <xsd:attribute name="read_from_register" type="xsd:string" />
72
72
          <xsd:attribute name="write_to_register" type="xsd:string" />
73
 
          <!-- xsd 1.1 <xsd:assert test="(@path and not(@name)) or (not(@path) and @name)"/> -->
74
 
        </xsd:extension>
75
 
    </xsd:complexContent>
76
 
  </xsd:complexType>
77
 
  
78
 
  <xsd:complexType name="pcilib_script_view_t">
79
 
    <xsd:complexContent>
80
 
        <xsd:extension base="pcilib_view_t">
81
 
          <xsd:attribute name="path" type="xsd:string" />
82
 
          <xsd:attribute name="register" type="xsd:string" />
83
73
          <xsd:attribute name="script" type="xsd:string" />
84
74
          <!-- xsd 1.1 <xsd:assert test="(@path and not(@name)) or (not(@path) and @name)"/> -->
85
75
        </xsd:extension>