<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2010 rel. 3 (x64) (http://www.altova.com) by Michael Rowell (Open Applications Group) -->
<!-- ==================================================================== -->
<!-- ===== XML Schema Builtin Type Extension XML Schema File 								    ===== -->
<!-- ==================================================================== -->
<!--
  	Schema agency: 	UN/CEFACT 
  	Schema version:	1.0 Draft A 
  	Schema date: 	    29 July 2009
  	
  	Copyright (C) UN/CEFACT (2009). All Rights Reserved.

	This document and translations of it may be copied and furnished to others, 
	and derivative works that comment on or otherwise explain it or assist 
	in its implementation may be prepared, copied, published and distributed, 
	in whole or in part, without restriction of any kind, provided that the 
	above copyright notice and this paragraph are included on all such copies 
	and derivative works. However, this document itself may not be modified in 
	any way, such as by removing the copyright notice or references to 
	UN/CEFACT, except as needed for the purpose of developing UN/CEFACT 
	specifications, in which case the procedures for copyrights defined in the 
	UN/CEFACT Intellectual Property Rights document must be followed, or as 
	required to translate it into languages other than English.

	The limited permissions granted above are perpetual and will not be revoked 
	by UN/CEFACT or its successors or assigns.

	This document and the information contained herein is provided on an "AS IS"
	basis and UN/CEFACT DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING 
	BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL 
	NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR 
	FITNESS FOR A PARTICULAR PURPOSE.


Copyright (C) UN/CEFACT (2009). All Rights Reserved.
 -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xbt="urn:un:unece:uncefact:data:common:1:draft" targetNamespace="urn:un:unece:uncefact:data:common:1:draft" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<!-- =================================================================== -->
	<!-- ===== Type Definitions ===== -->
	<!-- =================================================================== -->
	<!--========================-->
	<!--====== Duration types ========-->
	<!--========================-->
	<xsd:simpleType name="WeekDurationType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: nW</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="\d+W"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!--========================-->
	<!--====== Date types ========-->
	<!--========================-->
	<xsd:simpleType name="DateType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM-DD</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:date"/>
	</xsd:simpleType>
	<xsd:simpleType name="DayType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: ---DD</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:gDay"/>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfYearType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -DDD</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(([0-2][0-9]{2})|(3[0-5][0-9])|(36[0-6]))"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfWeekType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -W-D</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W-[1-7]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MonthType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: --MM--</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:gMonth"/>
	</xsd:simpleType>
	<xsd:simpleType name="MonthDayType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: --MM-DD</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:gMonthDay"/>
	</xsd:simpleType>
	<xsd:simpleType name="WeekType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www</xsd:documentation>
			<xsd:documentation>mlr - Removed space between numbers</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WeekDayType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www-D</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearDayType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-DDD</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(00[1-9]|0[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]|36[0-6])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearMonthType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:gYearMonth"/>
	</xsd:simpleType>
	<xsd:simpleType name="YearWeekType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearWeekDayType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www-D</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!--========================-->
	<!--====== Time types ========-->
	<!--========================-->
	<xsd:simpleType name="HourType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: hh</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="([0-1][0-9]|2[0-3])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="HourUTCType">
		<xsd:annotation>
			<xsd:documentation>mlr added - Need HourUTC</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="([0-1][0-9]|2[0-3])Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="HourUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>mlr added - Need HourUTCOffset ?? Should UTCOffset be -12:00 to +14:00 or -23:59 to +23:59?</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="([0-1][0-9]|2[0-3])[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!--Need HourMinuteUTCOffset and UTCOffsetOffset-->
	<xsd:simpleType name="HourMinuteType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="HourMinuteUTCType">
		<xsd:annotation>
			<xsd:documentation>mlr added - Need HourMinuteUTC</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="([0-1][0-9]|2[0-3]):[0-5][0-9]Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="HourMinuteUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>mlr added - Need HourMinuteUTCOffset</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="([0-1][0-9]|2[0-3]):[0-5][0-9][\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="MinuteType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MinuteSecondType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -mm:ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-[0-5][0-9]:[0-5][0-9](|.[0-9]*)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SecondType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: --ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="--[0-5][0-9](|.[0-9]*)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="TimeType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: hh:mm:ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:time"/>
	</xsd:simpleType>
	<xsd:simpleType name="TimeUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: hh:mm:ssZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:time"/>
	</xsd:simpleType>
	<xsd:simpleType name="TimeUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: hh:mm:ss+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:time"/>
	</xsd:simpleType>
	<!--========================-->
	<!--====== DateTime types =====-->
	<!--========================-->
	<xsd:simpleType name="DateHourType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM-DDThh</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DateHourUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM-DDThhZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3])Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DateHourUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM-DDThh+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3])[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DateHourMinuteType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM-DDThh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DateHourMinuteUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM-DDThh:mmZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3]):[0-5][0-9]Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DateHourMinuteUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM-DDThh:mm+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3]):[0-5][0-9][\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DateTimeType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM-DDThh:mm:ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:dateTime">
			<xsd:pattern value="[0-9]{4}-[0-1][0-9]-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9](|.[0-9]*)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DateTimeUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM-DDThh:mm:ssZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:dateTime">
			<xsd:pattern value="[0-9]{4}-[0-1][0-9]-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9](|.[0-9]*)Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DateTimeUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-MM-DDThh:mm:ss+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:dateTime">
			<xsd:pattern value="[0-9]{4}-[0-1][0-9]-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9](|.[0-9]*)[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DayHourType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: ---DDThh</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="---(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayHourUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: ---DDThhZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="---(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3])Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayHourUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: ---DDThh+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="---(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3])[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DayHourMinuteType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: ---DDThh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="---(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayHourMinuteUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: ---DDThh:mmZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="---(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayHourMinuteUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: ---DDThh:mm+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="---(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9][\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DayTimeType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: ---DDThh:mm:ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="---(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayTimeUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: ---DDThh:mm:ssZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="---(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayTimeUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: ---DDThh:mm:ss+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="---(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DayOfWeekHourType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -W-DThh</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W-[1-7]T([0-1][0-9]|2[0-3])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfWeekHourUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -W-DThhZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W-[1-7]T([0-1][0-9]|2[0-3])Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfWeekHourUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -W-DThh+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W-[1-7]T([0-1][0-9]|2[0-3])[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DayOfWeekHourMinuteType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -W-DThh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfWeekHourMinuteUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -W-DThh:mmZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfWeekHourMinuteUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -W-DThh:mm+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9][\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DayOfWeekTimeType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -W-DThh:mm:ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfWeekTimeUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -W-DThh:mm:ssZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfWeekTimeUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -W-DThh:mm:ss+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DayOfYearHourType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -DDDThh</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(([0-2][0-9]{2})|(3[0-5][0-9])|(36[0-6]))T([0-1][0-9]|2[0-3])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfYearHourUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -DDDThhZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(([0-2][0-9]{2})|(3[0-5][0-9])|(36[0-6]))T([0-1][0-9]|2[0-3])Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfYearHourUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -DDDThh+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(([0-2][0-9]{2})|(3[0-5][0-9])|(36[0-6]))T([0-1][0-9]|2[0-3])[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DayOfYearHourMinuteType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -DDDThh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(([0-2][0-9]{2})|(3[0-5][0-9])|(36[0-6]))T([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfYearHourMinuteUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -DDDThh:mmZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(([0-2][0-9]{2})|(3[0-5][0-9])|(36[0-6]))T([0-1][0-9]|2[0-3]):[0-5][0-9]Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfYearHourMinuteUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -DDDThh:mm+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(([0-2][0-9]{2})|(3[0-5][0-9])|(36[0-6]))T([0-1][0-9]|2[0-3]):[0-5][0-9][\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="DayOfYearTimeType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -DDDThh:mm:ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(([0-2][0-9]{2})|(3[0-5][0-9])|(36[0-6]))T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfYearTimeUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -DDDThh:mm:ssZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(([0-2][0-9]{2})|(3[0-5][0-9])|(36[0-6]))T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayOfYearTimeUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -DDDThh:mm:ss+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(([0-2][0-9]{2})|(3[0-5][0-9])|(36[0-6]))T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="MonthDayHourType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -MM-DDThh</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MonthDayHourUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -MM-DDThhZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3])Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MonthDayHourUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -MM-DDThh+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3])[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="MonthDayHourMinuteType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -MM-DDThh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MonthDayHourMinuteUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -MM-DDThh:mmZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3]):[0-5][0-9]Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MonthDayHourMinuteUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -MM-DDThh:mm+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3]):[0-5][0-9][\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="MonthDayTimeType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -MM-DDThh:mm:ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MonthDayTimeUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -MM-DDThh:mm:ssZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MonthDayTimeUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -MM-DDThh:mm:ss+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-(((0[13578]-(0[1-9]|[12][0-9]|3[01]))|(1[02]-(0[1-9]|[12][0-9]|3[01])))|((0[469]-(0[1-9]|[12][0-9]|30))|(11-(0[1-9]|[12][0-9]|30)))|(02-(0[1-9]|1[0-9]|2[0-9])))T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="WeekDayHourType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www-DThh</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WeekDayHourUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www-DThhZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3])Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WeekDayHourUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www-DThh+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3])[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="WeekDayHourMinuteType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www-DThh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WeekDayHourMinuteUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www-DThh:mmZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WeekDayHourMinuteUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www-DThh:mm+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9][\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="WeekDayTimeType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www-DThh:mm:ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WeekDayTimeUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www-DThh:mm:ssZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WeekDayTimeUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: -Www-DThh:mm:ss+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="YearDayHourType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-DDDThh</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(00[1-9]|0[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]|36[0-6])T([0-1][0-9]|2[0-3])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearDayHourUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-DDDThhZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(00[1-9]|0[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]|36[0-6])T([0-1][0-9]|2[0-3])Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearDayHourUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-DDDThh+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(00[1-9]|0[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]|36[0-6])T([0-1][0-9]|2[0-3])[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="YearDayHourMinuteType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-DDDThh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(00[1-9]|0[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]|36[0-6])T([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearDayHourMinuteUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-DDDThh:mmZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(00[1-9]|0[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]|36[0-6])T([0-1][0-9]|2[0-3]):[0-5][0-9]Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearDayHourMinuteUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-DDDThh:mm+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(00[1-9]|0[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]|36[0-6])T([0-1][0-9]|2[0-3]):[0-5][0-9][\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="YearDayTimeType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-DDDThh:mm:ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(00[1-9]|0[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]|36[0-6])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearDayTimeUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-DDDThh:mm:ssZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(00[1-9]|0[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]|36[0-6])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearDayTimeUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-DDDThh:mm:ss+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-(00[1-9]|0[1-9][0-9]|[1-2][0-9]{2}|3[0-5][0-9]|36[0-6])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="YearWeekDayHourType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www-DThh</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearWeekDayHourUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www-DThhZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3])Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearWeekDayHourUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www-DThh+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3])[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="YearWeekDayHourMinuteType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www-DThh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearWeekDayHourMinuteUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www-DThh:mmZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearWeekDayHourMinuteUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www-DThh:mm+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9][\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:simpleType name="YearWeekDayTimeType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www-DThh:mm:ss</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearWeekDayTimeUTCType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www-DThh:mm:ssZ</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)Z"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="YearWeekDayTimeUTCOffsetType">
		<xsd:annotation>
			<xsd:documentation>ISO 8601 format: YYYY-Www-DThh:mm:ss+hh:mm</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="[0-9]{4}-W(0[1-9]|[1-4][0-9]|5[012])-[1-7]T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](|.[0-9]*)[\+|\-]([0-1][0-9]|2[0-3]):[0-5][0-9]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
	<xsd:element name="Test">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="DayOfYear" type="xbt:DayOfYearType" minOccurs="0"/>
				<xsd:element name="MonthTest" type="xbt:MonthTest" minOccurs="0"/>
				<xsd:element name="Month" type="xbt:MonthType" minOccurs="0"/>
				<xsd:element name="Week" type="xbt:WeekType" minOccurs="0"/>
				<xsd:element name="WeekDay" type="xbt:WeekDayType" minOccurs="0"/>
				<xsd:element name="YearDay" type="xbt:YearDayType" minOccurs="0"/>
				<xsd:element name="YearMonth" type="xbt:YearMonthType" minOccurs="0"/>
				<xsd:element name="YearWeek" type="xbt:YearWeekType" minOccurs="0"/>
				<xsd:element name="YearWeekDay" type="xbt:YearWeekDayType" minOccurs="0"/>
				<xsd:element name="Hour" type="xbt:HourType" minOccurs="0"/>
				<xsd:element name="HourUTC" type="xbt:HourUTCType" minOccurs="0"/>
				<xsd:element name="HourUTCOffset" type="xbt:HourUTCOffsetType" minOccurs="0"/>
				<xsd:element name="HourMinute" type="xbt:HourMinuteType" minOccurs="0"/>
				<xsd:element name="HourMinuteUTC" type="xbt:HourMinuteUTCType" minOccurs="0"/>
				<xsd:element name="HourMinuteUTCOffset" type="xbt:HourMinuteUTCOffsetType" minOccurs="0"/>
				<xsd:element name="Minute" type="xbt:MinuteType" minOccurs="0"/>
				<xsd:element name="MinuteSecond" type="xbt:MinuteSecondType" minOccurs="0"/>
				<xsd:element name="Second" type="xbt:SecondType" minOccurs="0"/>
				<xsd:element name="Time" type="xbt:TimeType" minOccurs="0"/>
				<xsd:element name="TimeUTC" type="xbt:TimeUTCType" minOccurs="0"/>
				<xsd:element name="TimeUTCOffset" type="xbt:TimeUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DateHour" type="xbt:DateHourType" minOccurs="0"/>
				<xsd:element name="DateHourUTC" type="xbt:DateHourUTCType" minOccurs="0"/>
				<xsd:element name="DateHourUTCOffset" type="xbt:DateHourUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DateHourMinute" type="xbt:DateHourMinuteType" minOccurs="0"/>
				<xsd:element name="DateHourMinuteUTC" type="xbt:DateHourMinuteUTCType" minOccurs="0"/>
				<xsd:element name="DateHourMinuteUTCOffset" type="xbt:DateHourMinuteUTCOffsetType" minOccurs="0"/>
				<xsd:element name="Datetime" type="xbt:DateTimeType" minOccurs="0"/>
				<xsd:element name="DateTimeUTC" type="xbt:DateTimeUTCType" minOccurs="0"/>
				<xsd:element name="DateTimeUTCOffset" type="xbt:DateTimeUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DayHour" type="xbt:DayHourType" minOccurs="0"/>
				<xsd:element name="DayHourUTC" type="xbt:DayHourUTCType" minOccurs="0"/>
				<xsd:element name="DayHourUTCOffset" type="xbt:DayHourUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DayHourMinute" type="xbt:DayHourMinuteType" minOccurs="0"/>
				<xsd:element name="DayHourMinuteUTC" type="xbt:DayHourMinuteUTCType" minOccurs="0"/>
				<xsd:element name="DayHourMinuteUTCOffset" type="xbt:DayHourMinuteUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DayTime" type="xbt:DayTimeType" minOccurs="0"/>
				<xsd:element name="DayUTCTime" type="xbt:DayTimeUTCType" minOccurs="0"/>
				<xsd:element name="DayTimeUTCOffset" type="xbt:DayTimeUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DayOfWeekHour" type="xbt:DayOfWeekHourType" minOccurs="0"/>
				<xsd:element name="DayOfWeekHourUTC" type="xbt:DayOfWeekHourUTCType" minOccurs="0"/>
				<xsd:element name="DayOfWeekHourUTCOffset" type="xbt:DayOfWeekHourUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DayOfWeekHourMinute" type="xbt:DayOfWeekHourMinuteType" minOccurs="0"/>
				<xsd:element name="DayOfWeekHourMinuteUTC" type="xbt:DayOfWeekHourMinuteUTCType" minOccurs="0"/>
				<xsd:element name="DayOfWeekHourMinuteUTCOffset" type="xbt:DayOfWeekHourMinuteUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DayOfWeekTime" type="xbt:DayOfWeekTimeType" minOccurs="0"/>
				<xsd:element name="DayOfWeekTimeUTC" type="xbt:DayOfWeekTimeUTCType" minOccurs="0"/>
				<xsd:element name="DayOfWeekTimeUTCOffset" type="xbt:DayOfWeekTimeUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DayOfYearHour" type="xbt:DayOfYearHourType" minOccurs="0"/>
				<xsd:element name="DayOfYearHourUTC" type="xbt:DayOfYearHourUTCType" minOccurs="0"/>
				<xsd:element name="DayOfYearHourUTCOffset" type="xbt:DayOfYearHourUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DayOfYearHourMinute" type="xbt:DayOfYearHourMinuteType" minOccurs="0"/>
				<xsd:element name="DayOfYearHourMinuteUTC" type="xbt:DayOfYearHourMinuteUTCType" minOccurs="0"/>
				<xsd:element name="DayOfYearHourMinuteUTCOffset" type="xbt:DayOfYearHourMinuteUTCOffsetType" minOccurs="0"/>
				<xsd:element name="DayOfYearTime" type="xbt:DayOfYearTimeType" minOccurs="0"/>
				<xsd:element name="DayOfYearTimeUTC" type="xbt:DayOfYearTimeUTCType" minOccurs="0"/>
				<xsd:element name="DayOfYearTimeUTCOffset" type="xbt:DayOfYearTimeUTCOffsetType" minOccurs="0"/>
				<xsd:element name="MonthDayHour" type="xbt:MonthDayHourType" minOccurs="0"/>
				<xsd:element name="MonthDayHourUTC" type="xbt:MonthDayHourUTCType" minOccurs="0"/>
				<xsd:element name="MonthDayHourUTCOffset" type="xbt:MonthDayHourUTCOffsetType" minOccurs="0"/>
				<xsd:element name="MonthDayHourMinute" type="xbt:MonthDayHourMinuteType" minOccurs="0"/>
				<xsd:element name="MonthDayHourMinuteUTC" type="xbt:MonthDayHourMinuteUTCType" minOccurs="0"/>
				<xsd:element name="MonthDayHourMinuteUTCOffset" type="xbt:MonthDayHourMinuteUTCOffsetType" minOccurs="0"/>
				<xsd:element name="MonthDayTime" type="xbt:MonthDayTimeType" minOccurs="0"/>
				<xsd:element name="MonthDayTimeUTC" type="xbt:MonthDayTimeUTCType" minOccurs="0"/>
				<xsd:element name="MonthDayTimeUTCOffset" type="xbt:MonthDayTimeUTCOffsetType" minOccurs="0"/>
				<xsd:element name="WeekDayHour" type="xbt:WeekDayHourType" minOccurs="0"/>
				<xsd:element name="WeekDayHourUTC" type="xbt:WeekDayHourUTCType" minOccurs="0"/>
				<xsd:element name="WeekDayHourUTCOffset" type="xbt:WeekDayHourUTCOffsetType" minOccurs="0"/>
				<xsd:element name="WeekDayHourMinute" type="xbt:WeekDayHourMinuteType" minOccurs="0"/>
				<xsd:element name="WeekDayHourMinuteUTC" type="xbt:WeekDayHourMinuteUTCType" minOccurs="0"/>
				<xsd:element name="WeekDayHourMinuteUTCOffset" type="xbt:WeekDayHourMinuteUTCOffsetType" minOccurs="0"/>
				<xsd:element name="WeekDayTime" type="xbt:WeekDayTimeType" minOccurs="0"/>
				<xsd:element name="WeekDayTimeUTC" type="xbt:WeekDayTimeUTCType" minOccurs="0"/>
				<xsd:element name="WeekDayTimeUTCOffset" type="xbt:WeekDayTimeUTCOffsetType" minOccurs="0"/>
				<xsd:element name="YearDayHour" type="xbt:YearDayHourType" minOccurs="0"/>
				<xsd:element name="YearDayHourUTC" type="xbt:YearDayHourUTCType" minOccurs="0"/>
				<xsd:element name="YearDayHourUTCOffset" type="xbt:YearDayHourUTCOffsetType" minOccurs="0"/>
				<xsd:element name="YearDayHourMinute" type="xbt:YearDayHourMinuteType" minOccurs="0"/>
				<xsd:element name="YearDayHourMinuteUTC" type="xbt:YearDayHourMinuteUTCType" minOccurs="0"/>
				<xsd:element name="YearDayHourMinuteUTCOffset" type="xbt:YearDayHourMinuteUTCOffsetType" minOccurs="0"/>
				<xsd:element name="YearDayTime" type="xbt:YearDayTimeType" minOccurs="0"/>
				<xsd:element name="YearDayTimeUTC" type="xbt:YearDayTimeUTCType" minOccurs="0"/>
				<xsd:element name="YearDayTimeUTCOffset" type="xbt:YearDayTimeUTCOffsetType" minOccurs="0"/>
				<xsd:element name="YearWeekDayHour" type="xbt:YearWeekDayHourType" minOccurs="0"/>
				<xsd:element name="YearWeekDayHourUTC" type="xbt:YearWeekDayHourUTCType" minOccurs="0"/>
				<xsd:element name="YearWeekDayHourUTCOffset" type="xbt:YearWeekDayHourUTCOffsetType" minOccurs="0"/>
				<xsd:element name="YearWeekDayHourMinute" type="xbt:YearWeekDayHourMinuteType" minOccurs="0"/>
				<xsd:element name="YearWeekDayHourMinuteUTC" type="xbt:YearWeekDayHourMinuteUTCType" minOccurs="0"/>
				<xsd:element name="YearWeekDayHourMinuteUTCOffset" type="xbt:YearWeekDayHourMinuteUTCOffsetType" minOccurs="0"/>
				<xsd:element name="YearWeekTime" type="xbt:YearWeekDayTimeType" minOccurs="0"/>
				<xsd:element name="YearWeekDayTimeUTC" type="xbt:YearWeekDayTimeUTCType" minOccurs="0"/>
				<xsd:element name="YearWeekDayTimeUTCOffset" type="xbt:YearWeekDayTimeUTCOffsetType" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:simpleType name="MonthTest">
		<xsd:restriction base="xsd:token">
			<xsd:pattern value="(0[1-9]|1[012])"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!---->
</xsd:schema>
