Getting Taxonomy field values

In CCS if we want to grab a value from a related taxonomy field for the current post we use

[taxonomy taxonomy-name field=“field-name”]

Is that

<Field type=taxonomy-name field=field-name />

? Would think it has to be type=taxonomy XXX?=taxonomy-name field=field-name

Looking for clarification…