ContentDateOffset

Identifies the difference between the date applied to the data as a whole and this specific item such as previous year’s income or residence 5 years ago. A value of true for the attribute isNegativeOffset indicates that the offset is the specified number of declared units prior to the date of the data as a whole and false indicates information regarding a future state.

Extends

CodeValueType

Properties

Name Type Cardinality
numberOfUnits xs:decimal 0..1
isNegativeOffset xs:boolean 0..1

numberOfUnits

The number of units to off-set the date for this item expressed as a decimal.

isNegativeOffset

If set to “true” the date is offset the number of units specified PRIOR to the default date of the data. A setting of “false” indicates a date the specified number of units in the FUTURE from the default date of the data.

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_ContentDateOffset [ label = "{<id>ContentDateOffset | + numberOfUnits : xs:decimal \l + isNegativeOffset : xs:boolean \l \l \l| \l \l}" tooltip = "ComplexDataTypes:ContentDateOffset" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] DDI4_CodeValueType [ label = "{<id>CodeValueType | + codeValue : xs:string \l + codeListID : xs:string \l + codeListName : xs:string \l + codeListAgencyName : xs:string \l + codeListVersionID : xs:string \l + otherValue : xs:string \l + codeListURN : xs:string \l + codeListSchemeURN : xs:string \l \l \l| \l \l}" tooltip = "ComplexDataTypes:CodeValueType" ]; } DDI4_ContentDateOffset -> DDI4_CodeValueType [arrowhead=empty color="#000000" ]; }