/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-05 11:33:48 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160205113348-l4gmpvm9df3n22sx
Add support for python script properties. Correct pcilib python wrapping. Update examples. Update cmakelists for work in shadow build mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        </xsd:extension>
75
75
    </xsd:complexContent>
76
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
          <xsd:attribute name="script" type="xsd:string" />
 
84
          <!-- xsd 1.1 <xsd:assert test="(@path and not(@name)) or (not(@path) and @name)"/> -->
 
85
        </xsd:extension>
 
86
    </xsd:complexContent>
 
87
  </xsd:complexType>
77
88
 
78
89
  <xsd:complexType name="pcilib_enum_view_t">
79
90
    <xsd:complexContent>