xml-class-transformer / XmlElemOptions
• Optional
name: string
XML element name. If not specified, the class name will be used.
• Optional
xmlns: string
The xmlns attribute value. Specifies the default XML namespace.
This is just a shortcut for the @XmlAttribute({ name: 'xmlns', type: () => String })
property decorator.
Example
{ xmlns: 'http://s3.amazonaws.com/doc/2006-03-01/' }