---
title: NFCTypeNameFormat.unchanged
framework: corenfc
role: symbol
role_heading: Case
path: corenfc/nfctypenameformat/unchanged
---

# NFCTypeNameFormat.unchanged

A type indicating that the payload is part of a series of records containing chunked data.

## Declaration

```swift
case unchanged
```

## Discussion

Discussion The first record in a series of chunked data records indicates the type name format for the series. The remaining records have a type name format of NFCTypeNameFormat.unchanged.

## See Also

### Content Types

- [NFCTypeNameFormat.absoluteURI](corenfc/nfctypenameformat/absoluteuri.md)
- [NFCTypeNameFormat.empty](corenfc/nfctypenameformat/empty.md)
- [NFCTypeNameFormat.media](corenfc/nfctypenameformat/media.md)
- [NFCTypeNameFormat.nfcExternal](corenfc/nfctypenameformat/nfcexternal.md)
- [NFCTypeNameFormat.nfcWellKnown](corenfc/nfctypenameformat/nfcwellknown.md)
- [NFCTypeNameFormat.unknown](corenfc/nfctypenameformat/unknown.md)
