XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] XML Redux, a new mixed content

Do we need a schema? 

@prefix db: <http://docbook.org/ns/docbook>.
@prefix : <http://example.org/dummy> .

{  authors: [
       {name: "Michael Kay", affiliation: "Saxonica"},
       {name: "Liam Quin", affiliation: "W3C"}
    ]
    abstract: <para { style : "bold" }>Here be some dragons</para>
    content: _________
              <db:section { numbers : [1,1,2] }>___
      	         <db:title>Section title</db:title> ___
	         <db:para><db:emphasis
{role:"bold"}>Bold</db:emphasis>__ <db:emphasis {role:italic}>and
italic</db:emphasis></db:para> <db:para>He is <age>101^^integer</age>
	      </db:section>
   meta: [
     {dob: 1991-11-23T12:01Z ^^dateTime}
     {age: 23^^integer}
     {nick: Mike@en-UK}
   ] 
}


How do I say that the <age/> element is of a type?
Declare the element and types in some meta section?
Alt have an external Schema?
Could rng be twisted sufficiently to cover this syntax?

text and mixed in typed data. Is it a problem?


regards 




-- 

regards 

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk


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


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS