Improve freemind imported to support html text nodes.

This commit is contained in:
Paulo Gustavo Veiga
2012-09-29 15:27:16 -03:00
parent 295fbba387
commit 9985384a7f
9 changed files with 647 additions and 146 deletions

View File

@@ -74,20 +74,11 @@
</xs:complexType>
</xs:element>
<xs:element name='html'>
<xs:complexType>
<xs:sequence>
<!--Anything that is valid XML, but should be http://www.w3.org/1999/xhtml -->
<xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name='richcontent'>
<xs:complexType>
<!-- And contains XHTML as unique child:-->
<xs:sequence>
<xs:element ref='html' minOccurs='1' maxOccurs='1'/>
<xs:element name='html' minOccurs='1' maxOccurs='1' type="xs:anyType"/>
</xs:sequence>
<!--Currently, only NODE or NOTE is allowed.-->
<xs:attribute name='TYPE' use='required'>