ResolvedAny
constructor(mdlNamespaceConstraint: VNamespaceConstraint<VQNameListBase.Elem>, mdlProcessContents: VProcessContents, mdlMinOccurs: VNonNegativeInteger = VNonNegativeInteger.ONE, mdlMaxOccurs: VAllNNI = VAllNNI.ONE)(source)
constructor(rawPart: XSAny, schema: ResolvedSchemaLike, mdlMinOccurs: VNonNegativeInteger = rawPart.minOccurs ?: VNonNegativeInteger.ONE, mdlMaxOccurs: VAllNNI = rawPart.maxOccurs ?: VAllNNI.ONE)(source)