Sha256: 16ed0be5ff1900e1afe268488d06f34b25a307027b6cf160de9732183cb74a0d

Contents?: true

Size: 1.16 KB

Versions: 10

Compression:

Stored size: 1.16 KB

Contents

<element rngui:version="1.2" name="element" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
  <attribute name="name" rngui:readonly="true" rngui:default="arguments">
    <data type="string"/>
  </attribute>
  <choice>
    <zeroOrMore rngui:label="Create Unnamed Element">
      <element name="element">
        <element name="anyname"/>
        <element name="data">
          <attribute name="type" rngui:label="Type">
            <choice>
              <value>integer</value>
              <value>string</value>
            </choice>
          </attribute>
        </element>
      </element>
    </zeroOrMore>
    <zeroOrMore rngui:label="Create Named Element">
      <element name="element">
        <attribute name="name" rngui:label="Name">
          <data type="string"/>
        </attribute>
        <element name="data">
          <attribute name="type" rngui:label="Type">
            <choice>
              <value>integer</value>
              <value>string</value>
            </choice>
          </attribute>
        </element>
      </element>
    </zeroOrMore>
  </choice>
</element>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cpee-2.0.30 tools/test/js_libs/experiments1/rngtest9.rng
cpee-2.0.28 tools/test/js_libs/experiments1/rngtest9.rng
cpee-2.0.27 tools/test/js_libs/experiments1/rngtest9.rng
cpee-2.0.26 tools/test/js_libs/experiments1/rngtest9.rng
cpee-2.0.25 tools/test/js_libs/experiments1/rngtest9.rng
cpee-2.0.24 tools/test/js_libs/experiments1/rngtest9.rng
cpee-2.0.23 tools/test/js_libs/experiments1/rngtest9.rng
cpee-2.0.22 tools/test/js_libs/experiments1/rngtest9.rng
cpee-2.0.21 tools/test/js_libs/experiments1/rngtest9.rng
cpee-2.0.20 tools/test/js_libs/experiments1/rngtest9.rng