<?xml version="1.0" encoding="windows-1252"?>
<!-- comments : from XSD - File - template
	Filename : BasicTypes.xsd
	Created on : 19-mei-2011 14:49:56
	 Original author : mbormans 
	Using : Sparx Systems - Enterprise Architect version 7.1
	The unique GUID of this generation : {FA281463-0825-47ab-B28E-6281313F9E70}
	Generated comments in this template : On -->
<xs:schema
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	xmlns="http://www.telebib2.org/Namespace/2011" 
	xmlns:tb2="http://www.telebib2.org/Namespace/2011" 
	xmlns:tb2bt="http://www.telebib2.org/Namespace/2011/BasicTypes" 
	targetNamespace="http://www.telebib2.org/Namespace/2011/BasicTypes">
<xs:simpleType name="stringtype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">String</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:string">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="datetype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">Date</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:date">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="durationtype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">Duration</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:duration">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dateTimetype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">DateAndTime</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:dateTime">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="gDaytype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">Day</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:gDay">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="gMonthtype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">Month</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:gMonth">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="gMonthDaytype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">MonthDay</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:gMonthDay">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="gYeartype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">Year</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:gYear">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="gYearMonthtype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">YearMonth</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:gYearMonth">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="timetype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">Time</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:time">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="decimaltype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">Decimal</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:decimal">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="integertype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">Integer</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:integer">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="binarytype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">Binary</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:base64Binary">
		</xs:restriction>
</xs:simpleType>
<xs:simpleType name="booleantype">
	<xs:annotation>
		<xs:appinfo source="Telebib2">
			<tb2:businessTerm source="Telebib2" xml:lang="EN-BE">Boolean</tb2:businessTerm>
		</xs:appinfo>
	</xs:annotation>
		<xs:restriction base="xs:boolean">
		</xs:restriction>
</xs:simpleType>
</xs:schema>