Skip to content. | Skip to navigation

Personal tools
Sections
You are here: Home Members Eric Jahn can standards Extended Instance v.01x

Extended Instance v.01x

This is an XML instance of the example extended v.01x schema, just to verify that everything works.

extend_redcross_instance.xml — Extensible Markup Language (XML), 543 bytes

File contents

<?xml version="1.0" encoding="UTF-8"?>
<ext:Address xmlns:ext="http://www.redcross.org/schema/extend_redcross.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:rc="http://www.redcross.org/schema/redcross.xsd"
    xsi:schemaLocation="http://www.redcross.org/schema/extend_redcross.xsd file:/home/eric/workspace/HSXML/extend_redcross.xsd">
    <rc:Line1>1024 Elm Street</rc:Line1>      
<!--    Here is our element extending the standard HUD HMIS Client information:-->
    <ext:Planet>Earth</ext:Planet>
</ext:Address>