# uxmlChildElementsDescription

> Returns an empty enumerable.

## Definition

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

> **Warning:**
>
> **Deprecated.** BaseUxmlFactory\<TCreatedType, TTraits> is deprecated and will be removed. Use UxmlElementAttribute instead.

```csharp
public virtual IEnumerable<UxmlChildElementDescription> uxmlChildElementsDescription { get; }
```
