---
title: "Element <value>"
source: https://dev.pageseeder.com/psml/elements/element-value.html
description: "PSML Element reference for <value>"
last_updated: 2026-08-07T17:09:54+10:00
tokens: ~175
---

# \<value\>

## Summary

The `<value>` element is used to store properties which can have multiple values.

## Usage context

| Element category |  |
| --- | --- |
| PSML level | portable |
| Permitted content | *text only* |
| Permitted parent | `<property>` |
| HTML equivalent |  |
| OpenXML equivalent |  |

## Attributes

No attributes.

## Examples

See element [\<property\>](element-property.md) for examples.

## Schema

### XML Schema

```lang-xml

<xs:element name="value"
            minOccurs="0"
            maxOccurs="unbounded" 
            type="xs:string"/>
```

## Compatibility

This element was introduced in the first draft of PSML and is well-supported from PageSeeder 5.1.

