<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) Stichting Deltares 2019. All rights reserved.

This file is part of the Dam Engine.

The Dam Engine is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

All names, logos, and references to "Deltares" are registered trademarks of
Stichting Deltares and remain full property of Stichting Deltares at all times.
All rights reserved.
-->

<!-- Created with Liquid XML Studio 1.0.8.0 (http://www.liquid-technologies.com) -->
<xsd:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://deltares.nl/2008/FileIdentificationDefinition">
  <xs:complexType name="FileIdentification">
    <xs:attribute name="Application" type="xs:string" use="required" />
    <xs:attribute name="Version" type="xs:string" use="required" />
    <xs:attribute name="Company" type="xs:string" use="required" />
    <xs:attribute name="License" type="xs:string" use="optional" />
    <xs:attribute name="Created" type="xs:dateTime" use="required" />
    <xs:attribute name="Description" type="xs:string" />
  </xs:complexType>
</xsd:schema>