<?xml version="1.0" encoding="UTF-8"?>
<!--
This example desceribes a simple on-street stop place with quays, but without spesified boarding positions within quays. It also presents some additional information, like accessibility and an alternative name.
 -->
<StopPlace xmlns="http://www.netex.org.uk/netex" xmlns:siri="http://www.siri.org.uk/siri" xmlns:core="http://www.govtalk.gov.uk/core" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ifopt="http://www.ifopt.org.uk/ifopt" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.netex.org.uk/netex ../../../../xsd/netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd" id="id0" created="2006-05-04T18:13:51.0" version="any" status="active">
	<privateCodes>
		<PrivateCode>PrivateCode</PrivateCode>
	</privateCodes>
	<Name lang="en-US">Name</Name>
	<Description lang="en-US">Description</Description>
	<!-- Point where the stop should be placed on the map -->
	<Centroid>
		<Location>
			<Longitude>0</Longitude>
			<Latitude>0</Latitude>
			<Altitude>2000</Altitude>
			<gml:pos>0</gml:pos>
			<Precision>0</Precision>
		</Location>
	</Centroid>
	<!-- What kind of accessibility limitations are present -->
	<AccessibilityAssessment id="1">
		<MobilityImpairedAccess>true</MobilityImpairedAccess>
		<limitations>
			<AccessibilityLimitation id="1">
				<WheelchairAccess>true</WheelchairAccess>
				<StepFreeAccess>true</StepFreeAccess>
				<AudibleSignalsAvailable>true</AudibleSignalsAvailable>
			</AccessibilityLimitation>
		</limitations>
	</AccessibilityAssessment>
	<!-- Name versions in other languages -->
	<alternativeNames>
		<AlternativeName>
			<Lang>no-NO</Lang>
			<NameType>alias</NameType>
			<TypeOfName>TypeOfName</TypeOfName>
			<Name lang="no-NO">Name</Name>
		</AlternativeName>
	</alternativeNames>
	<!-- What kind of facilities are available -->
	<facilities>
		<SiteFacilitySet id="id252" version="any">
			<AccessibilityInfoFacilityList>largePrintTimetables audioForHearingImpaired audioInformation displaysForVisuallyImpaired</AccessibilityInfoFacilityList>
			<PassengerInformationEquipmentList>timetablePoster</PassengerInformationEquipmentList>
			<PassengerInformationFacilityList>passengerInformationDisplay realTimeConnections</PassengerInformationFacilityList>
		</SiteFacilitySet>
	</facilities>
	<!-- Details about available transport types -->
	<TransportMode>bus</TransportMode>
	<BusSubmode>localBus</BusSubmode>
	<!-- Reference to tariff zone the stop place is a part of. The zone itself is defined elsewhere -->
	<tariffZones>
		<TariffZoneRef ref="ref180" version="any"/>
	</tariffZones>
	<!-- Additional details about stop: stop type and whether the stop is located on the border -->
	<StopPlaceType>onstreetBus</StopPlaceType>
	<BorderCrossing>false</BorderCrossing>
	<!-- List of quays. The first one is a reference to an already defined object, while the other one is inline definition of a quay. Since this is a simple stop along the road, it has no marking for separate boarding positions.
    -->
	<quays>
		<QuayRef ref="ref195" version="any"/>
		<Quay id="id201" version="any">
			<Name lang="en-US">Name</Name>
			<Description lang="en-US">Description</Description>
			<Centroid>
				<Location>
					<Longitude>0</Longitude>
					<Latitude>0</Latitude>
					<Altitude>2000</Altitude>
					<gml:pos>0</gml:pos>
					<Precision>0</Precision>
				</Location>
			</Centroid>
			<RoadAddress id="1">
				<RoadNumber>RoadNumber</RoadNumber>
				<RoadName lang="en-US">RoadName</RoadName>
			</RoadAddress>
			<Covered>indoors</Covered>
			<Gated>gatedArea</Gated>
			<Lighting>wellLit</Lighting>
			<AlightingUse>true</AlightingUse>
			<Label lang="en-US">Label1</Label>
			<CompassOctant>SW</CompassOctant>
			<QuayType>busStop</QuayType>
		</Quay>
	</quays>
</StopPlace>
