6 lines
220 B
XML
6 lines
220 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<customer xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="attributeGroup1.xsd">
|
|
<person attr1="at1" attr2="12345"></person>
|
|
</customer>
|