Package Bio :: Package EUtils :: Package DTDs :: Module ePost_020511
[hide private]
[frames] | no frames]

Source Code for Module Bio.EUtils.DTDs.ePost_020511

 1  #!/usr/bin/env python 
 2   
 3  # This file generated by a program. do not edit. 
 4  import Bio.EUtils.POM 
 5   
 6  #      
 7  #                 This is the Current DTD for Entrez ePost 
 8  # $Id: ePost_020511.py,v 1.3 2007/07/21 14:55:33 mdehoon Exp $ 
 9  #  
10  #  
11  #  =================================================================  
12 -class QueryKey(Bio.EUtils.POM.ElementNode):
13 CONTENTMODEL = Bio.EUtils.POM.ContentModel(('', [('#PCDATA', '')], ''))
14 15 16 # \d+
17 -class WebEnv(Bio.EUtils.POM.ElementNode):
18 CONTENTMODEL = Bio.EUtils.POM.ContentModel(('', [('#PCDATA', '')], ''))
19 20 21 # \S+
22 -class ERROR(Bio.EUtils.POM.ElementNode):
23 CONTENTMODEL = Bio.EUtils.POM.ContentModel(('', [('#PCDATA', '')], ''))
24 25 26 # .+ 27 # Added by Andrew Dalke (dalke@dalkescientific.com) to support 28 # the new InvalidIdList interface
29 -class Id(Bio.EUtils.POM.ElementNode):
30 CONTENTMODEL = Bio.EUtils.POM.ContentModel(('', [('#PCDATA', '')], ''))
31 32 33 # .+
34 -class InvalidIdList(Bio.EUtils.POM.ElementNode):
35 CONTENTMODEL = Bio.EUtils.POM.ContentModel(('', [(u'Id', u'*')], ''))
36 37
38 -class ePostResult(Bio.EUtils.POM.ElementNode):
39 CONTENTMODEL = Bio.EUtils.POM.ContentModel((u'|', [(u',', [(u'QueryKey', ''), (u'InvalidIdList', u'?'), (u'WebEnv', '')], ''), (u'ERROR', '')], ''))
40