Skip to content

Enum: CompassDirections8Enum

URI: CompassDirections8Enum

Permissible Values

Value Description
east
north
northeast
northwest
south
southeast
southwest
west

Terms

Name Description
door_loc The relative location of the door in the room
ext_wall_orient The orientation of the exterior wall
ext_window_orient The compass direction the exterior window of the room is facing
heat_deliv_loc The location of heat delivery within the room
wall_loc The relative location of the wall within the room
window_loc The relative location of the window within the room

LinkML Source

name: CompassDirections8Enum
from_schema: https://w3id.org/mixs
permissible_values:
  east:
    text: east
  north:
    text: north
  northeast:
    text: northeast
  northwest:
    text: northwest
  south:
    text: south
  southeast:
    text: southeast
  southwest:
    text: southwest
  west:
    text: west