<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.eamxml.org/schema/Rev0" targetNamespace="http://www.eamxml.org/schema/Rev0" elementFormDefault="qualified">
	<xs:annotation>
		<xs:documentation>
			EAMXML.org Representation of Shift
		</xs:documentation>
	</xs:annotation>
	<xs:element name="Shift" type="ShiftType"/>
	<xs:complexType name="ShiftType">
		<xs:attribute name="Id" type="xs:string" use="required"/>
		<xs:attribute name="Name" type="xs:string" use="optional"/>
		<xs:attribute name="Description" type="xs:string" use="optional"/>
		<xs:attribute name="ParentShiftId" type="xs:string" use="optional"/>
		<xs:attribute name="ShiftStartTime" type="xs:time" use="optional"/>
		<xs:attribute name="ShiftStopTime" type="xs:time" use="optional"/>
		<xs:attribute name="Active" type="xs:boolean" use="optional"/>
		<xs:attribute name="Visible" type="xs:boolean" use="optional"/>

	</xs:complexType>
</xs:schema>

