# XmlProlog.AttributesContainer

> The attributes container for the <xml> element.

## Definition

* **Type:** Class
* **Namespace:** [Unity.Android.Gradle.Manifest](/engine/6000.5/script-reference/unity/android/gradle/manifest.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public sealed class XmlProlog.AttributesContainer
```

## Properties

| Property                                                                                                                | Description                                                           |
| ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [Encoding](/engine/6000.5/script-reference/unity/android/gradle/manifest/xmlprolog/attributescontainer/encoding.md)     | The C# definition of the `  encoding   ` Android Manifest attribute.  |
| [Standalone](/engine/6000.5/script-reference/unity/android/gradle/manifest/xmlprolog/attributescontainer/standalone.md) | The C# definition of the `  standalone  ` Android Manifest attribute. |
| [Version](/engine/6000.5/script-reference/unity/android/gradle/manifest/xmlprolog/attributescontainer/version.md)       | The C# definition of the `  version  ` Android Manifest attribute.    |
