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
libxml-ruby-2.1.0-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.1.0 test/model/shiporder.xsd
libxml-ruby-2.0.9-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.0.9 test/model/shiporder.xsd
libxml-ruby-2.0.6-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.0.6 test/model/shiporder.xsd
libxml-ruby-2.0.5-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.0.5 test/model/shiporder.xsd
libxml-ruby-2.0.4-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.0.4 test/model/shiporder.xsd
libxml-ruby-2.0.3-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.0.3 test/model/shiporder.xsd
libxml-ruby-2.0.2-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.0.2 test/model/shiporder.xsd
libxml-ruby-2.0.0-x86-mingw32 test/model/shiporder.xsd
libxml-ruby-2.0.0 test/model/shiporder.xsd
libxml-ruby-r19mingw-1.1.4 test/model/shiporder.xsd
libxml-ruby-1.1.4 test/model/shiporder.xsd
libxml-ruby-1.1.4-x86-mswin32-60 test/model/shiporder.xsd
coupa-libxml-ruby-1.1.4 test/model/shiporder.xsd