// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
usedata_privacy::taxonomy;#[taxonomy(example)]#[derive(Debug, Clone, Eq, PartialEq, Hash)]pubenumExampleTaxonomy{
PersonallyIdentifiableInformation,
OrganizationallyIdentifiableInformation,}