simpleType "AdditivityCodeType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"Stock"
 - 
A count of objects at one specific time. In general items in a non-hierarchical table of Stock figures can be added together to determine the total.
"Flow"
 - 
A measure that is taken over time and should be treated as the number of items per a unit of time. Analogous to a rate or a speed.
"NonAdditive"
 - 
Due to the nature of the content or the measure, these data cannot be aggregated to determine a sum or accounting of activity.

All Direct / Indirect Based Attributes (1):
VariableRepresentationType/@additivity
Known Usage Locations
Annotation
Describes the nature of additivity for the content. By designating the type of content, a user will understand whether the contents can be summed or must be treated differently in terms of processing an aggregation.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  AdditivityCodeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Stock"
 - 
A count of objects at one specific time. In general items in a non-hierarchical table of Stock figures can be added together to determine the total.
"Flow"
 - 
A measure that is taken over time and should be treated as the number of items per a unit of time. Analogous to a rate or a speed.
"NonAdditive"
 - 
Due to the nature of the content or the measure, these data cannot be aggregated to determine a sum or accounting of activity.
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="AdditivityCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Stock"/>
<xs:enumeration value="Flow"/>
<xs:enumeration value="NonAdditive"/>
</xs:restriction>
</xs:simpleType>

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