<?xml version="1.0" encoding="UTF-8"?>
<!-- XML Schema defining IEEE 1641 signals to be used in conjunction with IEEE 1671.1 Test Description -->
<xs:schema xmlns="STDBSC" xmlns:c="urn:IEEE-1671:2008.01:Common" xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	xmlns:atmltsf="urn:P-IEEE-1671.1:2008.01:ATMLTSFLib" targetNamespace="urn:P-IEEE-1671.1:2008.01:ATMLTSFLib" 
	elementFormDefault="qualified" version="1.1">
	<xs:import namespace="STDBSC" schemaLocation="STDBSC.xsd"/>
	<xs:import namespace="urn:IEEE-1671:2008.01:Common" schemaLocation="Common.xsd"/>
	<xs:element name="ParameterTransferSignal" nillable="false">
		<xs:annotation>
			<xs:documentation>A signal used to transfer a value from a parameter of an action (test or session datum) to a signal attribute.</xs:documentation>
		</xs:annotation>
		<xs:complexType mixed="false">
			<xs:complexContent mixed="false">
				<xs:extension base="SignalFunctionType">
					<xs:attribute name="parameterID" type="c:NonBlankString" use="required">
						<xs:annotation>
							<xs:documentation>Identifies the parameter.</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="IteratorTransferSignal" nillable="false">
		<xs:annotation>
			<xs:documentation>A signal used to transfer a value from the iterator of a Repeat operation to a signal attribute.</xs:documentation>
		</xs:annotation>
		<xs:complexType mixed="false">
			<xs:complexContent mixed="false">
				<xs:extension base="SignalFunctionType">
					<xs:attribute name="iteratorID" type="c:NonBlankString" use="required">
						<xs:annotation>
							<xs:documentation>Identifies the iterator.</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
</xs:schema>
