XSImport
class XSImport(val namespace: VAnyURI? = null, val schemaLocation: 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(namespace: VAnyURI? = null, schemaLocation: VAnyURI? = null, id: VID? = null, annotation: XSAnnotation? = null, otherAttrs: Map<@Serializable(with = QNameSerializer::class) QName, String> = emptyMap())