ResolvedElementRef
class ResolvedElementRef(rawPart: XSLocalElement, schema: ResolvedSchemaLike, val mdlMinOccurs: VNonNegativeInteger = rawPart.minOccurs ?: VNonNegativeInteger.ONE, val mdlMaxOccurs: VAllNNI = rawPart.maxOccurs ?: VAllNNI.ONE) : IResolvedElementUse(source)
Constructors
Link copied to clipboard
constructor(rawPart: XSLocalElement, schema: ResolvedSchemaLike, mdlMinOccurs: VNonNegativeInteger = rawPart.minOccurs ?: VNonNegativeInteger.ONE, mdlMaxOccurs: VAllNNI = rawPart.maxOccurs ?: VAllNNI.ONE)