---
title: XMLDocument.ContentKind.xml
framework: foundation
role: symbol
role_heading: Case
path: foundation/xmldocument/contentkind/xml
---

# XMLDocument.ContentKind.xml

The default type of document content type, which is XML.

## Declaration

```swift
case xml
```

## See Also

### Enumeration Cases

- [XMLDocument.ContentKind.html](foundation/xmldocument/contentkind/html.md)
- [XMLDocument.ContentKind.text](foundation/xmldocument/contentkind/text.md)
- [XMLDocument.ContentKind.xhtml](foundation/xmldocument/contentkind/xhtml.md)
