# `SBoM.CycloneDX.V17.Formula`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v17/formula.pb.ex#L1)

Describes workflows and resources that captures rules and other aspects of how the associated BOM component or service was formed.

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V17.Formula{
  __unknown_fields__: [Protobuf.unknown_field()],
  bom_ref: String.t() | nil,
  components: [SBoM.CycloneDX.V17.Component.t()],
  properties: [SBoM.CycloneDX.V17.Property.t()],
  services: [SBoM.CycloneDX.V17.Service.t()],
  workflows: [SBoM.CycloneDX.V17.Workflow.t()]
}
```

---

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