/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: Suren A. Chilingaryan
  • Date: 2016-02-23 06:20:33 UTC
  • mfrom: (346.1.18 pcitool)
  • Revision ID: csa@suren.me-20160223062033-mz8qkpm1a2oioveb
Merge Python scripting support from Vasiliy Chernov

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    <xsd:attribute name="unit" type="xsd:string" />
60
60
    <xsd:attribute name="type" type="pcilib_data_type_t" />
61
61
    <xsd:attribute name="mode" type="pcilib_access_mode_t" />
 
62
    <xsd:attribute name="write_verification" type="bool_t" default="1"/>
62
63
    <xsd:attribute name="visible" type="bool_t" default="0" />
63
64
    <xsd:attribute name="description" type="xsd:string" />
64
65
  </xsd:complexType>
70
71
          <xsd:attribute name="register" type="xsd:string" />
71
72
          <xsd:attribute name="read_from_register" type="xsd:string" />
72
73
          <xsd:attribute name="write_to_register" type="xsd:string" />
 
74
          <xsd:attribute name="script" type="xsd:string" />
73
75
          <!-- xsd 1.1 <xsd:assert test="(@path and not(@name)) or (not(@path) and @name)"/> -->
74
76
        </xsd:extension>
75
77
    </xsd:complexContent>