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())