- From: Loren Cahlander <loren.cahlander@gmail.com>
- Date: Tue, 4 Nov 2014 19:26:07 -0500
- To: core <public-xml-core-wg@w3.org>
Received on Wednesday, 5 November 2014 00:26:32 UTC
Hello folks,
I am in a quandary. I am trying to to see how to refer to the value of the version attribute in an XSD in an XML instance.
<schema xmlns="http://www.w3.org/1999/XMLSchema <http://www.w3.org/1999/XMLSchema>"
targetNamespace="urn:person-schema” version=“5">
...
</schema>
The instance can have:
xmlns:xsi="http://www.w3.org/1999/XMLSchema/instance <http://www.w3.org/1999/XMLSchema/instance>"
xsi:schemaLocation="urn:person-schema
urn:person-schema/person-schema.xsd"
How is the version attribute from the XSD to be carried to the XML instance? I cannot find anything out there.
Why don’t we have xsi:schemaVersion?
Thanks,
Loren
Received on Wednesday, 5 November 2014 00:26:32 UTC