<?xml version="1.0" encoding="UTF-8"?>
<xs:schema 
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	xmlns="http://www.eamxml.org/schema/Rev0" 
	targetNamespace="http://www.eamxml.org/schema/Rev0" 
	elementFormDefault="qualified">

	<xs:annotation>
		<xs:documentation>
			EAMXML.org Representation of Question
		</xs:documentation>
	</xs:annotation>	


	<xs:element name="Question" type="QuestionType"/>
	<xs:complexType name="QuestionType">
		<xs:attribute name="Id" use="required" type="xs:string" />
	</xs:complexType>
</xs:schema>

