Sha256: 97890a9272c33fae0f094114b84b388261c0d3470362b0b40507403140095888

Contents?: true

Size: 1.21 KB

Versions: 30

Compression:

Stored size: 1.21 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

30 entries across 30 versions & 5 rubygems

Version Path
libxml-jruby-modified-1.0.2-jruby test/model/shiporder.xsd
libxml-jruby-modified-1.0.1-jruby test/model/shiporder.xsd
smile-xml-1.0.3-java src/test/ruby/model/shiporder.xsd
smile-xml-1.0.3-jruby src/test/ruby/model/shiporder.xsd
libxml-fixed-jruby-1.0.0-jruby test/model/shiporder.xsd
libxml-jruby-fixed-1.0.0-jruby test/model/shiporder.xsd
libxml-ruby-0.8.2-x86-mswin32-60 test/model/shiporder.xsd
libxml-ruby-0.8.0 test/model/shiporder.xsd
libxml-ruby-0.8.1-x86-mswin32-60 test/model/shiporder.xsd
libxml-ruby-0.8.1 test/model/shiporder.xsd
libxml-ruby-0.8.2 test/model/shiporder.xsd
libxml-ruby-0.8.0-x86-mswin32-60 test/model/shiporder.xsd
libxml-ruby-0.9.2 test/model/shiporder.xsd
libxml-ruby-0.9.1-x86-mswin32-60 test/model/shiporder.xsd
libxml-ruby-0.8.3 test/model/shiporder.xsd
libxml-ruby-0.8.3-x86-mswin32-60 test/model/shiporder.xsd
libxml-ruby-0.9.0 test/model/shiporder.xsd
libxml-ruby-0.9.0-x86-mswin32-60 test/model/shiporder.xsd
libxml-ruby-0.9.1 test/model/shiporder.xsd
libxml-ruby-0.9.2-x86-mswin32-60 test/model/shiporder.xsd