ResolvedGroupRef
class ResolvedGroupRef(rawPart: XSGroupRef, schema: ResolvedSchemaLike, val mdlMinOccurs: VNonNegativeInteger = rawPart.minOccurs ?: VNonNegativeInteger.ONE, val mdlMaxOccurs: VAllNNI = rawPart.maxOccurs ?: VAllNNI.ONE) : ResolvedGroupBase, ResolvedGroupParticle<ResolvedModelGroup> (source)
Constructors
Link copied to clipboard
constructor(rawPart: XSGroupRef, schema: ResolvedSchemaLike, mdlMinOccurs: VNonNegativeInteger = rawPart.minOccurs ?: VNonNegativeInteger.ONE, mdlMaxOccurs: VAllNNI = rawPart.maxOccurs ?: VAllNNI.ONE)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun flatten(isSiblingName: (QName) -> Boolean, checkHelper: CheckHelper): FlattenedParticle
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard