Divisional identifier
Capture a value in a custom-meta element indicating when a book belongs to the ELT or the Education division.
/book/book-meta/custom-meta-group/custom-meta
For ELT and Education content, capture a meta-name element containing the value
divisional-identifier
. Include a second child element
meta-value containing the suitable value.
Allowed values are:
- ELT
- Education
This field is not required for Academic content.
<custom-meta-group>
<custom-meta>
<meta-name>divisional-identifier</meta-name>
<meta-value>Education</meta-value>
</custom-meta>
</custom-meta-group>