Created
November 13, 2012 10:16
-
-
Save asicfr/4065032 to your computer and use it in GitHub Desktop.
ID et IDREF xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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