<?xml version="1.0" encoding="UTF-8"?>
<!-- Sample schema for extension TSF Library -->
<xs:schema xmlns="STDBSC" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:exttsflib="urn:P-IEEE-1671.1:2008.01:ExtTSFLib" targetNamespace="urn:P-IEEE-1671.1:2008.01:ExtTSFLib" elementFormDefault="qualified" version="1.0">
	<xs:import namespace="STDBSC" schemaLocation="STDBSC.xsd"/>
	<xs:element name="EXT_SIGNAL" nillable="false">
		<xs:annotation>
			<xs:documentation>A dummy signal created to test extensibility.</xs:documentation>
		</xs:annotation>
		<xs:complexType mixed="false">
			<xs:complexContent mixed="false">
				<xs:extension base="SignalFunctionType">
					<xs:attribute name="attrib1" type="Physical" use="optional">
						<xs:annotation>
							<xs:documentation>Signal attribute 1</xs:documentation>
						</xs:annotation>
					</xs:attribute>
					<xs:attribute name="attrib2" type="Physical" default="0">
						<xs:annotation>
							<xs:documentation>Signal Attribute 2</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="SHORT" nillable="false">
		<xs:annotation>
			<xs:documentation>A signal representing a short.</xs:documentation>
		</xs:annotation>
		<xs:complexType mixed="false">
			<xs:complexContent mixed="false">
				<xs:extension base="SignalFunctionType"/>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
</xs:schema>
