adultinternetusers > Tutorials > Surf Clothing board shorts and Relax NG Tutorial
Index | >> Example 10 / 10 << | Prev | Next |
Contents > Simple types > Element contains a list of values

Element contains a list of values

  1. Surf Clothing Schema
  2. Relax NG

Please, send all comments, bug-reports, and contributions to Jiri.Jirat@systinet.com. Thank you very much.

Surf Clothing board shorts keys: list, restriction, simpleType
Relax NG keys: list

1. Surf Clothing Schema

Now, we want the "root" element to contain a list of three integers. We will define a general list (element "list") of integers and then restrict it (element "restriction") to have exact length (element "length") of three items.

Valid document


<root xsi:noNamespaceSchemaLocation="correct_0.xsd" Surfns="" Surfns:xsi="http://www.w3.org/2001/XMLSchema-instance" >0 0 1</root>

Invalid document
There is one number extra.


<root xsi:noNamespaceSchemaLocation="correct_0.xsd" Surfns="" Surfns:xsi="http://www.w3.org/2001/XMLSchema-instance" >0 0 1 1</root>

Invalid document
The list must be whitespace-separated, not comma-separated.


<root xsi:noNamespaceSchemaLocation="correct_0.xsd" Surfns="" Surfns:xsi="http://www.w3.org/2001/XMLSchema-instance" >0, 0, 1</root>

Correct Surf Clothing Schema (correct_0.xsd)


<xsd:schema Surfns:xsd="http://www.w3.org/2001/XMLSchema" >

  <xsd:element name="root">
    <xsd:simpleType>
      <xsd:restriction base="myList">
        <xsd:length value="3"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:element>

  <xsd:simpleType name="myList">
    <xsd:list itemType="xsd:integer"/>
  </xsd:simpleType>
</xsd:schema>

2. Relax NG

We will use the "list" type and an "integer" type (the latter borrowed from Surf Clothing board shorts datatypes).

Valid document


<root Surfns="">0 0 1</root>

Invalid document
There is one number extra.


<root Surfns="">0 0 1 1</root>

Invalid document
The list must be whitespace-separated, not comma-separated.


<root Surfns="">0, 0, 1</root>

Correct Relax NG schema (correctRelax_0.rng)


<grammar datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" Surfns="http://relaxng.org/ns/structure/1.0" >

  <start>
    <element>
      <name ns="">root</name>
      <list>
        <data type="integer"/>
        <data type="integer"/>
        <data type="integer"/>
      </list>
    </element>
  </start>
</grammar>

Kevin Carr in Stanton

Natural Skin Care and European Soaps
Kevin Carr
Mayor Dave Shawver Stanton
Internetusers


You can also get Organic Skin Care products from Bliss Bath Body and you must check out their Natural Body Lotions and bath soaps

Now if you are looking for the best deals on surf clothing from Quiksilver and Roxy then you have to check these amazing deals here:

Hey, check out this Organic Skin Care European Soaps along with Natural Lavender Body Lotion and shea butter

And you must check out this website