<?xml version="1.0" encoding="UTF-8"?>
<schema
    xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:tns="http://minameddelanden.gov.se/service/Distributor/schema/v4"
    xmlns:common="http://minameddelanden.gov.se/schema/Common/v4"
    xmlns:ofm="http://minameddelanden.gov.se/schema/OfficialMatter/v4"
    xmlns:sig="http://www.w3.org/2000/09/xmldsig#"
    targetNamespace="http://minameddelanden.gov.se/service/Distributor/schema/v4"
    elementFormDefault="qualified"
    version="4.0">

    <import namespace="http://minameddelanden.gov.se/schema/Common/v4"
            schemaLocation="Common.xsd"/>
    <import namespace="http://minameddelanden.gov.se/schema/OfficialMatter/v4"
            schemaLocation="OfficialMatter.xsd"/>
    <import namespace="http://www.w3.org/2000/09/xmldsig#"
            schemaLocation="../xmldsig-core-schema.xsd"/>

    <element name="notificationDelivery">
        <annotation>
            <documentation xml:lang="en"></documentation>
            <documentation xml:lang="sv">En försändelse av säkerhetsklass 1.</documentation>
        </annotation>
        <complexType>
            <sequence>
                <element name="notificationMessage">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Ett meddelande av säkerhetsklass 1.</documentation>
                    </annotation>
                    <complexType>
                        <sequence>
                            <element name="messageHeader">
                                <annotation>
                                    <documentation xml:lang="en"></documentation>
                                    <documentation xml:lang="sv">Metadata om meddelandet.</documentation>
                                </annotation>
                                <complexType>
                                    <sequence>
                                        <element ref="common:senderId">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Avsändarens identitet.</documentation>
                                            </annotation>
                                        </element>
                                        <element ref="common:recipientId" maxOccurs="1000">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Mottagarens identitet(er).
                                                    Kan vara upp till 1000 mottagare av samma meddelande,
                                                    detta förutsätter självklart att det inte är personlig
                                                    information i meddelandeinnehållet.
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element ref="common:messageId">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Unikt meddelandeID för
                                                    spårbarhet.
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="reference" type="string" minOccurs="0">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Specifikation för avsändarens interna
                                                    kostnadsfördelning efter fakturering. Max 50
                                                    tecken längd
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="correlationId" type="string" minOccurs="0">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Frivillig referens till t.ex. ett
                                                    ärende hos avsändaren. Kan användas vid framtida
                                                    korrespondens.
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="attention" type="string" minOccurs="0">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Underadress hos mottagaren. Kan tex
                                                    vara en avdelning hos en myndighet.
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="Subject">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Rubriktext Max antal
                                                    tecken 255.
                                                </documentation>
                                            </annotation>
                                            <simpleType>
                                                <restriction base="string">
                                                    <maxLength value="255"/>
                                                </restriction>
                                            </simpleType>
                                        </element>
                                        <element name="supportInfo">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Information om vart användaren
                                                    skall vända sig vid behov av support kring meddelandet.
                                                </documentation>
                                            </annotation>
                                            <complexType>
                                                <sequence>
                                                    <element name="Text">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">Beskrivande text om var man
                                                                kan vända sig vid behov av support.
                                                                Max antal tecken 1024
                                                            </documentation>
                                                        </annotation>
                                                        <simpleType>
                                                            <restriction base="string">
                                                                <maxLength value="1024"/>
                                                            </restriction>
                                                        </simpleType>
                                                    </element>
                                                    <element name="URL" minOccurs="0">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">URL som pekar på en
                                                                webbplats/e-tjänst eller
                                                                liknande som kan användas vid mer information
                                                                för ett meddelande. Max antal tecken 255.
                                                            </documentation>
                                                        </annotation>
                                                        <simpleType>
                                                            <restriction base="anyURI">
                                                                <maxLength value="255"/>
                                                            </restriction>
                                                        </simpleType>
                                                    </element>
                                                    <element name="PhoneNumber" minOccurs="0">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">Mobiltelefonnummer.
                                                                Max antal tecken 255.
                                                            </documentation>
                                                        </annotation>
                                                        <simpleType>
                                                            <restriction base="string">
                                                                <maxLength value="255"/>
                                                            </restriction>
                                                        </simpleType>
                                                    </element>
                                                    <element name="emailAddress" type="common:emailAddress"
                                                             minOccurs="0">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">E-post adress dit frågor kan
                                                                skickas avseende ett meddelande.
                                                            </documentation>
                                                        </annotation>
                                                    </element>
                                                </sequence>
                                            </complexType>
                                        </element>
                                        <element name="officialMatter" minOccurs="0">
                                            <annotation>
                                                <documentation xml:lang="en">Covers event information regarding an
                                                    event in an official matter. If present, this message is an
                                                    event message regarding an official matter. In the
                                                    documentation this is named "Kundarende".
                                                </documentation>
                                                <documentation xml:lang="sv">Ärendeinformation
                                                    (händelseinformation).
                                                </documentation>
                                            </annotation>
                                            <complexType>
                                                <choice>
                                                    <any namespace="##other" processContents="lax" minOccurs="0"
                                                         maxOccurs="unbounded">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">För framåtkompatibilitet
                                                                kan man nyttja t.ex. ett externt schema för att
                                                                validera annan information kopplat till
                                                                ett ärende.
                                                            </documentation>
                                                        </annotation>
                                                    </any>
                                                    <element name="officialMatterExtension"
                                                             type="ofm:officialMatterExtensionType">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">Konkret beskrivning av ett
                                                                ärende enligt schema.
                                                            </documentation>
                                                        </annotation>
                                                    </element>
                                                </choice>
                                            </complexType>
                                        </element>
                                        <element name="metadata" minOccurs="0" maxOccurs="unbounded">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Extra attribut som avsändaren
                                                    bifogar till meddelandet. Kan användas av avsändaren
                                                    vid korrespondens eller av mottagaren för sortering/filtrering.
                                                </documentation>
                                            </annotation>
                                            <complexType>
                                                <sequence>
                                                    <element name="Tag" type="string">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">Nyckel.</documentation>
                                                        </annotation>
                                                    </element>
                                                    <element name="Value" type="string">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">Värde.</documentation>
                                                        </annotation>
                                                    </element>
                                                </sequence>
                                            </complexType>
                                        </element>
                                        <element name="Language" type="language">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Språk som avsändaren valt.</documentation>
                                            </annotation>
                                        </element>
                                    </sequence>
                                </complexType>
                            </element>
                            <element ref="tns:messageBody">
                                <annotation>
                                    <documentation xml:lang="en"></documentation>
                                    <documentation xml:lang="sv">Meddelandets innehåll. Det som sparas i brevlådan.
                                    </documentation>
                                </annotation>
                            </element>
                        </sequence>
                    </complexType>
                </element>
                <element name="emailMessage" minOccurs="0">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Aviseringsmeddelande till extern e-post.
                            OBS! Detta fält får inte innehålla känslig information då det kommer
                            att distribueras till en öppen kanal.
                        </documentation>
                    </annotation>
                    <complexType>
                        <sequence>
                            <element name="header">
                                <annotation>
                                    <documentation xml:lang="en"></documentation>
                                    <documentation xml:lang="sv">Email-information.</documentation>
                                </annotation>
                                <complexType>
                                    <sequence>
                                        <element name="from" type="common:emailAddress">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Avsändarens email-adress.</documentation>
                                            </annotation>
                                        </element>
                                        <element name="subject">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Subjektrad för meddelandet.
                                                    Max 254 tecken
                                                </documentation>
                                            </annotation>
                                            <simpleType>
                                                <restriction base="string">
                                                    <maxLength value="254"/>
                                                </restriction>
                                            </simpleType>
                                        </element>
                                    </sequence>
                                </complexType>
                            </element>
                            <element name="text" type="string">
                                <annotation>
                                    <documentation xml:lang="en"></documentation>
                                    <documentation xml:lang="sv">E-mailets innehåll, meddelandetext.</documentation>
                                </annotation>
                            </element>
                        </sequence>
                    </complexType>
                </element>
                <element name="smsMessage" minOccurs="0">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Aviseringsmeddelande till extern SMS.
                            OBS! Detta fält får inte innehålla känslig information då det kommer
                            att distribueras till en öppen kanal.
                        </documentation>
                    </annotation>
                    <complexType>
                        <sequence>
                            <element name="header">
                                <annotation>
                                    <documentation xml:lang="en"></documentation>
                                    <documentation xml:lang="sv">SMS-information.</documentation>
                                </annotation>
                                <complexType>
                                    <sequence>
                                        <element name="From">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">SMS-avsändare. Skall vara en fri
                                                    text (max 11 tecken) för SMS.
                                                </documentation>
                                            </annotation>
                                            <simpleType>
                                                <restriction base="string">
                                                    <maxLength value="11"/>
                                                </restriction>
                                            </simpleType>
                                        </element>
                                    </sequence>
                                </complexType>
                            </element>
                            <element name="text">
                                <annotation>
                                    <documentation xml:lang="en"></documentation>
                                    <documentation xml:lang="sv">SMS-meddelande, max 160 tecken.</documentation>
                                </annotation>
                                <simpleType>
                                    <restriction base="string">
                                        <maxLength value="160"/>
                                    </restriction>
                                </simpleType>
                            </element>
                        </sequence>
                    </complexType>
                </element>
            </sequence>
        </complexType>
    </element>

    <element name="distributionStatus">
        <annotation>
            <documentation xml:lang="en"></documentation>
            <documentation xml:lang="sv">Information om ett meddelandes status i distributionskedjan.</documentation>
        </annotation>
        <complexType>
            <sequence>
                <element ref="common:recipientId">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Mottagarens identitet.</documentation>
                    </annotation>
                </element>
                <element name="distributionType">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Anger hur förmedlingen kommer att ske.</documentation>
                    </annotation>
                    <simpleType>
                        <restriction base="string">
                            <enumeration value="Digital"/>
                            <enumeration value="Paper"/>
                            <enumeration value="Not"/>
                        </restriction>
                    </simpleType>
                </element>
                <element ref="tns:deliveryStatus" minOccurs="0">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Information om ett meddelandes status i distributionskedjan.
                        </documentation>
                    </annotation>
                </element>
            </sequence>
        </complexType>
    </element>

    <element name="deliveryStatus">
        <annotation>
            <documentation xml:lang="en"></documentation>
            <documentation xml:lang="sv">Leveransstatus för ett meddelande</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="Delivered">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Meddelandet har kommit fram till mottagaren.</documentation>
                    </annotation>
                </enumeration>
                <enumeration value="Pending">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Meddelandet väntar på leverans, hos distributören (förmedlaren).
                        </documentation>
                    </annotation>
                </enumeration>
                <enumeration value="DeliveryFailed">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Leverans kunde inte ske.</documentation>
                    </annotation>
                </enumeration>
            </restriction>
        </simpleType>
    </element>

    <element name="signedDelivery">
        <annotation>
            <documentation xml:lang="en"></documentation>
            <documentation xml:lang="sv">En signerad försändelse. Försändelsen signeras av
                avsändaren och/eller förmedlaren.
            </documentation>
        </annotation>
        <complexType>
            <sequence>
                <element name="secureMessage">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Ett säkert meddelande. Ett meddelande får vara max 2MB (bilagor
                            inkluderat).
                        </documentation>
                    </annotation>
                    <complexType>
                        <sequence>
                            <element name="messageHeader">
                                <annotation>
                                    <documentation xml:lang="en"></documentation>
                                    <documentation xml:lang="sv">Ett meddelandehuvud.</documentation>
                                </annotation>
                                <complexType>
                                    <sequence>
                                        <element ref="common:senderId">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Avsändare.</documentation>
                                            </annotation>
                                        </element>
                                        <element ref="common:recipientId">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Mottagares identitet.</documentation>
                                            </annotation>
                                        </element>
                                        <element ref="common:messageId">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Meddelandeidentitet. Används som
                                                    trådidentitet vid korrespondens. Anges av den ursprungliga
                                                    avsändaren och kommer tillbaka i eventuella svar. Bör sättas
                                                    till något som är globalt unikt, se UUID
                                                    (http://en.wikipedia.org/wiki/Universally_unique_identifier).
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="reference" type="string" minOccurs="0">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Specifikation för avsändarens interna
                                                    kostnadsfördelning efter fakturering. Max 50 tecken längd.
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="correlationId" type="string" minOccurs="0">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Frivillig referens till t.ex. ett ärende
                                                    hos avsändaren. Kan användas vid framtida korrespondens.
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="attention" type="string" minOccurs="0">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Underadress hos mottagaren. Kan tex vara en
                                                    avdelning hos en myndighet.
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="Subject">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Rubrik. Max antal tecken 255.
                                                </documentation>
                                            </annotation>
                                            <simpleType>
                                                <restriction base="string">
                                                    <maxLength value="255"/>
                                                </restriction>
                                            </simpleType>
                                        </element>
                                        <element name="supportInfo">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Information kring var användaren skall
                                                    vända sig vid behov av support kring meddelandet.
                                                </documentation>
                                            </annotation>
                                            <complexType>
                                                <sequence>
                                                    <element name="Text">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">Beskrivande text om var man
                                                                kan vända sig vid behov av support. Max antal tecken
                                                                1024.
                                                            </documentation>
                                                        </annotation>
                                                        <simpleType>
                                                            <restriction base="string">
                                                                <maxLength value="1024"/>
                                                            </restriction>
                                                        </simpleType>
                                                    </element>
                                                    <element name="URL" minOccurs="0">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">URL som pekar på en
                                                                webbplats/e-tjänst eller liknande som kan användas vid
                                                                mer information för ett meddelande.
                                                            </documentation>
                                                        </annotation>
                                                        <simpleType>
                                                            <restriction base="anyURI">
                                                                <maxLength value="255"/>
                                                            </restriction>
                                                        </simpleType>
                                                    </element>
                                                    <element name="PhoneNumber" minOccurs="0">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">Telefonnummer för support.
                                                            </documentation>
                                                        </annotation>
                                                        <simpleType>
                                                            <restriction base="string">
                                                                <maxLength value="255"/>
                                                            </restriction>
                                                        </simpleType>
                                                    </element>
                                                    <element name="emailAddress" type="common:emailAddress"
                                                             minOccurs="0">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">E-post adress dit frågor kan
                                                                skickas avseende ett meddelande.
                                                            </documentation>
                                                        </annotation>
                                                    </element>
                                                </sequence>
                                            </complexType>
                                        </element>
                                        <element name="officialMatter" minOccurs="0">
                                            <complexType>
                                                <annotation>
                                                    <documentation xml:lang="en">Covers event information regarding an
                                                        event in an
                                                        official matter. If
                                                        present, this message
                                                        is an event message regarding an official matter. In the
                                                        documentation this is named
                                                        "Kundarende".
                                                    </documentation>
                                                    <documentation xml:lang="sv">Händelseinformation tillhörande ett
                                                        meddelande.
                                                    </documentation>
                                                </annotation>
                                                <choice>
                                                    <any namespace="##other" processContents="lax" minOccurs="0"
                                                         maxOccurs="unbounded"/>
                                                    <element name="officialMatterExtension"
                                                             type="ofm:officialMatterExtensionType"/>
                                                </choice>
                                            </complexType>
                                        </element>
                                        <element name="metadata" minOccurs="0" maxOccurs="unbounded">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Extra attribut som avsändaren bifogar till
                                                    meddelandet i formen av nyckel/värde-par. Kan användas av avsändaren
                                                    vid korrespondens eller av mottagaren för sortering/filtrering.
                                                </documentation>
                                            </annotation>
                                            <complexType>
                                                <sequence>
                                                    <element name="Tag" type="string">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">Nyckel.</documentation>
                                                        </annotation>
                                                    </element>
                                                    <element name="Value" type="string">
                                                        <annotation>
                                                            <documentation xml:lang="en"></documentation>
                                                            <documentation xml:lang="sv">Värde.</documentation>
                                                        </annotation>
                                                    </element>
                                                </sequence>
                                            </complexType>
                                        </element>
                                        <element name="Language" type="language">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Meddelandets språk.</documentation>
                                            </annotation>
                                        </element>
                                    </sequence>
                                </complexType>
                            </element>
                            <element ref="tns:messageBody">
                                <annotation>
                                    <documentation xml:lang="en"></documentation>
                                    <documentation xml:lang="sv">Meddelandekropp/innehåll.</documentation>
                                </annotation>
                            </element>
                            <element name="attachment" minOccurs="0" maxOccurs="unbounded">
                                <annotation>
                                    <documentation xml:lang="en"></documentation>
                                    <documentation xml:lang="sv">En bilaga/Bilagor tillhörande ett meddelande.
                                    </documentation>
                                </annotation>
                                <complexType>
                                    <sequence>
                                        <element name="ContentType" type="string">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Enligt IANA MIME media types (IANA).
                                                    Tillåtna typer är application/pdf, application/msword,
                                                    application/vnd.openxmlformats-officedocument.wordprocessingml.document,
                                                    application/vnd.openxmlformats-officedocument.wordprocessingml-template
                                                    och text/calendar
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="Body" type="base64Binary">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Base64 kodat binärt rådata för en bilaga.
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="Checksum" type="string">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Checksumma HEX (MD5-hash) beräknad på
                                                    bilagans datainnehåll.
                                                </documentation>
                                            </annotation>
                                        </element>
                                        <element name="Filename" type="string">
                                            <annotation>
                                                <documentation xml:lang="en"></documentation>
                                                <documentation xml:lang="sv">Bilagans filnamn.</documentation>
                                            </annotation>
                                        </element>
                                    </sequence>
                                </complexType>
                            </element>
                        </sequence>
                    </complexType>
                </element>
                <element ref="sig:Signature" minOccurs="0">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">En signatur som skapats med ett certifikat som bifogas till det
                            data som signerats.
                        </documentation>
                    </annotation>
                </element>
            </sequence>
            <attribute name="Id" type="ID"/>
        </complexType>
    </element>

    <element name="messageBody">
        <complexType>
            <sequence>
                <element name="ContentType" type="string">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Enligt IANA MIME media types (IANA). Tillåtna typer är text/plain
                            och text/html.
                        </documentation>
                    </annotation>
                </element>
                <element name="Body" type="base64Binary">
                    <annotation>
                        <documentation xml:lang="en"></documentation>
                        <documentation xml:lang="sv">Base64 kodat binärdata som motsvarar själva meddelandet.
                            Text skall alltid vara UTF-8 kodad.
                        </documentation>
                    </annotation>
                </element>
            </sequence>
        </complexType>
    </element>

</schema>
