/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-11 13:24:01 UTC
  • mto: This revision was merged to the branch mainline in revision 353.
  • Revision ID: vchernov@inr.ru-20160211132401-w37eyhdwxj87vvmv
Change no_set_check parameter name. Move Python wrap to separate directory.

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="no_set_check" type="bool_t" default="0"/>
 
62
    <xsd:attribute name="write_verification" type="bool_t" default="1"/>
63
63
    <xsd:attribute name="visible" type="bool_t" default="0" />
64
64
    <xsd:attribute name="description" type="xsd:string" />
65
65
  </xsd:complexType>