DataType

Set of distinct values, characterized by properties of those values, and by operations on those values. (From ISO/IEC 11404 - General purpose datatypes)

Properties

Name Type Cardinality
scheme InternationalString 1..1

scheme

ISO 11404, Excel, SAS, R, etc.

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_DataType [ label = "{<id>DataType | + scheme : InternationalString \l \l \l| \l \l}" tooltip = "Representations:DataType" ] subgraph Identification { label = "Identification" node [ color = "#000000" ] DDI4_AnnotatedIdentifiable [ label = "{<id>AnnotatedIdentifiable | + versionResponsibility : xs:string \l + versionRationale : xs:string \l + versionDate : xs:dateTime \l + isUniversallyUnique : xs:boolean \l + isPersistent : xs:boolean \l + localId : LocalId \l + basedOnObject : BasedOnObject \l \l \l| <AnnotatedIdentifiablehasAnnotation> hasAnnotation \l \l}" tooltip = "Identification:AnnotatedIdentifiable" ]; } DDI4_DataType -> DDI4_AnnotatedIdentifiable [arrowhead=empty color="#000000" ]; }