attribute? | boolean | If true, the item is serialized as an XML attribute of its parent, not as a child element. |
name? | string | Overrides the XML element name for this schema or property. |
namespace? | string | XML namespace URI to use for the element/property. |
prefix? | string | XML namespace prefix to apply. |
wrapped? | boolean | Controls whether array items are wrapped inside a container element. Useful when serializing arrays to XML. |
x-ms-text? | boolean | Microsoft extension that marks a property as the text content of an XML element. |