<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://schema.infor.com/InforOAGIS/2"
    targetNamespace="http://schema.infor.com/InforOAGIS/2" elementFormDefault="qualified"
    attributeFormDefault="unqualified">
    
    <xsd:include schemaLocation="./Components.xsd"/>
    
    <xsd:complexType name="WorkBrain_ApplicationType">
        <xsd:simpleContent>
            <xsd:extension base="NotYetImplementedType"/>
        </xsd:simpleContent>
    </xsd:complexType>
    
    <xsd:complexType name="WorkBrain_DatabaseType">
        <xsd:simpleContent>
            <xsd:extension base="NotYetImplementedType"/>
        </xsd:simpleContent>
    </xsd:complexType>

</xsd:schema>
