DeckWindow
A window adjoining a DeckSpace.
<DeckWindow version="any" id="321">
...
</DeckWindow>XSD: xsd/netex_framework/netex_reusableComponents/netex_deckPlan_version.xsd
Location
PublicationDelivery/dataObjects/ResourceFrame/deckPlans/DeckPlan/decks/Deck/deckSpaces/DeckSpace/deckWindowsProperties
Name
A name to identify the window.
Example
<Name>
<Text lang="en">Window Row 3-4</Text>
</Name>Description
A description providing additional information about the window.
Example
<Description>
<Text lang="en">Interior window to compartment 4.</Text>
</Description>Orientation
Orientation of the window relative to the vehicle front. Default is forwards. Note: The orientation is not linked to the driving direction, instead vehicles and even carriages have a front and back which defines their directionality.
Values (ComponentOrientationEnumeration):
- forwards
- backwards
- unknown
- leftwards
- rightwards
- angledLeft
- angledRight
- angledBackLeft
- angledBackRight
Example
<Orientation>rightwards</Orientation>Width
The inner width of the window in meters.
Example
<Width>3</Width>Height
The inner height of the window in meters.
Example
<Height>2</Height>DeckLevelRef
Reference to the DeckLevel this window belongs to. If omitted this shall be inherited from the Deck in which the DeckWindow is defined.
Example
<DeckLevelRef ref="level:2"/>DistanceFromFront
The distance of the windows's forward edge from the front of the vehicle in meters.
Example
<DistanceFromFront>15.3</DistanceFromFront>HeightFromFloor
The height of the window from the floor in meters.
Example
<HeightFromFloor>0.45</HeightFromFloor>VehicleSide
The location of the window relative to forward orientation of the vehicle (see Orientation).
Values (VehicleSideEnumeration):
- leftSide
- rightSide
- frontEnd
- backEnd
- internal
- above
- below
Example
<VehicleSide>rightSide<VehicleSide/>DeckWindowType
The classification of the window.
Values (DeckWindowTypeEnumeration):
- interspaced
- continuous
- panorama
- porthole
- other
Example
<DeckWindowType>interspaced<DeckWindowType/>HasBlind
Whether the window has a blind.
Example
<HasBlind>True<HasBlind/>CanBeOpened
Whether the window can be opened.
Example
<CanBeOpened>False<CanBeOpened/>