Model

open class Model(val annotations: List<ResolvedAnnotation> = emptyList(), val id: VID? = null, val otherAttrs: Map<QName, String> = emptyMap()) : ResolvedAnnotated.IModel(source)

Inheritors

Constructors

Link copied to clipboard
constructor(rawPart: XSI_Annotated?, annotations: List<ResolvedAnnotation> = listOfNotNull(rawPart?.annotation.models()))
constructor(annotations: List<ResolvedAnnotation> = emptyList(), id: VID? = null, otherAttrs: Map<QName, String> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
override val id: VID? = null
Link copied to clipboard
override val otherAttrs: Map<QName, String>