<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by Daniel Nilsson (Sandvik Systems Development AB) -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.openapplications.org/oagis/9" xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:oacl="http://www.openapplications.org/oagis/9/codelists" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1" targetNamespace="http://www.openapplications.org/oagis/9" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xsd:import namespace="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" schemaLocation="www.openapplications.org_oagis_9_unqualifieddatatypes_1.1/UnqualifiedDataTypes.xsd"/>
	<xsd:import namespace="http://www.openapplications.org/oagis/9/codelists" schemaLocation="www.openapplications.org_oagis_9_codelists/CodeLists.xsd"/>
	<xsd:import namespace="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1" schemaLocation="www.openapplications.org_oagis_9_qualifieddatatypes_1.1/QualifiedDataTypes.xsd"/>
	<xsd:element name="Example" type="ExampleType"/>
	<xsd:complexType name="ExampleType">
		<xsd:complexContent>
			<xsd:extension base="BusinessObjectDocumentType"/>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:simpleType name="NormalizedStringType">
		<xsd:restriction base="qdt:NormalizedStringType"/>
	</xsd:simpleType>
	<xsd:complexType name="BusinessObjectDocumentType">
		<xsd:annotation>
			<xsd:documentation>Is the schema based inheritance for all BODs. The logical model would also include the DataArea.</xsd:documentation>
		</xsd:annotation>
		<xsd:attribute name="releaseID" type="NormalizedStringType" use="required">
			<xsd:annotation>
				<xsd:documentation>OAGIS Release this BOD Instances belongs or the OAGIS release that the derivative work is based on.</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="versionID" type="NormalizedStringType" use="optional">
			<xsd:annotation>
				<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the version of the given BOD defintion.</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="systemEnvironmentCode" type="SystemEnvironmentCodeContentType" use="optional" default="Production">
			<xsd:annotation>
				<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates whether this BOD is being sent in a "Test" or a "Production" mode. If the BOD is being sent in a test mode, it's information should not affect the business operation. However, if the BOD is sent in "Production" mode it is assumed that all test has been complete and the contents of the BOD are to affect the operation of the receiving business application(s).</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="languageCode" type="LanguageCodeTypeE" use="optional" default="en-US">
			<xsd:annotation>
				<xsd:documentation source="http://www.openapplications.org/oagis/9">Indicates the language that the contents of the BOD is in unless otherwise stated.</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
	</xsd:complexType>
	<xsd:simpleType name="SystemEnvironmentCodeContentType">
		<xsd:restriction base="oacl:SystemEnvironmentCodeContentType"/>
	</xsd:simpleType>
	<xsd:simpleType name="LanguageCodeTypeE">
		<xsd:restriction base="qdt:LanguageCodeType"/>
	</xsd:simpleType>
</xsd:schema>
