- 1_8_6_287 (0)
- 1_8_7_72 (0)
- 1_8_7_330 (0)
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125
- 1_9_3_392
- What's this?
This program is copyrighted free software by NAKAMURA, Hiroshi. You can redistribute it and/or modify it under the same terms of Ruby’s license; either the dual license version in 2003, or any later version.
Constants
AnySimpleTypeName = QName.new(Namespace, AnySimpleTypeLiteral)
AnyTypeName = QName.new(Namespace, AnyTypeLiteral)
AttrNilName = QName.new(InstanceNamespace, NilLiteral)
AttrTypeName = QName.new(InstanceNamespace, AttrType)
PositiveIntegerLiteral = 'positiveInteger'
UnsignedByteLiteral = 'unsignedByte'
UnsignedShortLiteral = 'unsignedShort'
UnsignedIntLiteral = 'unsignedInt'
UnsignedLongLiteral = 'unsignedLong'
NonNegativeIntegerLiteral = 'nonNegativeInteger'
ByteLiteral = 'byte'
ShortLiteral = 'short'
IntLiteral = 'int'
LongLiteral = 'long'
NegativeIntegerLiteral = 'negativeInteger'
NonPositiveIntegerLiteral = 'nonPositiveInteger'
IntegerLiteral = 'integer'
NormalizedStringLiteral = 'normalizedString'
QNameLiteral = 'QName'
AnyURILiteral = 'anyURI'
Base64BinaryLiteral = 'base64Binary'
HexBinaryLiteral = 'hexBinary'
GMonthLiteral = 'gMonth'
GDayLiteral = 'gDay'
GMonthDayLiteral = 'gMonthDay'
GYearLiteral = 'gYear'
GYearMonthLiteral = 'gYearMonth'
DateLiteral = 'date'
TimeLiteral = 'time'
DateTimeLiteral = 'dateTime'
DurationLiteral = 'duration'
DoubleLiteral = 'double'
FloatLiteral = 'float'
DecimalLiteral = 'decimal'
BooleanLiteral = 'boolean'
StringLiteral = 'string'
NilLiteral = 'nil'
AnySimpleTypeLiteral = 'anySimpleType'
AnyTypeLiteral = 'anyType'
NilValue = 'true'
AttrType = 'type'
InstanceNamespace = 'http://www.w3.org/2001/XMLSchema-instance'
Namespace = 'http://www.w3.org/2001/XMLSchema'


