unsignedShort_fractionDigits007.xsd revision 779:2b61bfcaa586
1696Spaul<?xml version='1.0'?>
214260Spst<xsd:schema xmlns:xsd='http://www.w3.org/2001/XMLSchema' >
3696Spaul<!-- Schema to test unsignedShort datatype -->
4696Spaul  <xsd:element name='test' type='fooType' />
5696Spaul  <xsd:complexType name='fooType' > 
6696Spaul    <xsd:sequence>
7696Spaul      <xsd:element name='foo' >
8696Spaul        <xsd:simpleType>
9696Spaul          <xsd:restriction base="xsd:unsignedShort">
10696Spaul            <xsd:fractionDigits value="5"/>
11696Spaul            <xsd:totalDigits value="5"/>
12696Spaul          </xsd:restriction>
13696Spaul        </xsd:simpleType>
14696Spaul      </xsd:element>
15696Spaul    </xsd:sequence>
16696Spaul  </xsd:complexType>
171153Sjkh</xsd:schema>
18696Spaul