Package pyxsd :: Package elementRepresentatives
[hide private]
[frames] | no frames]

Source Code for Package pyxsd.elementRepresentatives

1   
2  __all__ = ['elementRepresentative','element', 'schema',  
3             'xsdType', 'extension', 'simpleType', 'complexType', 'annotation', 
4             'attributeGroup', 'documentation', 'restriction', 'sequence', 
5             'choice', 'list', 'simpleContent', 'complexContent', 'enumeration', 
6             'pattern', 'length', 'minInclusive', 'maxInclusive', 
7             'minExclusive', 'maxExclusive', 'attribute'] 
8