root/branches/1.3/generator/resources/xsd/custom_datatypes.xsd

Revision 224, 229 bytes (checked in by ron, 3 years ago)

Alternative XML Schema for the schema file, currently not used by anything but is to replace the current DTD. (Part of ticket #134)

  • Property svn:executable set to *
Line 
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
4         <xs:simpleType name='custom_datatypes'>
5                 <xs:restriction base='xs:string'>
6                 </xs:restriction>
7         </xs:simpleType>
8 </xs:schema>
Note: See TracBrowser for help on using the browser.