LocatableSpot
An identifiable individual area within a given PassengerSpace, which may potentially be allocated to a single passenger.
The properties below are general properties that any LocatableSpot provides.
XSD: xsd/netex_framework/netex_reusableComponents/netex_seatingPlan_version.xsd
Properties
Name
A name to identify the spot.
Example
<Name>
<Text lang="en">Compartment 3</Text>
</Name>Description
A description providing additional information about the spot.
Example
<Description>
<Text lang="en">Second class family compartment.</Text>
</Description>Centroid
The center position of the LocatableSpot in a 2D cartesian coordinate system. The parent Deck element acts as the bounding box of the LocatableSpot and the unit is in meters. This is only useful for generating a visual deck plan.
Example
<Centroid>
<Location>
<gml:pos>2 10</gml:pos>
</Location>
</Centroid>Label
An attached or printed name of the spot like the seat number.
Example
<Label>
<Text lang="en">C3</Text>
</Label>Orientation
Orientation of the spot relative to the vehicle front. Default is forwards. Note: The orientation is not linked to the driving direction, instead vehicles even carriages have a front and back which defines their directionality.
Values (ComponentOrientationEnumeration):
- forwards
- backwards
- unknown
- leftwards
- rightwards
- angledLeft
- angledRight
- angledBackLeft
- angledBackRight
Example
<Orientation>backwards</Orientation>Width
The inner width of the spot in meters. Width is measured perpendicular to the spot's forward orientation.
Example
<Width>3</Width>Length
The inner length of the spot in meters. Length is measure parallel to the spot's forward orientation.
Example
<Length>2</Length>Height
The inner height of the spot in meters.
Example
<Height>2</Height>FacilitySetRef
Facilities available at this spot. This is a reference to a ServiceFacilitySet defined under:
PublicationDelivery/dataObjects/ResourceFrame/vehicleTypes/VehicleType/facilitiesExample
<ServiceFacilitySetRef ref="sfs:01"/>actualVehicleEquipments
Equipment available at this spot. This contains references to Equipment defined under:
PublicationDelivery/dataObjects/ResourceFrame/equipmentsExample
<actualVehicleEquipments>
<ActualVehicleEquipment version="any" id="1">
<Units>1</Units>
<SanitaryEquipmentRef version="any" ref="1"/>
</ActualVehicleEquipment>
</actualVehicleEquipments>LocatableSpotType
The category of the spot.
Values (TypeOfLocatableSpotEnumeration):
- seat
- bed
- standingSpace
- wheelchairSpace
- pushchairSpace
- luggageSpace
- bicycleSpace
- vehicleSpace
- specialSpace
- other
Example
<LocatableSpotType>seat</LocatableSpotType>SpotRowRef
Reference to the SpotRow this spot belongs to.
Example
<SpotRowRef ref="5"/>SpotColumnRef
Reference to the SpotColumn this spot belongs to.
Example
<SpotColumnRef ref="B"/>