source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/xsd/datatypes1999.rb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 671 bytes
Line 
1# XSD4R - XML Schema Datatype 1999 support
2# Copyright (C) 2001, 2003 NAKAMURA, Hiroshi <[email protected]>.
3
4# This program is copyrighted free software by NAKAMURA, Hiroshi. You can
5# redistribute it and/or modify it under the same terms of Ruby's license;
6# either the dual license version in 2003, or any later version.
7
8
9require 'xsd/datatypes'
10
11
12module XSD
13 Namespace.replace('http://www.w3.org/1999/XMLSchema')
14 InstanceNamespace.replace('http://www.w3.org/1999/XMLSchema-instance')
15 AnyTypeLiteral.replace('ur-type')
16 AnySimpleTypeLiteral.replace('ur-type')
17 NilLiteral.replace('null')
18 NilValue.replace('1')
19 DateTimeLiteral.replace('timeInstant')
20end
Note: See TracBrowser for help on using the repository browser.