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