---
title: "MDSchemaCopyMetaAttributesForAttribute(_:)"
framework: coreservices
role: symbol
role_heading: Function
path: coreservices/1450052-mdschemacopymetaattributesforatt
---

# MDSchemaCopyMetaAttributesForAttribute(_:)

Returns a dictionary describing the values for the specifiedmetadata attribute key.

## Declaration

```swift
func MDSchemaCopyMetaAttributesForAttribute(_ name: CFString!) -> CFDictionary!
```

## Parameters

- `name`: The name of the metadata attribute key.

## Return Value

Return Value A dictionary describingthe schema of the metadata attribute key.

## See Also

### MDSchema Miscellaneous Functions

- [MDSchemaCopyAllAttributes()](coreservices/1445665-mdschemacopyallattributes.md)
- [MDSchemaCopyAttributesForContentType(_:)](coreservices/1444459-mdschemacopyattributesforcontent.md)
- [MDSchemaCopyDisplayDescriptionForAttribute(_:)](coreservices/1442582-mdschemacopydisplaydescriptionfo.md)
- [MDSchemaCopyDisplayNameForAttribute(_:)](coreservices/1450203-mdschemacopydisplaynameforattrib.md)
