Improve freemind imported to support html text nodes.
This commit is contained in:
@@ -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'>
|
||||
|
Reference in New Issue
Block a user