Skip to content

[I] XmlObject

PropertyTypeDescription
attribute?booleanIf true, the item is serialized as an XML attribute of its parent, not as a child element.
name?stringOverrides the XML element name for this schema or property.
namespace?stringXML namespace URI to use for the element/property.
prefix?stringXML namespace prefix to apply.
wrapped?booleanControls whether array items are wrapped inside a container element. Useful when serializing arrays to XML.
x-ms-text?booleanMicrosoft extension that marks a property as the text content of an XML element.