Schema

data class Schema(val elementFormDefault: String? = null, val targetNamespace: String, val attributeFormDefault: String? = null, val imports: List<Import> = emptyList(), val annotation: Annotation? = null, val elements: List<Element>, val complexTypes: List<ComplexType>, val simpleType: List<SimpleType>, val include: Include? = null)(source)

Constructors

Link copied to clipboard
constructor(elementFormDefault: String? = null, targetNamespace: String, attributeFormDefault: String? = null, imports: List<Import> = emptyList(), annotation: Annotation? = null, elements: List<Element>, complexTypes: List<ComplexType>, simpleType: List<SimpleType>, include: Include? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard