cjcodeproj / vtmedia-schema

XML schema for cataloging media libraries.
Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

Story setting: descriptor generic keywords #136

Open cjcodeproj opened 5 months ago

cjcodeproj commented 5 months ago

Consider a scheme where the settings where element also supports generic keywords.

<settings>
 <primary>
  <where>
    <fictionalPlace><ci>Virgil</ci><st>Texas</st></fictionalPlace>
    <descriptors>
      <keyword>small town</keyword>
    </descriptors>
  </where>
 </primary>
</settings>

The descriptors element would allow for the addition of generic keywords to describe a physical location.