ClassificationItem

A Classification Item represents a Category at a certain Level within a Statistical Classification.

Extends

Node

Properties

Name Type Cardinality
isValid xs:boolean 0..1
isGenerated xs:boolean 0..1
explanatoryNotes StructuredString 0..n
futureNotes InternationalString 0..n
changeLog InternationalString 0..1
changeFromPreviousVersion InternationalString 0..1
validDate Date 0..1
officialName Name 1..1

isValid

Indicates whether or not the item is currently valid. If updates are allowed in the Statistical Classification, an item may be restricted in its validity, i.e. it may become valid or invalid after the Statistical Classification has been released.

isGenerated

Indicates whether or not the item has been generated to make the level to which it belongs complete

explanatoryNotes

A Classification Item may be associated with explanatory notes, which further describe and clarify the contents of the Category. Explanatory notes consist of: General note: Contains either additional information about the Category, or a general description of the Category, which is not structured according to the “includes”, “includes also”, “excludes” pattern. Includes: Specifies the contents of the Category. Includes also: A list of borderline cases, which belong to the described Category. Excludes: A list of borderline cases, which do not belong to the described Category. Excluded cases may contain a reference to the Classification Items to which the excluded cases belong.

futureNotes

The future events describe a change (or a number of changes) related to an invalid item. These changes may e.g. have turned the now invalid item into one or several successor items. This allows the possibility to follow successors of the item in the future.

changeLog

Describes the changes, which the item has been subject to during the life time of the actual Statistical Classification.

changeFromPreviousVersion

Describes the changes, which the item has been subject to from the previous version to the actual Statistical Classification

validDate

Dates for which the classification is valid. Date from which the item became valid. The date must be defined if the item belongs to a floating Statistical classification. Date at which the item became invalid. The date must be defined if the item belongs to a floating Statistical classification and is no longer valid

officialName

A Classification Item has a name as provided by the owner or maintenance unit. The name describes the content of the category. The name is unique within the Statistical Classification to which the item belongs, except for categories that are identical at more than one level in a hierarchical classification

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_ClassificationItem [ label = "{<id>ClassificationItem | + isValid : xs:boolean \l + isGenerated : xs:boolean \l + explanatoryNotes : StructuredString \l + futureNotes : InternationalString \l + changeLog : InternationalString \l + changeFromPreviousVersion : InternationalString \l + validDate : Date \l + officialName : Name \l \l \l| <ClassificationItemcaseLaw> caseLaw \l| <ClassificationItemgroups> groups \l| <ClassificationItemexcludes> excludes \l \l}" tooltip = "Representations:ClassificationItem" ] subgraph Agents { label = "Agents" node [ color = "#000000" ] DDI4_AuthorizationSource [ label = "{<id>AuthorizationSource | + statementOfAuthorization : StructuredString \l + legalMandate : InternationalString \l + authorizationDate : xs:dateTime \l + description : StructuredString \l \l \l| <AuthorizationSourceauthorizingOrganization> authorizingOrganization \l| <AuthorizationSourceauthorizingIndividual> authorizingIndividual \l \l}" tooltip = "Agents:AuthorizationSource" ]; } subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_ClassificationIndexEntry [ label = "{<id>ClassificationIndexEntry | + text : InternationalString \l + validfrom : Date \l + validto : Date \l + codingInstructions : InternationalString \l \l \l| \l \l}" tooltip = "Representations:ClassificationIndexEntry" ]; DDI4_ClassificationItem [ label = "{<id>ClassificationItem | + isValid : xs:boolean \l + isGenerated : xs:boolean \l + explanatoryNotes : StructuredString \l + futureNotes : InternationalString \l + changeLog : InternationalString \l + changeFromPreviousVersion : InternationalString \l + validDate : Date \l + officialName : Name \l \l \l| <ClassificationItemcaseLaw> caseLaw \l| <ClassificationItemgroups> groups \l| <ClassificationItemexcludes> excludes \l \l}" tooltip = "Representations:ClassificationItem" ]; DDI4_Node [ label = "{<id>Node | \l \l| <Nodecontains> contains \l| <NodetakesMeaningFrom> takesMeaningFrom \l \l}" tooltip = "Representations:Node" ]; } DDI4_ClassificationItem -> DDI4_Node [arrowhead=empty color="#000000" ]; DDI4_AuthorizationSource -> DDI4_ClassificationItem:ClassificationItemcaseLaw [arrowhead=odiamond labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="caseLaw" fontcolor="black" color="#00000"]; DDI4_ClassificationIndexEntry -> DDI4_ClassificationItem:ClassificationItemgroups [arrowhead=odiamond labeldistance=1.9 taillabel="0..n" headlabel="1..n" edgetooltip="groups" fontcolor="black" color="#00000"]; DDI4_ClassificationItem:ClassificationItemexcludes -> DDI4_ClassificationItem [ arrowhead=none labeldistance=1.9 taillabel="0..n" headlabel="0..n" edgetooltip="excludes" fontcolor="black" color="#00000"]; }