<?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 Contact
		</xs:documentation>
	</xs:annotation>
	<xs:complexType name="ContactType">
		<xs:sequence>
			<xs:element name="ContactMethod" type="xs:string" minOccurs="0"/>
			<xs:element name="ContactValue" type="xs:string" minOccurs="0"/>
		</xs:sequence>
		<xs:attribute name="Id" type="xs:string" use="required"/>
		<xs:attribute name="Description" type="xs:string" use="optional"/>
	</xs:complexType>
	<xs:element name="Contact" type="ContactType"/>
</xs:schema>