added missing simpleType

This commit is contained in:
Peter Saint-Andre 2012-06-19 08:35:58 -06:00
parent 8ec0e5fa3f
commit 781939a798
1 changed files with 6 additions and 0 deletions

View File

@ -7083,6 +7083,12 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings
</xs:complexType>
</xs:element>
<xs:simpleType name='empty'>
<xs:restriction base='xs:string'>
<xs:enumeration value=''/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
]]></code>
</section2>