SimpleType

data class SimpleType(val name: String? = null, val annotation: Annotation? = null, val restriction: Restriction)(source)

Constructors

Link copied to clipboard
constructor(name: String? = null, annotation: Annotation? = null, restriction: Restriction)

Properties

Link copied to clipboard
@XmlElement
@XmlSerialName(value = "annotation", namespace = "http://www.w3.org/2001/XMLSchema")
val annotation: Annotation?
Link copied to clipboard
val name: String?
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "restriction", namespace = "http://www.w3.org/2001/XMLSchema")
val restriction: Restriction