The verdict Element
Last updated:
Contexts
- As a child of glossary
- As a child of group
Content Attributes
- XML Global Attributes (e.g. xml:id)
- 
code- Required:
- No
- Type:
- xs:string
 
- 
rank- Required:
- No
- Type:
- xs:nonNegativeInteger
- Values:
- Range: 0–1 inclusive
 
Definition
A predefined verdict with which a reviewer can rank a piece of content.
Examples
1.
<?xml version="1.0" encoding="UTF-8"?>
<hvml xmlns="https://hypervideo.tech/hvml#" xml:lang="en">
  <glossary xml:id="nstv" for="score" party="1st">
    <title>No Spoon TV Verdicts</title>
    <group>
      <verdict xml:id="nstv-u" code="U" rank="0">
        <title>Unwatchable</title>
      </verdict>
      <!-- … -->
      <verdict xml:id="nstv-ma" code="Ma" rank="1">
        <title>Masterpiece</title>
      </verdict>
    </group>
  </glossary>
</hvml>