Remember that 19 refers to the 20th century, the years from 1900-1999 : century « XML Schema « XML Tutorial






File: Schema.xsd

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://www.java2s.com" xmlns="http://www.java2s.com"
  elementFormDefault="qualified">

  <xs:element name="greatest_loss" type="xs:century" />

</xs:schema>


File: Data.xml
<?xml version="1.0"?>
<greatest_loss>19</greatest_loss>








3.6.century
3.6.1.Remember that 19 refers to the 20th century, the years from 1900-1999