XSNotation
class XSNotation(val name: VNCName, val public: VToken? = null, val system: VAnyURI? = null, val id: VID? = null, val annotation: XSAnnotation? = null, val otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap()) : XSI_Annotated(source)
Constructors
Link copied to clipboard
constructor(name: VNCName, public: VToken? = null, system: VAnyURI? = null, id: VID? = null, annotation: XSAnnotation? = null, otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap())