OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

relax-ng message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: [relax-ng] Trang XSD output


I was a little surprised that elements with <text/> content were translated
to have mixed content in the Trang XSD output. For example:

<element name="day">
 <text/>
</element>

becomes

<xs:element name="day">
  <xs:complexType mixed="true"/>
</xs:element>

which is an implicit anyType.

I suppose this is an early, alpha version approach that will fade away in
later versions. Am I right?

Mike



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC