Minimal Locale Requirements

We need to have a mechanism for indicating that the most important locale data in an ldml element is at a satisfactory level, and some criteria for determining that. Only items #1 and #2, plus the yes/noExpr are for the LDML/CLDR 1.1 release. The rest could follow later.

1. Right now we can indicate that individual pieces of data are draft, but not the status of the whole. We propose adding to the DTD the following:

<!ATTLIST ldml draft ( true | false ) #IMPLIED >

2. In the normal course of events, we would expect data for new locales to be draft (and perhaps incomplete) at first, then once sufficiently vetted, the draft=true can be taken off the top level.

We should generate a template that has every possible item in it, with every item marked draft and aliasing to root. Localizers can then take and modify this, removing the aliases once the data has been validated; either replacing them with real data, or having it inherit from the parent.

3. The following is a proposed list of minimal data that we would expect to have in non-draft form for a locale X before we took draft off of <ldml...>. Of course, we would encourage more; this is just the minimum level. The goal is to role this into http://www.unicode.org/cldr/data_formats.html.

Notes:

  1. The data may be absent (e.g. inherited from the parent) if such inheritance would result in correct data.
  2. Even if X is a territory locale, most of the data will go into the language locale that X is a descendent of. Thus if X were Spanish Guyana, then the localized name for X and X's currency would go into the Spanish locale (unless they differ from 'standard' Spanish).