# uxmlAttributesDescription

> Describes the UXML attributes expected by the element. The attributes enumerated here will appear in the UXML schema.

## Definition

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

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

```csharp
IEnumerable<UxmlAttributeDescription> uxmlAttributesDescription { get; }
```
