All
class All(val particles: List<XSI_AllParticle> = emptyList(), val annotation: XSAnnotation? = null, val id: VID? = null, val otherAttrs: Map<QName, String> = emptyMap()) : XSGroup.XSGroupElement(source)
Constructors
Link copied to clipboard
constructor(particles: List<XSI_AllParticle> = emptyList(), annotation: XSAnnotation? = null, id: VID? = null, otherAttrs: Map<QName, String> = emptyMap())