CompassLocationTag: Of<{
    id: 3;
    tags: {
        East: {
            id: 2;
            label: "East";
        };
        North: {
            id: 0;
            label: "North";
        };
        NorthEast: {
            id: 1;
            label: "North-East";
        };
        NorthWest: {
            id: 7;
            label: "North-West";
        };
        South: {
            id: 4;
            label: "South";
        };
        SouthEast: {
            id: 3;
            label: "South-East";
        };
        SouthWest: {
            id: 5;
            label: "South-West";
        };
        West: {
            id: 6;
            label: "West";
        };
    };
}> = ...

The tags contained in this namespace may be used in any domain or context, to indicate an association with a position in a certain compass direction (e.g. an outdoor sensor in the North garden). Note the difference with Chapter 3, Common Compass Direction Semantic Tag Namespace.

MatterSpecification.v13.Namespace § 4