UserPreferences

PaceNoCollectionsInsideCollections


Abstract

Do not allow the APP to describe nested collections

Status

Open

Rationale

Whether collections can contain collections is undefined in draft05.

Proposal

Add the following specification to the Collections section:

5.1 Collections
...

Collections MUST NOT contain other Collections

add the following rnc for the app:collection Element:

6.2.1.1 The 'app:collection' Element

The app:collection is the document element of a Collection Document.

appCollection =
   element app:collection {
      appCommonAttributes,
      ( appMemberType+
        appSearchTemplate
        & anyElement* )
   }
}}




== Impacts ==

draft05



== Notes ==


see also PaceCollectionsInsideCollections.

----

CategoryProposals