XSGroupRef
class XSGroupRef(val id: VID?, val ref: SerializableQName, val minOccurs: VNonNegativeInteger? = null, val maxOccurs: VAllNNI? = null, val annotation: XSAnnotation? = null, val otherAttrs: Map<SerializableQName, String>) : XSComplexContent.XSIDerivationParticle, XSI_AllParticle, XSI_Annotated(source)
Used directly in derivations.
Constructors
Link copied to clipboard
constructor(id: VID?, ref: SerializableQName, minOccurs: VNonNegativeInteger? = null, maxOccurs: VAllNNI? = null, annotation: XSAnnotation? = null, otherAttrs: Map<SerializableQName, String>)