Choice

@XmlSerialName(value = "choice", namespace = "http://www.w3.org/2001/XMLSchema")
data class Choice(val element: Element) : Elements(source)

Constructors

Link copied to clipboard
constructor(element: Element)

Properties

Link copied to clipboard
@XmlSerialName(value = "element", namespace = "http://www.w3.org/2001/XMLSchema")
val element: Element