DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "MeasureType"
Namespace:
Content:
complex, 5 attributes, 3 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, VariableReference, AggregationDefinition?
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      MeasureType (extension)
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="MeasureType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element ref="VariableReference"/>
<xs:element minOccurs="0" ref="AggregationDefinition"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 2/3)
AggregationDefinition
Type:
AggregationDefinitionType, complex content
Identifies the independent (denominator) and dependent (numerator) dimensions for calculating aggregate measures such as percent. When two or more independent or dependent dimensions are listed here, the value is defined as the intersection of the listed dimensions.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="AggregationDefinition"/>

VariableReference
Type:
r:ReferenceType, complex content
This is used in the case where the content of the cell is defined by a variable description, e.g., FLAG where the content is a single character flag and its definition is provided by the category label.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="VariableReference"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set