<?xml version="1.0"?>
<schema targetNamespace="http://ws.infotorg.no/xml/Brreg/EBR/2008-05-07/EBR.xsd"
    xmlns:tns="http://ws.infotorg.no/xml/Brreg/EBR/2008-05-07/EBR.xsd"
    xmlns="http://www.w3.org/2001/XMLSchema">

    <annotation>
        <documentation xml:lang="no">
            Datatyper for EBR.

            © 2008 ErgoGroup AS
            Forfatter: Dag Lem &lt;dag@nimrod.no&gt;
        </documentation>
    </annotation>

    <element name="hentEkstern">
        <complexType/>
    </element>

    <complexType name="redirect">
        <sequence>
            <element name="url" type="string"/>
            <element name="method" type="string"/>
            <element name="parametre">
                <complexType>
                    <sequence>
                        <element name="parameter" minOccurs="0" maxOccurs="unbounded">
                            <complexType>
                                <sequence>
                                    <element name="kode" type="string"/>
                                    <element name="verdi" type="string"/>
                                </sequence>
                            </complexType>
                        </element>
                    </sequence>
                </complexType>
            </element>
        </sequence>
    </complexType>

    <element name="Ekstern" type="tns:redirect"/>
</schema>
