element <measure> (global)
Namespace:
Type:
Content:
empty, 15 attributes
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<measure
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:IDREF
 = 
("sum" | "average" | "count" | "mode" | "median" | "maximum" | "minimum" | "percent" | "other")
 = 
xs:NMTOKEN
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
("stock" | "flow" | "non-additive")
/>
Included in content model of elements (1):
Known Usage Locations
Annotation

Measure

Description

Empty element consisting only of its attributes. Two nCubes may be identical except for their measure - for example, a count of persons by age and percent of persons by age.

Example

<measure source="producer" measUnit="Persons" varRef="V_PER" scale="x1" additivity="stock" aggrMeth="count"/>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="measure" type="measureType"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set