1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00
This commit is contained in:
Peter Saint-Andre 2012-06-19 08:34:35 -06:00
parent b2ecea6c1a
commit 8ec0e5fa3f

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>