XSComplexContent

class XSComplexContent(val id: VID? = null, _mixed: VBoolean? = null, val otherAttrs: Map<SerializableQName, String> = emptyMap(), val annotation: XSAnnotation? = null, val derivation: XSComplexContent.XSComplexDerivationBase) : XSI_ComplexContent(source)

Constructors

Link copied to clipboard
constructor(id: VID? = null, _mixed: VBoolean? = null, otherAttrs: Map<SerializableQName, String> = emptyMap(), annotation: XSAnnotation? = null, derivation: XSComplexContent.XSComplexDerivationBase)

Properties

Link copied to clipboard
open override val annotation: XSAnnotation? = null
Link copied to clipboard
Link copied to clipboard
open override val id: VID? = null
Link copied to clipboard
Link copied to clipboard
open override val otherAttrs: Map<SerializableQName, String>

Functions