Sha256: 77458db3b7a2b2c4dd6b1d438aa4bfb51dff1fc13b487c26b5171e87eaefd8f9

Contents?: true

Size: 508 Bytes

Versions: 45

Compression:

Stored size: 508 Bytes

Contents

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xi="http://www.w3.org/2001/XInclude">
  <xsd:simpleType name="hellopattern">
    <xsd:restriction base="xsd:string">
      <xsd:pattern value="hello .+"/>
    </xsd:restriction>
  </xsd:simpleType>

  <xsd:element name="hellos">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="hello" type="hellopattern" minOccurs="1" maxOccurs="unbounded"/>
      </xsd:sequence>   
    </xsd:complexType>
  </xsd:element>

</xsd:schema> 

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
xml-smart-0.5.3 test/HELLO.xsd
xml-smart-0.5.2 test/HELLO.xsd
xml-smart-0.5.1 test/HELLO.xsd
xml-smart-0.5.0 test/HELLO.xsd
xml-smart-0.4.4 test/HELLO.xsd
xml-smart-0.4.3 test/HELLO.xsd
xml-smart-0.4.2 test/HELLO.xsd
xml-smart-0.4.1 test/HELLO.xsd
xml-smart-0.4.0 test/HELLO.xsd
xml-smart-0.3.22 test/HELLO.xsd
xml-smart-0.3.21 test/HELLO.xsd
xml-smart-0.3.20 test/HELLO.xsd
xml-smart-0.3.19 test/HELLO.xsd
xml-smart-0.3.18 test/HELLO.xsd
xml-smart-0.3.17 test/HELLO.xsd
xml-smart-0.3.16 test/HELLO.xsd
xml-smart-0.3.15 test/HELLO.xsd
xml-smart-0.3.14 test/HELLO.xsd
xml-smart-0.3.12 test/HELLO.xsd
xml-smart-0.3.11 test/HELLO.xsd