<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 U (http://www.altova.com) by Eugene Song (NIST) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:stml="http://localhost/1451HTTPAPI" targetNamespace="http://localhost/1451HTTPAPI" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="SmartTransducerDataModel.xsd"/>
	<xs:include schemaLocation="SmartTransducerTEDS.xsd"/>
	<xs:include schemaLocation="TextTEDS.xsd"/>
	<xs:element name="CalibrationIdentificationTEDS" type="stml:CalibrationIdentificationTEDSType" substitutionGroup="stml:TextTEDS">
		<xs:annotation>
			<xs:documentation>1451 Smart Sensor CalibrationIdentificationTEDS schema</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="CalibrationIdentificationTEDSDataBlockType">
		<xs:sequence>
			<xs:element name="CalLabNo" type="stml:_String"/>
			<xs:element name="CalTech" type="stml:_String" minOccurs="0" maxOccurs="255"/>
			<xs:element name="CalibrationDescrption" type="stml:_String" minOccurs="0" maxOccurs="65535"/>
			<xs:element name="CalDate" type="stml:_String"/>
			<xs:element name="CalProc" type="stml:_String" minOccurs="0" maxOccurs="255"/>
			<xs:element name="CalStd" type="stml:_String" minOccurs="0" maxOccurs="255"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="CalibrationIdentificationTEDSType">
		<xs:complexContent>
			<xs:extension base="stml:TextTEDSType">
				<xs:sequence>
					<xs:element name="XMLText">
						<xs:complexType>
							<xs:complexContent>
								<xs:extension base="stml:CalibrationIdentificationTEDSDataBlockType"/>
							</xs:complexContent>
						</xs:complexType>
					</xs:element>
					<xs:element name="XMLSum" type="stml:UInt16"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>
