Constructors

Link copied to clipboard
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())

Properties

Link copied to clipboard
Link copied to clipboard
override val annotation: XSAnnotation?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
override val id: VID?
Link copied to clipboard
Link copied to clipboard
open override val maxOccurs: VAllNNI?

Optional, default 1

Link copied to clipboard
open override val minOccurs: VNonNegativeInteger?

Optional, default 1

Link copied to clipboard
open override val name: VNCName?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ref: QName?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun hasLocalNsInContext(schema: ResolvedSchemaLike): Boolean
Link copied to clipboard
open override fun toString(): String