Details

    • Type: Sub-task
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.4.2-RC1, 5.4.2
    • Component/s: Core
    • Impact type:
      Configuration format change
    • Upgrade notes:
      Hide

      New capability for the "doctype" extension point:
      <facet name="Fooable">
      <schema name="foo" />
      <schema name="bar" />
      </facet>

      Note that this new <facet> declaration is at the same level as the <doctype> element. It's NOT LEGAL to do:
      <doctype name="MyType" extends="Document">
      <schema name="common"/>
      <facet name="Fooable">
      <schema name="foo" /> <!-- NOT LEGAL -->
      </facet>
      </doctype>

      Show
      New capability for the "doctype" extension point: <facet name="Fooable"> <schema name="foo" /> <schema name="bar" /> </facet> Note that this new <facet> declaration is at the same level as the <doctype> element. It's NOT LEGAL to do: <doctype name="MyType" extends="Document"> <schema name="common"/> <facet name="Fooable"> <schema name="foo" /> <!-- NOT LEGAL --> </facet> </doctype>

      Description

      Allow the association of a facet to one or several schemas.
      When the facet is used by a document type, the schemas are automatically incorporated into that document type.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: