XSGlobalComplexTypeSimple
class XSGlobalComplexTypeSimple(val name: VNCName, val mixed: Boolean?, val abstract: Boolean?, val final: Set<VDerivationControl.Complex>?, val block: Set<VDerivationControl.Complex>?, val defaultAttributesApply: Boolean?, val content: XSSimpleContent, val id: VID? = null, val annotation: XSAnnotation? = null, val otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String>) : XSGlobalComplexType, XSComplexType.Simple(source)
Constructors
Link copied to clipboard
constructor(name: VNCName, mixed: Boolean?, abstract: Boolean?, final: Set<VDerivationControl.Complex>?, block: Set<VDerivationControl.Complex>?, defaultAttributesApply: Boolean?, content: XSSimpleContent, id: VID? = null, annotation: XSAnnotation? = null, otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String>)