XSLocalElement
constructor(block: Set<VDerivationControl.T_BlockSetValues>? = null, default: VString? = null, fixed: VString? = null, form: VFormChoice? = null, id: VID? = null, maxOccurs: VAllNNI? = null, minOccurs: VNonNegativeInteger? = null, name: VNCName? = null, nillable: Boolean? = null, ref: QName? = null, targetNamespace: VAnyURI? = null, type: QName? = null, annotation: XSAnnotation? = null, localType: XSLocalType? = null, alternatives: List<XSAlternative> = emptyList(), identityConstraints: List<XSIdentityConstraint> = emptyList(), otherAttrs: Map<QName, String> = emptyMap())(source)