# `SBoM.CycloneDX.V15.Aggregate`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v15/aggregate.pb.ex#L1)

CycloneDX Aggregate model.

# `t`

```elixir
@type t() ::
  integer()
  | :AGGREGATE_NOT_SPECIFIED
  | :AGGREGATE_COMPLETE
  | :AGGREGATE_INCOMPLETE
  | :AGGREGATE_INCOMPLETE_FIRST_PARTY_ONLY
  | :AGGREGATE_INCOMPLETE_THIRD_PARTY_ONLY
  | :AGGREGATE_UNKNOWN
  | :AGGREGATE_INCOMPLETE_FIRST_PARTY_PROPRIETARY_ONLY
  | :AGGREGATE_INCOMPLETE_FIRST_PARTY_OPENSOURCE_ONLY
  | :AGGREGATE_INCOMPLETE_THIRD_PARTY_PROPRIETARY_ONLY
  | :AGGREGATE_INCOMPLETE_THIRD_PARTY_OPENSOURCE_ONLY
```

---

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