Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.07 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.07 KB

NIEM release model

This repo contains a rendering of the content of the NIEM 4.0RC2 release.

The content can currently be viewed on https://niem.github.io/model

The structure of the content.

  • / : An index listing all the namespaces (example)
  • /${namespace} : An index listing all components in a namespace (example)
  • /${namespace}/${component}: A description of a component (example). Each component description contains:
    • The name of the component
    • The human-readable definition/description of the component
    • A diagram of the component and its relationships to other components (example)
    • The XML Schema definition of the component (example)
    • A JSON Schema definition for the component. The JSON Schema is under development, and should not be considered normative. (example)