1# Interface: Attribute 2 3### Properties 4 5* [name](#name) 6* [namespace](#namespace) 7* [prefix](#prefix) 8* [value](#value) 9 10--- 11 12## Properties 13 14<a id="name"></a> 15 16### name 17 18**● name**: *`string`* 19 20The name of the attribute. 21 22___ 23<a id="namespace"></a> 24 25### `<Optional>` namespace 26 27**● namespace**: *`string`* 28 29The namespace of the attribute. 30 31___ 32<a id="prefix"></a> 33 34### `<Optional>` prefix 35 36**● prefix**: *`string`* 37 38The namespace-related prefix of the attribute. 39 40___ 41<a id="value"></a> 42 43### value 44 45**● value**: *`string`* 46 47The value of the attribute. 48 49___ 50 51