[go: up one dir, main page]

File: acx.rng

package info (click to toggle)
lttoolbox 3.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,328 kB
  • sloc: cpp: 12,761; ansic: 3,589; python: 391; makefile: 71; sh: 24
file content (21 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<element name="analysis-chars" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  <oneOrMore>
    <element name="char">
      <attribute name="value">
        <data type="token">
          <param name="length">1</param>
        </data>
      </attribute>
      <oneOrMore>
        <element name="equiv-char">
          <attribute name="value">
            <data type="token">
              <param name="length">1</param>
            </data>
          </attribute>
        </element>
      </oneOrMore>
    </element>
  </oneOrMore>
</element>