<?xml version="1.0" encoding="utf-8"?>
<!-- edited with XMLSpy v2013 (x64) (http://www.altova.com) by Martins Orinskis (DPA, LTd) -->
<xs:schema xmlns:ep108="http://ivis.eps.gov.lv/XMLSchemas/100001/EP108/v1-0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ivis.eps.gov.lv/XMLSchemas/100001/EP108/v1-0" targetNamespace="http://ivis.eps.gov.lv/XMLSchemas/100001/EP108/v1-0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0" id="registerWeapon.xsd">
    <xs:annotation>
        <xs:appinfo>
            <ivis:Metadata xmlns:pers="http://ivis.eps.gov.lv/XMLSchemas/100001/Person/v1-0" xmlns:ivis="http://ivis.eps.gov.lv/XMLSchemas/100001/IVIS/v1-0">
                <ivis:Contributor Href="http://www.ic.iem.gov.lv" CodeListID="Authority" CodeListAgencyID="100001" CodeListAgencyName="VRAA" CodeListLanguageID="lv" CodeListCodeValue="100008">Iekšlietu ministrijas Informācijas centrs</ivis:Contributor>
                <ivis:Creator Href="http://www.vraa.gov.lv" CodeListID="Authority" CodeListAgencyID="100001" CodeListAgencyName="VRAA" CodeListLanguageID="lv" CodeListCodeValue="100001">Valsts reģionālās attīstības aģentūra</ivis:Creator>
                <ivis:Date>
                    <ivis:Created>2012-11-30</ivis:Created>
                    <ivis:Modified>2012-11-30</ivis:Modified>
                </ivis:Date>
                <ivis:Description>
                    <ivis:Default>Ieroču reģistra e-pakalpojuma gāzes ieroča reģistrācijas serviss</ivis:Default>
                </ivis:Description>
                <ivis:Format>
                    <ivis:Default>text/xml</ivis:Default>
                </ivis:Format>
                <ivis:Identifier Scheme="URN">URN:IVIS:100001:XSD-EP108-registerWeapon-v1-0</ivis:Identifier>
                <ivis:Language>LV</ivis:Language>
                <ivis:Relation />
                <ivis:Status>
                    <ivis:Default>CANDIDATE</ivis:Default>
                    <ivis:Version>v1.0</ivis:Version>
                </ivis:Status>
                <ivis:Subject>
                    <ivis:Category CodeListID="XMLSchemaType" CodeListAgencyID="100001" CodeListAgencyName="VRAA" CodeListLanguageID="lv" CodeListCodeValue="2">E-pakalpojumu XML shēma</ivis:Category>
                    <ivis:Keyword>gāzes ieroča reģistrācija</ivis:Keyword>
                    <ivis:Keyword>ieroču reģistrs</ivis:Keyword>
                    <ivis:Project>EP108</ivis:Project>
                </ivis:Subject>
                <ivis:Title>
                    <ivis:Default>Gāzes ieroča reģistrācijas serviss</ivis:Default>
                </ivis:Title>
            </ivis:Metadata>
        </xs:appinfo>
    </xs:annotation>
    <xs:include schemaLocation="CommonDataTypes.xsd" />
    <xs:element name="registerWeaponRequest">
        <xs:annotation>
            <xs:documentation xml:lang="en">Request to register gas weapon</xs:documentation>
        </xs:annotation>
        <xs:complexType>
            <xs:sequence>
                <xs:element name="personCode" type="personCodeType" />
                <xs:element name="registrationDate" type="dateType" />
                <xs:element name="weaponType" type="weaponTypeType" />
                <xs:element name="weaponMark" type="weaponMarkType" />
                <xs:element name="weaponModel" type="weaponModelType" />
                <xs:element name="weaponNr" type="weaponNrType" />
                <xs:element name="weaponSize" type="weaponSizeType" />
                <xs:element name="weaponCaliber" type="weaponCaliberType" />
                <xs:element name="weaponNotes" type="weaponNotesType" minOccurs="0" />
            </xs:sequence>
        </xs:complexType>
    </xs:element>
    <xs:element name="registerWeaponResponse">
        <xs:annotation>
            <xs:documentation xml:lang="en">Response if gas weapon has been registrated</xs:documentation>
        </xs:annotation>
        <xs:complexType>
            <xs:sequence>
                <xs:element name="result" type="resultType">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Contains information does operation of web-service processed successfully or not.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="eventList" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">List of events for response structures.</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="event" type="eventType" maxOccurs="unbounded">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Entry of event lists for response structures.</xs:documentation>
                                </xs:annotation>
                            </xs:element>
                        </xs:sequence>
                    </xs:complexType>
                </xs:element>
            </xs:sequence>
        </xs:complexType>
    </xs:element>
</xs:schema>