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