# uxmlNamespace

> The namespace of the UXML element read by the factory.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

> **Warning:**
>
> **Deprecated.** IUxmlFactory is deprecated and will be removed. Use UxmlElementAttribute instead.

```csharp
string uxmlNamespace { get; }
```
