Types

Link copied to clipboard
class SerialDelegate(val mixed: VBoolean? = null, val complexContent: XSComplexContent? = null, val simpleContent: XSSimpleContent? = null, val term: XSComplexContent.XSIDerivationParticle? = null, val asserts: List<XSAssert> = emptyList(), val attributes: List<XSLocalAttribute> = emptyList(), val attributeGroups: List<XSAttributeGroupRef> = emptyList(), val anyAttribute: XSAnyAttribute? = null, val openContent: XSOpenContent? = null, val defaultAttributesApply: VBoolean? = null, val id: VID? = null, val annotation: XSAnnotation? = null, val otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String>)
Link copied to clipboard

Properties

Link copied to clipboard
open override val annotation: XSAnnotation? = null
Link copied to clipboard
abstract override val content: XSI_ComplexContent
Link copied to clipboard
open override val defaultAttributesApply: Boolean? = null

Default: false

Link copied to clipboard
open override val id: VID? = null
Link copied to clipboard
open override val mixed: Boolean? = null

May not have simpleContent child

Link copied to clipboard
open override val otherAttrs: Map<QName, String>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int