SerialDelegate

class SerialDelegate(val name: VNCName, val mixed: VBoolean? = null, val abstract: VBoolean? = null, val final: Set<VDerivationControl.Complex>? = null, val block: Set<VDerivationControl.Complex>? = null, val complexContent: XSComplexContent? = null, val simpleContent: XSSimpleContent? = null, val term: XSComplexContent.XSIDerivationParticle?, 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: Boolean? = null, val id: VID? = null, val annotation: XSAnnotation? = null, val otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap())(source)

Constructors

Link copied to clipboard
constructor(name: VNCName, mixed: VBoolean? = null, abstract: VBoolean? = null, final: Set<VDerivationControl.Complex>? = null, block: Set<VDerivationControl.Complex>? = null, complexContent: XSComplexContent? = null, simpleContent: XSSimpleContent? = null, term: XSComplexContent.XSIDerivationParticle?, asserts: List<XSAssert> = emptyList(), attributes: List<XSLocalAttribute> = emptyList(), attributeGroups: List<XSAttributeGroupRef> = emptyList(), anyAttribute: XSAnyAttribute? = null, openContent: XSOpenContent? = null, defaultAttributesApply: Boolean? = null, id: VID? = null, annotation: XSAnnotation? = null, otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap())

Properties

Link copied to clipboard
val abstract: VBoolean? = null
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
val id: VID? = null
Link copied to clipboard
val mixed: VBoolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions