<?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 Account.  An account is an actual Point-in-Time representation
		</xs:documentation>
	</xs:annotation>
	<xs:element name="GenericText" type="GenericTextType" />
	<xs:complexType name="GenericTextType">
		<xs:simpleContent>
				<xs:extension base="xs:string">
					<xs:attribute name="Id" use="required">
						<xs:simpleType>
							<xs:restriction base="xs:string">
								<xs:enumeration value="Cool"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
				</xs:extension>
			</xs:simpleContent>
	</xs:complexType>
</xs:schema>