In This Topic
    xdb-examples-extension- Sample 2.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="GBR_Address">
            <Name>Joe Bloggs</Name>
            <Street>The Head row</Street>
            <City>Leeds</City>
            <County>West Yorkshire</County>
            <PostCode>LS8 4BD</PostCode>
        </HomeAddress>
    </Person>