hallo list for my work to create an XML-Schema to validate an RDF-Document i got following problem: for example i reference "creator" and "date" form the appropriate XML-Schema, but i need the "xsi:type" to specify that "creator" is from a derived type and this type has the child-element "Description" (because the original XML-Schema for "creator" i canīt change) <rdf:Description xsi:type="ed:FormlessLetterDescription"> <dc:creator xsi:type="ed:SubDescription"> <rdf:Description xsi:type="ed:CreatorRefinement"> <vCard:fn>Ursula Bartels</vCard:fn> </rdf:Description> </dc:creator> <dc:date xsi:type="ed:SubDescription"> <rdf:Description xsi:type="ed:DateRefinement"> dcterms:created>2003-02-03</dcterms:created> </rdf:Description> </dc:date> </rdf:Description> now i have the problem, that the RDF-Parser donīt like this "xsi:type". what could i do? thanks in advance Ursula Bartels MSK GESELLSCHAFT FUER AUTOMATISIERUNG MBH Friedrich-Ebert-Allee 33 22869 Schenefeld Germany Telefon +49 40 839 286 15 Telefax +49 40 839 286 29 e-mail bartels@mskgmbh.com www.1dok.orgReceived on Monday, 3 March 2003 11:01:41 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:51:58 GMT