NumberTag: Of<{
    id: 7;
    tags: {
        Eight: {
            id: 8;
            label: "Eight";
        };
        Five: {
            id: 5;
            label: "Five";
        };
        Four: {
            id: 4;
            label: "Four";
        };
        Nine: {
            id: 9;
            label: "Nine";
        };
        One: {
            id: 1;
            label: "One";
        };
        Seven: {
            id: 7;
            label: "Seven";
        };
        Six: {
            id: 6;
            label: "Six";
        };
        Ten: {
            id: 10;
            label: "Ten";
        };
        Three: {
            id: 3;
            label: "Three";
        };
        Two: {
            id: 2;
            label: "Two";
        };
        Zero: {
            id: 0;
            label: "Zero";
        };
    };
}> = ...

The tags contained in this namespace may be used in any domain or context, to indicate an association with a certain numeric feature of a device (e.g. a numeric input button).

MatterSpecification.v13.Namespace § 8