Skip to content

Instantly share code, notes, and snippets.

@asicfr
Created November 13, 2012 10:16
Show Gist options
  • Save asicfr/4065032 to your computer and use it in GitHub Desktop.
Save asicfr/4065032 to your computer and use it in GitHub Desktop.
ID et IDREF xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<delivery xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="other.xsd">
<customer id="K123">
<name>toto</name>
</customer>
<order>
<customerRef>K123</customerRef>
</order>
</delivery>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment