# UsePIN

**Element name:**  UsePIN

**Description:** Specifies if the PIN has been used or not. Can be true or false.

| Type    | Units | Default | MinOcurance | MaxOcurance |
| ------- | ----- | ------- | ----------- | ----------- |
| boolean | -     | -       | 1           | 1           |

**Example:**

```xml
<UsePIN>true </UsePIN>
<UsePIN>false</UsePIN>
```
