﻿<?xml version="1.0" encoding="UTF-8"?>
<!-- Example to illustrate the use of the Standard Elevator Information Schema ­­
     This XML document is one of stream sent to a graphical remote status 
     display (probably a web-browser), via the Internet. 
     The document references an XSL transform which converts the XML into an
     HTML table to represent the operation of the lifts in a graphic format. 
     Notice that not all lifts serve every floor - unserviced shaft/floors 
     are rendered in solid black by the transform.
     
     (c) Jonathan Beebe, January 2020  ­­
 -->
<?xml-stylesheet type="text/xsl" href="./LiftInfoTransform02.xsl"?>
<LiftInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://seis.std4lift.info/">
	<StaticData>
		<Group ID="1">
			<Algorithm>FS4</Algorithm>
			<Car ID="1">
				<FloorsServed>
					<Range>
						<LowFloor>1</LowFloor>
						<HighFloor>8</HighFloor>
					</Range>
				</FloorsServed>
				<SpeedProfile>
					<RatedSpeed>3.5</RatedSpeed>
					<TimeToRatedSpeed>4.0</TimeToRatedSpeed>
					<TimeToStop>8.5</TimeToStop>
					<InterfloorFlightTimes>
						<FlightTime>14.0</FlightTime>
						<TripDistance>
							<LowFloor>1</LowFloor>
							<HighFloor>4</HighFloor>
						</TripDistance>
					</InterfloorFlightTimes>
					<Decks>0</Decks>
					<Acceleration>1.3</Acceleration>
				</SpeedProfile>
				<DoorProfile>
					<TimeToOpen>2.1</TimeToOpen>
					<TimeToClose>3.5</TimeToClose>
					<DwellTime>4.0</DwellTime>
					<ShortDwellTime>2.0</ShortDwellTime>
					<TimeToLimitedOpen>1.0</TimeToLimitedOpen>
					<TimeToLimitedClose>1.0</TimeToLimitedClose>
				</DoorProfile>
				<RatedCapacity>90</RatedCapacity>
			</Car>
			<Car ID="2">
				<FloorsServed>
					<Range>
						<LowFloor>1</LowFloor>
						<HighFloor>8</HighFloor>
					</Range>
				</FloorsServed>
				<SpeedProfile>
					<RatedSpeed>3.5</RatedSpeed>
					<TimeToRatedSpeed>4.0</TimeToRatedSpeed>
					<TimeToStop>8.5</TimeToStop>
					<InterfloorFlightTimes>
						<FlightTime>14.0</FlightTime>
						<TripDistance>
							<LowFloor>1</LowFloor>
							<HighFloor>4</HighFloor>
						</TripDistance>
					</InterfloorFlightTimes>
					<Decks>0</Decks>
					<Acceleration>1.3</Acceleration>
				</SpeedProfile>
				<DoorProfile>
					<TimeToOpen>2.1</TimeToOpen>
					<TimeToClose>3.5</TimeToClose>
					<DwellTime>4.0</DwellTime>
					<ShortDwellTime>2.0</ShortDwellTime>
					<TimeToLimitedOpen>1.0</TimeToLimitedOpen>
					<TimeToLimitedClose>1.0</TimeToLimitedClose>
				</DoorProfile>
				<RatedCapacity>90</RatedCapacity>
			</Car>
			<Car ID="3">
				<FloorsServed>
					<Range>
						<LowFloor>1</LowFloor>
						<HighFloor>15</HighFloor>
					</Range>
				</FloorsServed>
				<SpeedProfile>
					<RatedSpeed>3.5</RatedSpeed>
					<TimeToRatedSpeed>4.0</TimeToRatedSpeed>
					<TimeToStop>8.5</TimeToStop>
					<InterfloorFlightTimes>
						<FlightTime>14.0</FlightTime>
						<TripDistance>
							<LowFloor>1</LowFloor>
							<HighFloor>4</HighFloor>
						</TripDistance>
					</InterfloorFlightTimes>
					<Decks>0</Decks>
					<Acceleration>1.3</Acceleration>
				</SpeedProfile>
				<DoorProfile>
					<TimeToOpen>2.1</TimeToOpen>
					<TimeToClose>3.5</TimeToClose>
					<DwellTime>4.0</DwellTime>
					<ShortDwellTime>2.0</ShortDwellTime>
					<TimeToLimitedOpen>1.0</TimeToLimitedOpen>
					<TimeToLimitedClose>1.0</TimeToLimitedClose>
				</DoorProfile>
				<RatedCapacity>90</RatedCapacity>
			</Car>
		</Group>
	</StaticData>
	<DynamicData Time="10:42:16.7">
		<Group ID="1">
			<Car ID="1">
				<Status>InService</Status>
				<Floor>3</Floor>
				<Direction>Down</Direction>
				<RegisteredCalls>
					<LandingCall>
						<Floor>5</Floor>
						<Direction>Down</Direction>
					</LandingCall>
					<CarCall>
						<Floor>3</Floor>
					</CarCall>
					<LandingCall>
						<Floor>5</Floor>
						<Direction>Down</Direction>
					</LandingCall>
					<CarCall>
						<Floor>3</Floor>
					</CarCall>
					<LandingCall>
						<Floor>5</Floor>
						<Direction>Down</Direction>
					</LandingCall>
					<CarCall>
						<Floor>3</Floor>
					</CarCall>
				</RegisteredCalls>
				<Mode>InService</Mode>
				<Load>10.0</Load>
			</Car>
			<Car ID="2">
				<Status>InService</Status>
				<Floor>7</Floor>
				<Direction>Down</Direction>
				<Load>20.0</Load>
			</Car>
			<Car ID="3">
				<Status>InService</Status>
				<Floor>10</Floor>
				<Direction>Down</Direction>
				<Load>30.0</Load>
			</Car>
			<RegisteredCalls>
					<LandingCall>
						<Floor>5</Floor>
						<Direction>Up</Direction>
					</LandingCall>
					<LandingCall>
						<Floor>10</Floor>
						<Direction>Down</Direction>
					</LandingCall>
			</RegisteredCalls>
		</Group>
	</DynamicData>
</LiftInformation>
