In This Topic
    xdb-examples-extension- Sample 3.xml
    In This Topic
    <?xml version="1.0" encoding="UTF-8"?>
    <Person xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="..\Schema\DerivedByExtension.xsd" >
        <Age>32</Age>
        <HomeAddress xsi:type="CAN_Address">
            <Name>Trevelyn</Name>
            <Street>8185 Great White North Bay</Street>
            <City>Thunder Bay</City>
            <Province>Ontario</Province>
            <PostalCode>M1A 3X9</PostalCode>
        </HomeAddress>
    </Person>