Home | Trees | Index | Help |
|
---|
Package Pyblio :: Module Schema :: Class TxoItem |
|
object
--+
|
TxoItem
Definition of a taxonomy item.
This item can then be reused as the argument forAttribute.Txo
creation. A taxonomy item can
be seen as a value in a enumeration of possible values. Compared to a
simple enumeration, it has the additional property of being
hierachical. For instance, you could define a taxonomy of document
types:
- publication - article - peer-reviewed - not peer-reviewed - conference paper - unpublished - report...and use this taxonomy to fill an attribute of your records. If you use
Pyblio.Query
to search for the item
article, you will retrieve all the records which contain one of
article, peer-reviewed or not peer-reviewed.
Method Summary | |
---|---|
__init__(self)
| |
__repr__(self)
| |
xmlwrite(self,
fd,
space)
| |
_name_get(self)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Property Summary | |
---|---|
name |
Property Details |
---|
name
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006 | http://epydoc.sf.net |