# Enum: ElementType 



<div data-search-exclude markdown="1">

URI: [tvbo:enum/ElementType](https://w3id.org/tvbo/enum/ElementType)

## Permissible Values
| Value | Meaning | Description |
| --- | --- | --- |
| triangle | None |  |
| quad | None |  |
| tetrahedron | None |  |
| hexahedron | None |  |




## Slots

| Name | Description |
| ---  | --- |
| [element_type](../slots/element_type.qmd) |  |










## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo






## LinkML Source

<details>
```yaml
name: ElementType
from_schema: https://w3id.org/tvbo
rank: 1000
permissible_values:
  triangle:
    text: triangle
  quad:
    text: quad
  tetrahedron:
    text: tetrahedron
  hexahedron:
    text: hexahedron

```
</details>

</div>