<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by Eileen Urban (TACC) -->
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by brooke j. carlson (university of texas) -->
<xs:schema targetNamespace="http://grids.tacc.utexas.edu/schemas/infoservices/static" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="ResourceStatic">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="ComputeResourceStatic" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>attributes: timestamp and hostname</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ResourceName" type="xs:string"/>
							<xs:element name="IPAddress" type="xs:string"/>
							<xs:element name="System" type="xs:string" minOccurs="0"/>
							<xs:element name="Description" type="xs:string" minOccurs="0"/>
							<xs:element name="Contact" minOccurs="0" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="FirstName" type="xs:string"/>
										<xs:element name="LastName" type="xs:string"/>
										<xs:element name="Phone" type="xs:string"/>
										<xs:element name="Email" type="xs:string"/>
										<xs:element name="Address1" type="xs:string" minOccurs="0"/>
										<xs:element name="Address2" type="xs:string" minOccurs="0"/>
										<xs:element name="City" type="xs:string" minOccurs="0"/>
										<xs:element name="State" type="xs:string" minOccurs="0"/>
										<xs:element name="Zip" type="xs:string" minOccurs="0"/>
										<xs:element name="Country" type="xs:string" minOccurs="0"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="InfoURL" minOccurs="0" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Description" type="xs:string" minOccurs="0"/>
										<xs:element name="Url" type="xs:string"/>
										<xs:element name="Title"/>
										<xs:element name="URLType"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Os" type="xs:string" minOccurs="0"/>
							<xs:element name="Department" minOccurs="0">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Name" type="xs:string"/>
										<xs:element name="Url" type="xs:string" minOccurs="0"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Site" type="xs:string" minOccurs="0"/>
							<xs:element name="Institution" minOccurs="0">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Name" type="xs:string"/>
										<xs:element name="Url" type="xs:string" minOccurs="0"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Manufacturer" minOccurs="0">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Name" type="xs:string"/>
										<xs:element name="Url" type="xs:string"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Model" minOccurs="0">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Name" type="xs:string"/>
										<xs:element name="Url" type="xs:string"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="NumNodes" type="xs:positiveInteger" minOccurs="0"/>
							<xs:element name="NumProcessors" type="xs:positiveInteger" minOccurs="0"/>
							<xs:element name="PeakPerformance" type="xs:positiveInteger" minOccurs="0">
								<xs:annotation>
									<xs:documentation>In GFlops</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Memory" type="xs:positiveInteger" minOccurs="0">
								<xs:annotation>
									<xs:documentation>In GBytes</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="ScratchDisk" type="xs:positiveInteger" minOccurs="0">
								<xs:annotation>
									<xs:documentation>In Gbytes</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Architecture" minOccurs="0"/>
							<xs:element name="OnlineStorage" minOccurs="0">
								<xs:annotation>
									<xs:documentation>In GBytes</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="OfflineStorage" minOccurs="0">
								<xs:annotation>
									<xs:documentation>In GBytes</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="PeakPolygons" minOccurs="0">
								<xs:annotation>
									<xs:documentation>In MPoly/sec</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="GraphicsHW" type="xs:string" minOccurs="0"/>
							<xs:element name="ResourceType">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="Compute"/>
										<xs:enumeration value="Visualization"/>
										<xs:enumeration value="Storage"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="hostname" type="xs:string" use="required"/>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
