Mega Code Archive

 
Categories / XML Tutorial / XML Schema
 

For an event that occurs on the same day of each month, use xsd

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="payday" type="xs:recurringDay" /> </xs:schema> File: Data.xml <?xml version="1.0"?> <payday>---30</payday>