DeckSpace
A DeckSpace is an area within a vehicle delimiting a particular use such as a seating compartment, WC, on-board restaurant or gangway. A DeckSpace may contain other spaces (see ParentDeckSpaceRef) and different types of DeckSpaces may overlap.
The properties below are general properties that any DeckSpace provides.
XSD: xsd/netex_framework/netex_reusableComponents/netex_deckPlan_version.xsd
Properties
Name
A name to identify the space.
Example
<Name>
<Text lang="en">Compartment 3</Text>
</Name>Description
A description providing additional information about the space.
Example
<Description>
<Text lang="en">Second class family compartment.</Text>
</Description>gml:Polygon
The area the DeckSpace occupies in a 2D cartesian coordinate system. The parent Deck element acts as the bounding box of the DeckSpace and the unit is in meters. This is only useful for generating a visual deck plan.
Example
<gml:Polygon gml:id="abc">
<gml:exterior>
<gml:LinearRing>
<gml:posList>4.2 5.1 10.2 5.2 0.3 2</gml:posList>
</gml:LinearRing>
</gml:exterior>
<gml:interior>
<gml:LinearRing>
<gml:posList>1 1 1.1 1.1 0.9 0.9</gml:posList>
</gml:LinearRing>
</gml:interior>
</gml:Polygon>Label
An attached or printed name of the space like the name found on a room sign.
Example
<Label>
<Text lang="en">C3</Text>
</Label>Orientation
Orientation of the space 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 space in meters. Width is measured perpendicular to the space's forward orientation.
Example
<Width>3</Width>Length
The inner length of the space in meters. Length is measure parallel to the space's forward orientation.
Example
<Length>2</Length>Height
The inner height of the space in meters.
Example
<Height>2</Height>FacilitySetRef
Facilities available at this space. This is a reference to a ServiceFacilitySet defined under:
PublicationDelivery/dataObjects/ResourceFrame/vehicleTypes/VehicleType/facilitiesExample
<ServiceFacilitySetRef ref="sfs:01"/>actualVehicleEquipments
Equipment available at this space. 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>PublicUse
Whether the space is open to the public. Default is true.
Example
<PublicUse>false</PublicUse>DeckLevelRef
Reference to the DeckLevel this space belongs to. If omitted this shall be inherited from the Deck in which the DeckSpace is defined.
Example
<DeckLevelRef ref="level:2"/>FareClass
The fare class of this space. Defaults to any.
Values (FareClassEnumeration):
- unknown
- firstClass
- secondClass
- thirdClass
- preferente
- premiumClass
- businessClass
- standardClass
- turista
- economyClass
- any
Example
<FareClass>firstClass</FareClass>AccessibilityAssessment
Specific AccessibilityAssessment of this DeckSpace.
Example
<AccessibilityAssessment version="any" id="1">
<suitabilities>
<Suitability>
<PsychosensoryNeed>averseToConfinedSpaces</PsychosensoryNeed>
<Suitable>notSuitable</Suitable>
</Suitability>
<Suitability>
<MobilityNeed>wheelchair</MobilityNeed>
<Suitable>notSuitable</Suitable>
</Suitability>
</suitabilities>
<Comment>The gangway is only 0.5 meters wide.</Comment>
</AccessibilityAssessment>Covered
Whether the space is covered. Default is true.
Example
<Covered>false</Covered>AirConditioned
Whether the space has air conditioning.
Example
<AirConditioned>true</AirConditioned>SmokingAllowed
Whether smoking is allowed in this space. Defaults to false.
Example
<SmokingAllowed>true</SmokingAllowed>ParentDeckSpaceRef
Reference to another DeckSpace of which this space is a part of.
Example
<ParentDeckSpaceRef ref="passenger-space:43"/>deckEntrances
Entrances connected to this space. This contains a list of DeckEntrance definitions or references.
Example
<deckEntrances>
<PassengerEntrance version="any" id="2">
...
</PassengerEntrance>
<PassengerEntranceRef ref="1">
</deckEntrances>deckWindows
Windows adjoining this space. This contains a list of DeckWindow definitions or references.
Example
<deckWindows>
<DeckWindow version="any" id="2">
...
</DeckWindow>
<DeckWindowRef ref="1">
</deckWindows>TotalCapacity
The total capacity of people for the space.
Example
<TotalCapacity>10</TotalCapacity>deckSpaceCapacities
Individual capacities by category such as bed, standing, seat etc.
Values (TypeOfLocatableSpotEnumeration):
- seat
- prioritySeat (See NeTEx Proposal)
- bed
- standingSpace
- wheelchairSpace
- pushchairSpace
- luggageSpace
- bicycleSpace
- vehicleSpace
- specialSpace
- other
Example
<deckSpaceCapacities>
<DeckSpaceCapacity version="any" id="1">
<LocatableSpotType>seating</LocatableSpotType>
<Capacity>20</Capacity>
</DeckSpaceCapacity>
<DeckSpaceCapacity version="any" id="2">
<LocatableSpotType>standingSpace</LocatableSpotType>
<Capacity>20</Capacity>
</DeckSpaceCapacity>
</deckSpaceCapacities>