ComplexType

data class ComplexType(val name: String? = null, val annotation: Annotation? = null, val sequence: Sequence? = null, val simpleContent: SimpleContent? = null, val attributes: List<Attribute> = emptyList(), val complexContent: ComplexContent? = null)(source)

Constructors

Link copied to clipboard
constructor(name: String? = null, annotation: Annotation? = null, sequence: Sequence? = null, simpleContent: SimpleContent? = null, attributes: List<Attribute> = emptyList(), complexContent: ComplexContent? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard