<labels>
Summary
A comma-separated list of label values for a document, note or fragment.
The list of labels must not include any whitespace and must match the following regular expression:
[a-zA-Z0-9_\-,]*
Empty label values are ignored, for example, if there are two successive commas.
Usage context
Element category | metadata |
---|---|
PSML level | metadata |
Permitted content | label-list |
Permitted parent | <locator> <compare> <compareto> <note> <version> <uri> |
HTML equivalent | no equivalent |
OpenXML equivalent | no equivalent |
Attributes
This element does not have any attributes.
Examples
The following note includes labels “important” and “spelling”:
<note> <labels>important,spelling</labels> </note>
Schema
XML Schema
<xs:element name="labels" type="label-list"/>
Relax Schema
element labels { label-list }
Compatibility
This element was introduced in the first draft of PSML and is well-supported from PageSeeder 5.1.