XSLocalComplexTypeComplex

class XSLocalComplexTypeComplex(val mixed: Boolean? = null, val defaultAttributesApply: Boolean? = null, val content: XSComplexContent, val id: VID? = null, val annotation: XSAnnotation? = null, val otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap()) : XSLocalComplexType, XSComplexType.Complex(source)

Constructors

Link copied to clipboard
constructor(mixed: Boolean? = null, defaultAttributesApply: Boolean? = null, content: XSComplexContent, id: VID? = null, annotation: XSAnnotation? = null, otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap())

Properties

Link copied to clipboard
open override val annotation: XSAnnotation? = null
Link copied to clipboard
open override val content: XSComplexContent
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