Sha256: 9088236023dc77d0bb2ed0cd1e78169b7bce8b6876ea1882d6b2f5c0f18f92c7

Contents?: true

Size: 609 Bytes

Versions: 98

Compression:

Stored size: 609 Bytes

Contents

<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  <define name="arbitrary" combine="choice">
    <zeroOrMore>
      <choice>
        <text/>
        <ref name="any"/>
      </choice>
    </zeroOrMore>
  </define>
  <define name="any" combine="choice">
    <element>
      <anyName/>
      <zeroOrMore>
        <attribute>
          <anyName/>
        </attribute>
      </zeroOrMore>
      <zeroOrMore>
        <choice>
          <text/>
          <ref name="any"/>
        </choice>
      </zeroOrMore>
    </element>
  </define>
</grammar>

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
cpee-2.1.79 lib/properties/arbitrary.rng
cpee-2.1.78 lib/properties/arbitrary.rng
cpee-2.1.77 lib/properties/arbitrary.rng
cpee-2.1.75 lib/properties/arbitrary.rng
cpee-2.1.74 lib/properties/arbitrary.rng
cpee-2.1.73 lib/properties/arbitrary.rng
cpee-2.1.71 lib/properties/arbitrary.rng
cpee-2.1.70 lib/properties/arbitrary.rng
cpee-2.1.69 lib/properties/arbitrary.rng
cpee-2.1.68 lib/properties/arbitrary.rng
cpee-2.1.67 lib/properties/arbitrary.rng
cpee-2.1.66 lib/properties/arbitrary.rng
cpee-2.1.64 lib/properties/arbitrary.rng
cpee-2.1.63 lib/properties/arbitrary.rng
cpee-2.1.62 lib/properties/arbitrary.rng
cpee-2.1.61 lib/properties/arbitrary.rng
cpee-2.1.60 lib/properties/arbitrary.rng
cpee-2.1.59 lib/properties/arbitrary.rng
cpee-2.1.58 lib/properties/arbitrary.rng
cpee-2.1.57 lib/properties/arbitrary.rng