Sha256: 2ab6e01dfb63a6fa8d203d9d96c85adddef96fb5e7977c7fd7757591721a4971

Contents?: true

Size: 1.43 KB

Versions: 38

Compression:

Stored size: 1.43 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>

<xsd:schema targetNamespace="http://www.w3.org/2001/06/grammar" 
xmlns="http://www.w3.org/2001/06/grammar" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
elementFormDefault="qualified">
 <xsd:annotation>
  <xsd:documentation>SRGS 1.0 Schema (20031204)</xsd:documentation>
 </xsd:annotation>
 <xsd:annotation>
  <xsd:documentation>Copyright 1998-2003 W3C (MIT, ERCIM, Keio),
  All Rights Reserved. Permission to use, copy, modify and
  distribute the SRGS schema and its accompanying documentation
  for any purpose and without fee is hereby granted in
  perpetuity, provided that the above copyright notice and this
  paragraph appear in all copies.  The copyright holders make no
  representation about the suitability of the schema for any purpose. 
  It is provided "as is" without expressed or implied warranty.
  </xsd:documentation>
 </xsd:annotation>
  
   <xsd:redefine schemaLocation="grammar-core.xsd">
    <xsd:annotation>
        <xsd:documentation>restricted grammar type so that version attribute is mandatory</xsd:documentation>
    </xsd:annotation>
        <xsd:complexType name="grammar">
            <xsd:complexContent>
                <xsd:restriction base="grammar">
    <xsd:group ref="grammar.class"/>
    <xsd:attribute name="version" type="Version.datatype" use="required"/>
    </xsd:restriction>
            </xsd:complexContent>
        </xsd:complexType>
    </xsd:redefine>


</xsd:schema>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
ruby_speech-3.0.1-java assets/grammar.xsd
ruby_speech-3.0.1 assets/grammar.xsd
ruby_speech-3.0.0-java assets/grammar.xsd
ruby_speech-3.0.0 assets/grammar.xsd
ruby_speech-2.4.0-java assets/grammar.xsd
ruby_speech-2.4.0 assets/grammar.xsd
ruby_speech-2.3.2-java assets/grammar.xsd
ruby_speech-2.3.2 assets/grammar.xsd
ruby_speech-2.3.1-java assets/grammar.xsd
ruby_speech-2.3.1 assets/grammar.xsd
ruby_speech-2.3.0-java assets/grammar.xsd
ruby_speech-2.3.0 assets/grammar.xsd
ruby_speech-2.2.2-java assets/grammar.xsd
ruby_speech-2.2.2 assets/grammar.xsd
ruby_speech-2.2.1-java assets/grammar.xsd
ruby_speech-2.2.1 assets/grammar.xsd
ruby_speech-2.2.0-java assets/grammar.xsd
ruby_speech-2.2.0 assets/grammar.xsd
ruby_speech-2.1.2-java assets/grammar.xsd
ruby_speech-2.1.2 assets/grammar.xsd