ClassificationFamily

A Classification Family is a group of Classification Series related from a particular point of view. The Classification Family is related by being based on a common Concept (e.g. economic activity).[GSIM1.1]

Extends

Collection

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_ClassificationFamily [ label = "{<id>ClassificationFamily | \l \l| <ClassificationFamilyhas> has \l| <ClassificationFamilygroups> groups \l \l}" tooltip = "Representations:ClassificationFamily" ] subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_ClassificationIndex [ label = "{<id>ClassificationIndex | + releaseDate : Date \l + maintenanceUnit : InternationalString \l + contactPersons : InternationalString \l + publications : InternationalString \l + languages : InternationalString \l + corrections : InternationalString \l + codingInstructions : InternationalString \l \l \l| <ClassificationIndexisOrderedBy> isOrderedBy \l| <ClassificationIndexgroups> groups \l \l}" tooltip = "Representations:ClassificationIndex" ]; DDI4_ClassificationSeries [ label = "{<id>ClassificationSeries | + context : StructuredString \l + objectsOrUnitsClassified : StructuredString \l + subjectAreas : StructuredString \l + owners : String \l + keywords : StructuredString \l \l \l| <ClassificationSeriesgroups> groups \l \l}" tooltip = "Representations:ClassificationSeries" ]; } subgraph Collections { label = "Collections" node [ color = "#FF0044" ] DDI4_Collection [ label = "{<id>Collection | + type : CollectionType \l \l \l| <Collectioncontains> contains \l| <CollectionisOrderedBy> isOrderedBy \l \l}" tooltip = "Collections:Collection" ]; } DDI4_ClassificationFamily -> DDI4_Collection [arrowhead=empty color="#000000" ]; DDI4_ClassificationFamily:ClassificationFamilyhas -> DDI4_ClassificationIndex [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="has" fontcolor="black" color="#00000"]; DDI4_ClassificationSeries -> DDI4_ClassificationFamily:ClassificationFamilygroups [arrowhead=odiamond labeldistance=1.9 taillabel="0..1" headlabel="1..n" edgetooltip="groups" fontcolor="black" color="#00000"]; }