RE: [xml-dev] #Announce published JXML schema, an XML schema for representing the JSON data model

From
David Lee <>
To
Date
2011-02-03T16:47:21Z
ID
<[email protected]>
Thread
RE: [xml-dev] #Announce published JXML schema, an XML schema for representing the JSON data model
Good question.
But in JSON arrays can be of any value type e.g.

[  "string" , 123, null , { "foo": "bar" } ]




----------------------------------------
David A. Lee

http://www.xmlsh.org


-----Original Message-----
From: Stephen Green [mailto:] 
Sent: Thursday, February 03, 2011 11:41 AM
To: David Lee
Cc: 
Subject: Re: [xml-dev] #Announce published JXML schema, an XML schema for
representing the JSON data model


With the 'array', the schema allows array members of different
datatypes; shouldn't it be enforced that they all be the same type?

----
Stephen D Green