Documentation Center

MetadataConfig.xsd

MetadataConfig.xsd contains the schema to be applied for the validation of the configuration file.

The elements inside the configuration file are expected to follow a specific order. If they do not, the configuration loading fails. Whenever you edit MetadataConfig.xml, make sure the MetadataConfig.xsd schema is available for XML validation.

Elements follow this order:
  • Header:
    • <label>
    • <description>
  • Display type: Only one can be chosen
    • <typecheckbox>
    • <typecondition>
    • <typedate>
    • <typefile>
    • <typelabel>
    • <typemultilinetext>
    • <typenumeric>
    • <typeoptions>
    • <typepulldown>
    • <typereference>
    • <typetaglist>
    • <typetext>
    • <typecustom>
  • Behavior: Must be in alphabetical order
    • <combinedvalue>
    • <hidden>
    • <mandatory>
    • <multivalue>
    • <pattern>
    • <readonly>
  • Search:
    • <metadatafilteroperator>
    • <fulltextsearchoperator>
  • Others:
    • <value>
    • <script>