This commit is contained in:
Peter Saint-Andre 2012-06-19 08:34:35 -06:00
parent b2ecea6c1a
commit 8ec0e5fa3f
1 changed files with 2 additions and 2 deletions

View File

@ -535,10 +535,10 @@
<xs:simpleContent> <xs:simpleContent>
<xs:extension base='empty'> <xs:extension base='empty'>
<xs:attribute name='min' <xs:attribute name='min'
type='xs:unsignedInteger' type='xs:unsignedInt'
use='optional'/> use='optional'/>
<xs:attribute name='max' <xs:attribute name='max'
type='xs:unsignedInteger' type='xs:unsignedInt'
use='optional'/> use='optional'/>
</xs:extension> </xs:extension>
</xs:simpleContent> </xs:simpleContent>