XSAttributeGroup

class XSAttributeGroup(val name: VNCName, val id: VID? = null, val attributes: List<XSLocalAttribute> = emptyList(), val attributeGroups: List<XSAttributeGroupRef> = emptyList(), val anyAttribute: XSAnyAttribute? = null, val annotation: XSAnnotation? = null, val otherAttrs: Map<QName, String> = emptyMap()) : XSI_Annotated(source)

Constructors

Link copied to clipboard
constructor(name: VNCName, id: VID? = null, attributes: List<XSLocalAttribute> = emptyList(), attributeGroups: List<XSAttributeGroupRef> = emptyList(), anyAttribute: XSAnyAttribute? = null, annotation: XSAnnotation? = null, otherAttrs: Map<QName, String> = emptyMap())

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int