Mega Code Archive

 
Categories / XML Tutorial / XML Schema
 

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

File: Schema.xsd <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"   targetNamespace="http://www.rntsoft.com" xmlns="http://www.rntsoft.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>