Uploaded image for project: 'Synapse'
  1. Synapse
  2. SYNAPSE-988

Repository Schemas contains validation errors

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.1
    • None
    • Core

    Description

      There are several validation errors in the repository schemas that should be revised to be corrected.

      For example, in repository/schema/misc/common.xsd:

      <xs:attribute name="value" type="xs:boolean" use="required" default="true"/>

      should be use="optional" or default should be removed.

      Another one in the same schema:

      <xs:attribute name="statistics" default="disabled" type="enableDisable" use="optional" />

      Should be default="disable". Same for attribute trace in the same file.

      Attachments

        Activity

          People

            hiranya Hiranya Kasub Jayathilaka
            rgordillo Ramon Gordillo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: