Jaghathiswari Rankappagounder Natarajan | 9c11894 | 2019-02-12 13:22:55 -0800 | [diff] [blame] | 1 | # This record has: |
| 2 | # Container Entity Id and Container Entity Instance = (0x13, 0x81) |
| 3 | # Contained Entity Id and Contained Entity Instance = (0x0A, 0x1), |
| 4 | # (0x0A, 0x3), (0x0A, 0x5), (0x0A, 0x7) |
| 5 | # Entity Record id is the key |
| 6 | 0x01: |
| 7 | # Container entity contains other entities |
| 8 | # Entity Id and entity Instance for the container entity |
| 9 | containerEntityId: 0x13 |
| 10 | containerEntityInstance: 0x81 |
| 11 | # A record can have contained entities as a four entry list or as upto |
| 12 | # two ranges of entity instances; this record has contained entities |
| 13 | # as a four entry list |
| 14 | isList: "true" |
| 15 | # Records can be linked if necessary to extend the number of contained |
| 16 | # entities within a container entity; this record is not linked |
| 17 | isLinked: "false" |
| 18 | entityId1: 0x0A |
| 19 | entityInstance1: 0x1 |
| 20 | entityId2: 0x0A |
| 21 | entityInstance2: 0x3 |
| 22 | entityId3: 0x0A |
| 23 | entityInstance3: 0x5 |
| 24 | entityId4: 0x0A |
| 25 | entityInstance4: 0x7 |
| 26 | |
| 27 | # The below two records have: |
| 28 | # Container Entity Id and Container Entity Instance = (0x18, 0x2) |
| 29 | # Contained Entity Id and Contained Entity Instance = (0x1D, 0x1), |
| 30 | # (0x1D, 0x4), (0x1D, 0x6), (0x2B, 0x1), (0x2B, 0x3), (0x0F, 0x1), |
| 31 | # (0x0F, 0x3), (0x10, 0x5) |
| 32 | 0x02: |
| 33 | containerEntityId: 0x18 |
| 34 | containerEntityInstance: 0x2 |
| 35 | # This record has contained entities as a four entry list |
| 36 | isList: "true" |
| 37 | # This record is linked with the below record; this record and the |
| 38 | # below record have the same container entity Id and container entity |
| 39 | # instance; |
| 40 | isLinked: "true" |
| 41 | entityId1: 0x1D |
| 42 | entityInstance1: 0x1 |
| 43 | entityId2: 0x1D |
| 44 | entityInstance2: 0x4 |
| 45 | entityId3: 0x1D |
| 46 | entityInstance3: 0x6 |
| 47 | entityId4: 0x2B |
| 48 | entityInstance4: 0x1 |
| 49 | |
| 50 | 0x03: |
| 51 | containerEntityId: 0x18 |
| 52 | containerEntityInstance: 0x2 |
| 53 | # This record has contained entities as a four entry list |
| 54 | isList: "true" |
| 55 | # This record is linked with the above record; this record and the |
| 56 | # above record have the same container entity Id and container entity |
| 57 | # instance |
| 58 | isLinked: "true" |
| 59 | entityId1: 0x2B |
| 60 | entityInstance1: 0x3 |
| 61 | entityId2: 0x0F |
| 62 | entityInstance2: 0x1 |
| 63 | entityId3: 0x0F |
| 64 | entityInstance3: 0x3 |
| 65 | entityId4: 0x10 |
| 66 | entityInstance4: 0x5 |
| 67 | |
| 68 | # This record has: |
| 69 | # Container Entity Id and Container Entity Instance = (0x1E, 0x1) |
| 70 | # Contained Entity Id and Contained Entity Instance = (0x20, 0x1), |
| 71 | # (0x20, 0x2), (0x20, 0x3), (0x20, 0x7), (0x20, 0x8), (0x20, 0x9) |
| 72 | 0x04: |
| 73 | containerEntityId: 0x1E |
| 74 | containerEntityInstance: 0x1 |
| 75 | # This record has contained entities as two ranges of entity instances |
| 76 | isList: "false" |
| 77 | # This record is not linked |
| 78 | isLinked: "false" |
| 79 | entityId1: 0x20 |
| 80 | entityInstance1: 0x1 |
| 81 | entityId2: 0x20 |
| 82 | entityInstance2: 0x3 |
| 83 | entityId3: 0x20 |
| 84 | entityInstance3: 0x7 |
| 85 | entityId4: 0x20 |
| 86 | entityInstance4: 0x9 |
| 87 | |
| 88 | # The below two records have: |
| 89 | # Container Entity Id and Container Entity Instance = (0x1E, 0x3) |
| 90 | # Contained Entity Id and Contained Entity Instance = (0x20, 0x1), |
| 91 | # (0x20, 0x2), (0x20, 0x3), (0x20, 0x6), (0x20, 0x7), (0x20, 0x8), |
| 92 | # (0x20, 0xA), (0x20, 0xB), (0x20, 0xD), (0x20, 0xE), (0x20, 0xF) |
| 93 | 0x05: |
| 94 | containerEntityId: 0x1E |
| 95 | containerEntityInstance: 0x03 |
| 96 | # This record has contained entities as two ranges of entity instances |
| 97 | isList: "false" |
| 98 | # This record is linked with the below record; this record and the |
| 99 | # below record have the same container entity Id and container entity |
| 100 | # instance; |
| 101 | isLinked: "true" |
| 102 | entityId1: 0x20 |
| 103 | entityInstance1: 0x1 |
| 104 | entityId2: 0x20 |
| 105 | entityInstance2: 0x3 |
| 106 | entityId3: 0x20 |
| 107 | entityInstance3: 0x6 |
| 108 | entityId4: 0x20 |
| 109 | entityInstance4: 0x8 |
| 110 | |
| 111 | 0x06: |
| 112 | containerEntityId: 0x1E |
| 113 | containerEntityInstance: 0x03 |
| 114 | # This record has contained entities as two ranges of entity instances |
| 115 | isList: "false" |
| 116 | # This record is linked with the above record; this record and the |
| 117 | # above record have the same container entity Id and container entity |
| 118 | # instance; |
| 119 | isLinked: "true" |
| 120 | entityId1: 0x20 |
| 121 | entityInstance1: 0xA |
| 122 | entityId2: 0x20 |
| 123 | entityInstance2: 0xB |
| 124 | entityId3: 0x20 |
| 125 | entityInstance3: 0xD |
| 126 | entityId4: 0x20 |
| 127 | entityInstance4: 0xF |