File: chirp_banks.rng

package info (click to toggle)
chirp 1%3A20200227%2Bpy3%2B20200213-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,568 kB
  • sloc: python: 95,766; ansic: 296; sh: 184; makefile: 40
file content (11 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  <define name="bankType">
    <attribute name="id">
      <data type="nonNegativeInteger"/>
    </attribute>
    <attribute name="label">
      <data type="string"/>
    </attribute>
  </define>
</grammar>