BIML Language Reference
Annotation Element
The AstAnnotationNode type is used to define an annotation item that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
Attributes
| Attribute | API Type | Default | Description | |
|---|---|---|---|---|
![]() | AnnotationType | AnnotationType | Tag | Specifies the AnnotationType selected from a list of annotation types supported by the system. |
![]() | Tag | String | This value specifies the tag that is associated with this annotation. Tags are primarily used for classifying annotation values that will later be used by BimlScripts. |
Collection Children
| Child | API Type | Description | |
|---|---|---|---|
![]() | <Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |




