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