---
title: Numeric String
description: Values of this syntax hold sequences of one or more numerals and spaces.
component: pingds
version: 8.1
page_id: pingds:schemaref:s-NumericString
canonical_url: https://docs.pingidentity.com/pingds/8.1/schemaref/s-NumericString.html
---

# Numeric String

Values of this syntax hold sequences of one or more numerals and spaces.

The syntax follows this ABNF:

```
NumericString = 1*(DIGIT / SPACE)
```

Example: `123 456 789 0`.

The syntax corresponds to the `NumericString` ASN.1 type.

|               |                                                           |
| ------------- | --------------------------------------------------------- |
| *OID*         | 1.3.6.1.4.1.1466.115.121.1.36                             |
| *Description* | Numeric String                                            |
| *Origin*      | [RFC 4517](https://datatracker.ietf.org/doc/html/rfc4517) |
