complexType "ContentDateOffsetType"
Namespace:
Content:
empty, 9 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string : "1.0"
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:decimal
 = 
xs:boolean : "true"
/>
All Direct / Indirect Based Elements (1):
ContentDateOffset
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
xs:string (extension)
  CodeValueType (extension)
      ContentDateOffsetType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ContentDateOffsetType">
<xs:complexContent>
<xs:extension base="CodeValueType">
<xs:attribute name="numberOfUnits" type="xs:decimal"/>
<xs:attribute default="true" name="isNegativeOffset" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/9)
isNegativeOffset
Type:
xs:boolean, predefined
Use:
optional
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.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="isNegativeOffset" type="xs:boolean"/>

numberOfUnits
Type:
xs:decimal, predefined
Use:
optional
The number of units to off-set the date for this item expressed as a decimal.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="numberOfUnits" type="xs:decimal"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set