Source System Resources (In Progress)

Source System Resources (In Progress)

This page contains an assortment of resources to help explain the structure and relationship of the Source System object.

Diagrams

Class Diagrams

                            classDiagram
 class SourceSystem { 
   ID : string 
   type : string 
   version : integer 
   name : string 
   description : string 
   dateCreated : string 
   dateTombstoned : string 
   creator : string 
   url : string 
   collectionManagementSystem : string 
   translatorType : None 
   dataMappingID : string 
 }

                            

Entity-Relationship Diagrams

                            erDiagram
                        

Built with Mermaid.js