Sha256: a3ff17d3f63ce29ccd40eb02bdaab3f0f2d72ce61d88f6036225119953229ce8

Contents?: true

Size: 1.19 KB

Versions: 55

Compression:

Stored size: 1.19 KB

Contents

<?xml version="1.0" encoding="iso-8859-1" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="shiporder">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="orderperson" type="xs:string"/>
        <xs:element name="shipto">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="name" type="xs:string"/>
              <xs:element name="address" type="xs:string"/>
              <xs:element name="city" type="xs:string"/>
              <xs:element name="country" type="xs:string"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="item" maxOccurs="unbounded">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="title" type="xs:string"/>
              <xs:element name="note" type="xs:string" minOccurs="0"/>
              <xs:element name="quantity" type="xs:positiveInteger"/>
              <xs:element name="price" type="xs:decimal"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="orderid" type="xs:string" use="required"/>
    </xs:complexType>
  </xs:element>
</xs:schema>

Version data entries

55 entries across 55 versions & 6 rubygems

Version Path
smile-xml-1.0.5-java src/test/ruby/model/shiporder.xsd
smile-xml-1.0.4-java src/test/ruby/model/shiporder.xsd
dreamcat4-libxml-bindings-0.2.0 test/xml/shiporder.xsd
dreamcat4-libxml-bindings-0.2.1 test/xml/shiporder.xsd
smile-xml-1.0.2-jruby src/test/ruby/model/shiporder.xsd
libxml-ruby-2.3.3-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.3.3 test/model/shiporder.xsd
libxml-ruby-2.3.2 test/model/shiporder.xsd
libxml-ruby-2.3.0-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.3.0 test/model/shiporder.xsd
libxml-ruby-2.2.2-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.2.2 test/model/shiporder.xsd
libxml-ruby-2.2.1-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.2.1 test/model/shiporder.xsd
libxml-ruby-2.2.0-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.2.0 test/model/shiporder.xsd
libxml-ruby-2.1.2-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.1.2 test/model/shiporder.xsd
libxml-ruby-2.1.1-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.1.1 test/model/shiporder.xsd