XSLocalComplexTypeSimple

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

Constructors

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

Properties

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