# `SBoM.CycloneDX.V16.ComponentDataType`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v16/component_data_type.pb.ex#L1)

CycloneDX ComponentDataType model.

# `t`

```elixir
@type t() ::
  integer()
  | :COMPONENT_DATA_TYPE_SOURCE_CODE
  | :COMPONENT_DATA_TYPE_CONFIGURATION
  | :COMPONENT_DATA_TYPE_DATASET
  | :COMPONENT_DATA_TYPE_DEFINITION
  | :COMPONENT_DATA_TYPE_OTHER
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
