Problem with recursive XML schema
Having trouble installing Oxygen? Got a bug to report? Post it all here.
Problem with recursive XML schema
Post by zas »
Hi
when I create an XML and assign the following XML schema I cannot choose a document root from the combo box.
If I assign the schema by hand I cannot type '<' after '</name>'.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="sub">
<xs:sequence>
<xs:element name="name" type="xs:string" nillable="true"/>
<xs:element name="owner" type="sub" nillable="true"/>
</xs:sequence>
</xs:complexType>
<xs:element name="root" type="sub"/>
</xs:schema>
Without the 'owner' element it works fine.
Best Regards
Stephan
when I create an XML and assign the following XML schema I cannot choose a document root from the combo box.
If I assign the schema by hand I cannot type '<' after '</name>'.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="sub">
<xs:sequence>
<xs:element name="name" type="xs:string" nillable="true"/>
<xs:element name="owner" type="sub" nillable="true"/>
</xs:sequence>
</xs:complexType>
<xs:element name="root" type="sub"/>
</xs:schema>
Without the 'owner' element it works fine.
Best Regards
Stephan
-
- Site Admin
- Posts: 2095
- Joined: Thu Jan 09, 2003 2:58 pm
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service