<?xml version="1.0" encoding="utf-8"?>
<!-- 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>