/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: 2015-10-19 04:59:53 UTC
  • Revision ID: csa@suren.me-20151019045953-h4ur2flqzf3ky412
Provide register listings in public API

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      </xsd:sequence>
42
42
      <xsd:attribute name="offset" type="uint8_t"/>
43
43
      <xsd:attribute name="size" type="uint8_t"/>
 
44
      <xsd:attribute name="default" type="pcilib_register_value_t" default="0" />
 
45
      <xsd:attribute name="min" type="pcilib_register_value_t" />
 
46
      <xsd:attribute name="max" type="pcilib_register_value_t"/>
44
47
      <xsd:attribute name="mode" type="pcilib_register_mode_t"/>
45
48
      <xsd:attribute name="name" type="xsd:ID" use="required" />
46
49
      <xsd:attribute name="description" type="xsd:string" />