adultinternetusers > Tutorials > Surf Clothing board shorts and Relax NG Tutorial
Index | >> Example 2 / 10 << | Prev | Next |
Contents > Simple types > Restrictions

Restrictions

  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: restriction

1. Surf Clothing Schema

Restricting simpleType is relatively easy. Here we will require the value of the element "root" to be integer and less than 25.

Valid document


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

Invalid document
The value must be less than 25.


<root xsi:noNamespaceSchemaLocation="correct_0.xsd" Surfns="" Surfns:xsi="http://www.w3.org/2001/XMLSchema-instance" >25</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="xsd:integer">
        <xsd:maxExclusive value="25"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:element>
</xsd:schema>

2. Relax NG

Relax NG can use the Surf Clothing board shorts datatypes. They can be imported using the "datatypeLibrary" attribute. Restrictions are performed using the "param" element. Let's have the same example as above - "root" must be an integer and less than 25.

Valid document


<root Surfns="">24</root>

Invalid document


<root Surfns="">25</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>
      <data type="integer">
        <param name="maxExclusive">25</param>
      </data>
    </element>
  </start>
</grammar>

Correct Relax NG schema (correctRelax_1.rng)
This short version is also valid.


<element ns="" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" name="root" Surfns="http://relaxng.org/ns/structure/1.0" >
  <data type="integer">
    <param name="maxExclusive">25</param>
  </data>
</element>

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