element <mrow> (global)
Namespace:
Type:
Content:
complex, 8 attributes, 1 element
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<mrow
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
   
>
   
Content: 
</mrow>
Included in content model of elements (1):
Known Usage Locations
Annotation

Mathematical Row

Description

This element is a wrapper containing the presentation expression mi. It creates a single string without spaces consisting of the individual elements described within it. It can be used to create a single variable by concatenating other variables into a single string. It is used to create linking variables composed of multiple non-contiguous parts, or to define unique strings for various category values of a single variable. This is an element taken from MathML. The example shows the use of mrow in the context of a code based on two separate variables.

Example

<catgry> <labl>Unique county code</labl> <txt>Complete county code including the content of the variables STATE (2ch) and COUNTY (3ch) creating a unique identifying code for an individual county</txt> <mrow> <mi varRef="STATE"/> <mi varRef="CNTY"/> </mrow> </catgry>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="mrow" type="mrowType"/>

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