<?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="AutomotiveExchange_ApplicationType">
        <xsd:sequence>
              <xsd:element name="AutomotiveExchange_ApplicationName" type="StringType"/>
              <xsd:element name="AutomotiveExchange_Component"  type="AutomotiveExchange_ComponentType"/>
        </xsd:sequence>
    </xsd:complexType>
   
    <xsd:complexType name="AutomotiveExchange_ComponentType">
        <xsd:sequence>
            <xsd:element name="AutomotiveExchange_ComponentName" type="NameType"/>
            <xsd:element name="AutomotiveExchange_Category"
                type="AutomotiveExchange_CategoryType" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>
    
    <xsd:complexType name="AutomotiveExchange_CategoryType">
        <xsd:sequence>
            <xsd:element name="AutomotiveExchange_CategoryName" type="NameType"/>
            <xsd:element name="AutomotiveExchange_CategoryEntry" type="AutomotiveExchange_CategoryEntryType" maxOccurs="unbounded"/>
        </xsd:sequence>
    </xsd:complexType>
    
     <xsd:complexType name="AutomotiveExchange_CategoryEntryType">
            <xsd:sequence>
                <xsd:element name="AutomotiveExchange_CategoryKey" type="StringType"/>
                <xsd:element name="AutomotiveExchange_CategoryValue" type="StringType"/>
            </xsd:sequence>
        </xsd:complexType>
    
    <xsd:complexType name="AutomotiveExchange_DatabaseType">
        <xsd:simpleContent>
            <xsd:extension base="NotYetImplementedType"> </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:schema>
