You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update contribution guidelines to add business rules for creating new ISO code lists.
The following guidelines apply to ISO specified codelists (e.g. codelists.html, codelists.xml). The ISO "CI_DateTypeCode" codelist will be used for the following examples.
Specifying attributes for ISO maintained codelists
codelistName
Identify the desired ISO codelist name (e.g. "CI_DateTypeCode")
Remove class identifier prefix and "Code" suffix (CI_DateTypeCode -> DateType)
Convert shortened name to lowerCamelCase and add "iso_" prefix (DateType -> iso_dateType)
Update contribution guidelines to add business rules for creating new ISO code lists.
The following guidelines apply to ISO specified codelists (e.g. codelists.html, codelists.xml). The ISO "CI_DateTypeCode" codelist will be used for the following examples.
Specifying attributes for ISO maintained codelists
codelistName
codelistName
= iso_dateTypecodelistName
as the file name (e.g. iso_dateType.yml, iso_dateType.json)source
sourceName
<cat:name>
element from codelists.xml snippet below:sourceName
= "CI_DateTypeCode"description
description
= "identification of when a given event occurred"The text was updated successfully, but these errors were encountered: