ClassificationIndexEntry

A Classification Index Entry is a word or a short text (e.g. the name of a locality, an economic activity or an occupational title) describing a type of object/unit or object property to which a Classification Item applies, together with the code of the corresponding Classification Item. Each Classification Index Entry typically refers to one item of the Statistical Classification. Although a Classification Index Entry may be associated with a Classification Item at any Level of a Statistical Classification, Classification Index Entries are normally associated with items at the lowest Level.

Extends

Member

Properties

Name Type Cardinality
text InternationalString 1..n
validfrom Date 0..1
validto Date 0..1
codingInstructions InternationalString 0..n

text

Text describing the type of object/unit or object property.

validfrom

Date from which the Classification Index Entry became valid. The date must be defined if the Classification Index Entry belongs to a floating Classification Index.

validto

Date at which the Classification Index Entry became invalid. The date must be defined if the Classification Index Entry belongs to a floating Classification Index and is no longer valid.

codingInstructions

Additional information which drives the coding process. Required when coding is dependent upon one or many other factors.

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_ClassificationIndexEntry [ label = "{<id>ClassificationIndexEntry | + text : InternationalString \l + validfrom : Date \l + validto : Date \l + codingInstructions : InternationalString \l \l \l| \l \l}" tooltip = "Representations:ClassificationIndexEntry" ] subgraph Collections { label = "Collections" node [ color = "#FF0044" ] DDI4_Member [ label = "{<id>Member | + label : Label \l + definition : StructuredString \l + description : StructuredString \l \l \l| \l \l}" tooltip = "Collections:Member" ]; } DDI4_ClassificationIndexEntry -> DDI4_Member [arrowhead=empty color="#000000" ]; }