#!/usr/bin/python # This file generated by a program. do not edit. import Bio.EUtils.POM # # This is the Current DTD for Entrez ePost # $Id: ePost_020511.py,v 1.2 2003/06/13 02:08:57 chapmanb Exp $ # # # ================================================================= class QueryKey(Bio.EUtils.POM.ElementNode): CONTENTMODEL = Bio.EUtils.POM.ContentModel(('', [('#PCDATA', '')], '')) # \d+ class WebEnv(Bio.EUtils.POM.ElementNode): CONTENTMODEL = Bio.EUtils.POM.ContentModel(('', [('#PCDATA', '')], '')) # \S+ class ERROR(Bio.EUtils.POM.ElementNode): CONTENTMODEL = Bio.EUtils.POM.ContentModel(('', [('#PCDATA', '')], '')) # .+ # Added by Andrew Dalke (dalke@dalkescientific.com) to support # the new InvalidIdList interface class Id(Bio.EUtils.POM.ElementNode): CONTENTMODEL = Bio.EUtils.POM.ContentModel(('', [('#PCDATA', '')], '')) # .+ class InvalidIdList(Bio.EUtils.POM.ElementNode): CONTENTMODEL = Bio.EUtils.POM.ContentModel(('', [(u'Id', u'*')], '')) class ePostResult(Bio.EUtils.POM.ElementNode): CONTENTMODEL = Bio.EUtils.POM.ContentModel((u'|', [(u',', [(u'QueryKey', ''), (u'InvalidIdList', u'?'), (u'WebEnv', '')], ''), (u'ERROR', '')], ''))