XSLocalSimpleType
class XSLocalSimpleType(val simpleDerivation: XSSimpleDerivation, val id: VID? = null, val annotation: XSAnnotation? = null, val otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap()) : XSLocalType, XSISimpleType(source)
Constructors
Link copied to clipboard
constructor(simpleDerivation: XSSimpleDerivation, id: VID? = null, annotation: XSAnnotation? = null, otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap())