Sha256: 6839695fa5ab69a8e67a68ee216b52a79fcdd313d7c737b92bc2e614dcb45383

Contents?: true

Size: 452 Bytes

Versions: 2

Compression:

Stored size: 452 Bytes

Contents

<element name="hellos" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0">
  <oneOrMore>
    <element name="hello">
      <data type="string">
        <param name="pattern">hello .+</param>
      </data>
    </element>
  </oneOrMore>  
  <element name="include" ns="http://www.w3.org/2001/XInclude">
    <attribute name="href">
      <data type="anyURI"/>
    </attribute>
  </element> 
</element>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-xml-smart-0.1.12.1-i486-linux examples/HELLO.rng
ruby-xml-smart-0.1.12-i486-linux examples/HELLO.rng