<?xml version="1.0" encoding="windows-1252"?>
<schema targetNamespace="http://orchestra/oas/building" 
xmlns="http://www.w3.org/2001/XMLSchema" 
xmlns:bui="http://orchestra/oas/building" 
elementFormDefault="qualified" version="1.0">
	<annotation>
		<documentation>delivery example</documentation>
	</annotation>	
	<!--XML Schema document created by ShapeChange-->		
	<element name="BuildingString" type="string"/>	
	<element name="OAGetMetaInformationResponse" type="bui:OAGetMetaInformationResponseType" />
	<complexType name="OAGetMetaInformationResponseType">		
		<sequence>
			<element name="featureMetaInformation" type="bui:OAMIServiceSpecificCapabilitiesPropertyType"/>
		</sequence>
	</complexType>	
	<element name="OAMIServiceSpecificCapabilities" type="bui:OAMIServiceSpecificCapabilitiesType" abstract="true" />
	<complexType name="OAMIServiceSpecificCapabilitiesType" abstract="true">
		<sequence/>
	</complexType>
	<complexType name="OAMIServiceSpecificCapabilitiesPropertyType">
		<sequence>
			<element ref="bui:OAMIServiceSpecificCapabilities"/>
		</sequence>
	</complexType>
	<element name="OA_MIFASCapabilities" type="bui:OA_MIFASCapabilitiesType" substitutionGroup="bui:OAMIServiceSpecificCapabilities"/>
	<complexType name="OA_MIFASCapabilitiesType">
		<complexContent>
			<extension base="bui:OAMIServiceSpecificCapabilitiesType">
				<sequence>					
					<element name="supportedFeatureTypes" type="string"/>
					<element name="supportedQueryLanguage" type="string"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>	
</schema>
