xquery/trunk/XQuery__TypeXSAnyAtomicType.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 08 Apr 2008 19:47:42 +0000
changeset 0 5057afe1ec87
child 232 9d8fd28b99b0
permissions -rw-r--r--
Initial import from CVS

"{ Package: 'stx:goodies/xmlsuite/xquery' }"

"{ NameSpace: XQuery }"

TypeItem subclass:#TypeXSAnyAtomicType
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'XQuery-Types'
!


!TypeXSAnyAtomicType methodsFor:'accessing'!

typeName
    "Superclass says that I am responsible to implement this method"

    ^'xs:anyAtomicType'

    "Created: / 05-12-2007 / 20:52:53 / janfrog"
! !

!TypeXSAnyAtomicType class methodsFor:'documentation'!

version
    ^ '$Header: /opt/data/cvs/stx/goodies/xmlsuite/xquery/XQuery__TypeXSAnyAtomicType.st,v 1.1 2007-12-05 21:08:09 vranyj1 Exp $'
! !