- From: Dan Connolly <connolly@w3.org>
- Date: Thu, 11 Oct 2001 15:27:20 -0500
- To: "Peter F. Patel-Schneider" <pfps@research.bell-labs.com>
- CC: phayes@ai.uwf.edu, joint-committee@daml.org, w3c-rdfcore-wg@w3.org
"Peter F. Patel-Schneider" wrote: [...] > Typing through local type names: > > The following should be satisfiable: > > <Person rdf:ID="Mary"> > <streetAddress xsi:type="xsd:string">05</streetAddress> > <age xsi:type="xsd:integer">06</age> > </Person> What language is that? I can't parse it as RDF 1.0. [...] > Typing from XML Schema: > > The following should be allowed: > > <xsd:element name="item"> > <xsd:complexType> > <xsd:sequence> > <xsd:element name="quantity" type="xsd:integer"> > </xsd:sequence> > </xsd:complexType> > </xsd:element name="item"> > > <item> > <quantity>1</quantity> > </item> Likewise, I can't tell what language that's supposed to be either. -- Dan Connolly, W3C http://www.w3.org/People/Connolly/
Received on Thursday, 11 October 2001 16:27:26 UTC