element <var> (global)
Namespace:
Type:
Content:
complex, 36 attributes, 26 elements
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<var
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:string
 = 
("wgt" | "not-wgt") : "not-wgt"
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:string
 = 
xs:string
 = 
("contin" | "discrete") : "discrete"
 = 
xs:string
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
("sum" | "average" | "count" | "mode" | "median" | "maximum" | "minimum" | "percent" | "other")
 = 
xs:NMTOKEN
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
("nominal" | "ordinal" | "interval" | "ratio" | "percent" | "other")
 = 
("stock" | "flow" | "non-additive" | "other")
 = 
xs:NMTOKEN
 = 
("Y" | "N") : "N"
 = 
("Y" | "N") : "N"
 = 
xs:string
 = 
xs:string
 = 
("text" | "numeric" | "code" | "datetime" | "other")
 = 
xs:NMTOKEN
    >
   
Content: 
location*, labl*, imputation*, security*, embargo*, respUnit*, anlysUnit*, qstn*, valrng*, invalrng*, undocCod*, universe*, TotlResp*, sumStat*, txt*, stdCatgry*, catgryGrp*, catgry*, codInstr*, verStmt*, concept*, derivation?, varFormat?, geoMap*, catLevel*, notes*
</var>
Content model elements (26):
TotlResp, anlysUnit, catLevel, catgry, catgryGrp, codInstr, concept, derivation, embargo, geoMap, imputation, invalrng, labl, location, notes, qstn, respUnit, security, stdCatgry, sumStat, txt, undocCod, universe, valrng, varFormat, verStmt
Included in content model of elements (1):
dataDscr
Known Usage Locations
Annotation

Variable

Description

This element describes all of the features of a single variable in a social science data file. The following elements are repeatable to support multi-language content: anlysUnit, embargo, imputation, respUnit, security, TotlResp. It includes the following attributes:

The attribute "name" usually contains the so-called "short label" for the variable, limited to eight characters in many statistical analysis systems such as SAS or SPSS.

The attribute "wgt" indicates whether the variable is a weight.

The attribute "wgt-var" references the weight variable(s) for this variable.

The attribute "qstn" is a reference to the question ID for the variable.

The attribute "files" is the IDREF identifying the file(s) to which the variable belongs.

The attribute "vendor" is the origin of the proprietary format and includes SAS, SPSS, ANSI, and ISO.

The attribute "dcml" refers to the number of decimal points in the variable.

The attribute "intrvl" indicates the interval type; options are discrete or continuous.

The "rectype" attribute refers to the record type to which the variable belongs.

The "sdatrefs" are summary data description references which record the ID values of all elements within the summary data description section of the Study Description which might apply to the variable. These elements include: time period covered, date of collection, nation or country, geographic coverage, geographic unit, unit of analysis, universe, and kind of data.

The "methrefs" are methodology and processing references which record the ID values of all elements within the study methodology and processing section of the Study Description which might apply to the variable. These elements include information on data collection and data appraisal (e.g., sampling, sources, weighting, data cleaning, response rates, and sampling error estimates).

The "pubrefs" attribute provides a link to publication/citation references and records the ID values of all citations elements within Other Study Description Materials or Other Study-Related Materials that pertain to this variable.

The attribute "access" records the ID values of all elements in the Data Access section that describe access conditions for this variable.

The "aggrMeth" attribute indicates the type of aggregation method used, for example 'sum', 'average', 'count'. If a value of "other" is given a term from a controlled vocabulary should be used in the "otherAggrMeth" attribute.

The "otherAggrMeth" attribute holds a value from a controlled vocabulary when the aggrMeth attribute has a value of "other".This option should only be used when applying a controlled vocabulary to this attribute. Use the complex element controlledVocabUsed to identify the controlled vocabulary to which the selected term belongs.

The attribute "measUnit" records the measurement unit, for example 'km', 'miles', etc.

The "scale" attribute records unit of scale, for example 'x1', 'x1000', etc.

The attribute "origin" records the point of origin for anchored scales.

The "nature" attribute records the nature of the variable, whether it is 'nominal', 'ordinal', 'interval', 'ratio', or 'percent'. If the 'other' value is used, a value from a controlled vocabulary should be put into the otherNature attribute.

The "otherNature" attribute should be used when the nature attribute has a value of "other". This option should only be used when applying a controlled vocabulary to this attribute. Use the complex element controlledVocabUsed to identify the controlled vocabulary to which the selected term belongs.

The attribute "additivity" records type of additivity, such as 'stock', 'flow', 'non-additive'. When the "other" value is used, a value from a controlled vocabulary should be put into the "otherAdditivity" attribute.

The "otherAdditivity" attribute is used only when the "additivity" attribute has a value of "other". This option should only be used when applying a controlled vocabulary to this attribute. Use the complex element controlledVocabUsed to identify the controlled vocabulary to which the selected term belongs.

The attribute "temporal" indicates whether the variable relays time-related information.

The "geog" attribute indicates whether the variable relays geographic information.

The attribute "geoVocab" records the coding scheme used in the variable.

The attribute "catQnty" records the number of categories found in the variable, and is used primarily for aggregate data files for verifying cell counts in nCubes.

The "representationType" attribute was added to capture the specific DDI 3 representation type to facilitate translation between DDI 2 and DDI 3. If the "other" value is used, a term from a controlled vocabulary may be supplied in the otherRepresentationType attribute.

The "otherRepresentationType" attribute should be used when the representationType attribute has a value of "other". This option should only be used when applying a controlled vocabulary to this attribute. Use the complex element controlledVocabUsed to identify the controlled vocabulary to which the selected term belongs.

XML Source (w/o annotations (1); see within schema source)
<xs:element name="var" type="varType"/>
Attribute Detail (all declarations; 36/36)
access
Type:
xs:IDREFS, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="access" type="xs:IDREFS"/>

additivity
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within varType complexType
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"stock", "flow", "non-additive", "other"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"stock", "flow", "non-additive", "other"
XML Source (see within schema source)
<xs:attribute name="additivity">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="stock"/>
<xs:enumeration value="flow"/>
<xs:enumeration value="non-additive"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

aggrMeth
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within varType complexType
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"sum", "average", "count", "mode", "median", "maximum", "minimum", "percent", "other"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"sum", "average", "count", "mode", "median", "maximum", "minimum", "percent", "other"
XML Source (see within schema source)
<xs:attribute name="aggrMeth">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="sum"/>
<xs:enumeration value="average"/>
<xs:enumeration value="count"/>
<xs:enumeration value="mode"/>
<xs:enumeration value="median"/>
<xs:enumeration value="maximum"/>
<xs:enumeration value="minimum"/>
<xs:enumeration value="percent"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

catQnty
Type:
xs:string, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="catQnty" type="xs:string"/>

dcml
Type:
xs:string, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="dcml" type="xs:string"/>

ddiCodebookUrn
Type:
xs:anyURI, predefined
Use:
optional
Defined:
locally within GLOBALS attributeGroup
Used to capture the DDI-Codebook type URN for the element. This is used to assign a DDI-Codebook specific URN to the element, according the format prescribed by the DDI-Codebook standard.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="ddiCodebookUrn" type="xs:anyURI" use="optional"/>

ddiLifecycleUrn
Type:
xs:anyURI, predefined
Use:
optional
Defined:
locally within GLOBALS attributeGroup
Used to capture the DDI-Lifecycle type URN for the element. This may be captured during translation from DDI-Lifecycle to DDI-Codebook structure or in preparation for transferring to a DDI-Lifecycle structure.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="ddiLifecycleUrn" type="xs:anyURI" use="optional"/>

elementVersion
Type:
xs:string, predefined
Use:
optional
Defined:
locally within GLOBALS attributeGroup
Captures version of the element
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="elementVersion" type="xs:string" use="optional"/>

elementVersionDate
Type:
Use:
optional
Defined:
locally within GLOBALS attributeGroup
Indicates version date for the element. Use YYYY-MM-DD, YYYY-MM, or YYYY formats.
Attribute Value
xs:dateTime | xs:date | xs:gYearMonth | xs:gYear
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="elementVersionDate" type="dateSimpleType" use="optional"/>

files
Type:
xs:IDREFS, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="files" type="xs:IDREFS"/>

geog
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within varType complexType
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"Y", "N"
Default:
"N"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Y", "N"
XML Source (see within schema source)
<xs:attribute default="N" name="geog">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Y"/>
<xs:enumeration value="N"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

geoVocab
Type:
xs:string, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="geoVocab" type="xs:string"/>

ID
Type:
xs:ID, predefined
Use:
optional
Defined:
locally within GLOBALS attributeGroup
XML Source (see within schema source)
<xs:attribute name="ID" type="xs:ID" use="optional"/>

intrvl
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within varType complexType
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"contin", "discrete"
Default:
"discrete"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"contin", "discrete"
XML Source (see within schema source)
<xs:attribute default="discrete" name="intrvl">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="contin"/>
<xs:enumeration value="discrete"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

measUnit
Type:
xs:string, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="measUnit" type="xs:string"/>

methrefs
Type:
xs:IDREFS, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="methrefs" type="xs:IDREFS"/>

name
Type:
xs:string, predefined
Use:
required
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="name" type="xs:string" use="required"/>

nature
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within varType complexType
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"nominal", "ordinal", "interval", "ratio", "percent", "other"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"nominal", "ordinal", "interval", "ratio", "percent", "other"
XML Source (see within schema source)
<xs:attribute name="nature">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="nominal"/>
<xs:enumeration value="ordinal"/>
<xs:enumeration value="interval"/>
<xs:enumeration value="ratio"/>
<xs:enumeration value="percent"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

origin
Type:
xs:string, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="origin" type="xs:string"/>

otherAdditivity
Type:
xs:NMTOKEN, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="otherAdditivity" type="xs:NMTOKEN" use="optional"/>

otherAggrMeth
Type:
xs:NMTOKEN, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="otherAggrMeth" type="xs:NMTOKEN" use="optional"/>

otherRepresentationType
Type:
xs:NMTOKEN, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="otherRepresentationType" type="xs:NMTOKEN" use="optional"/>

pubrefs
Type:
xs:IDREFS, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="pubrefs" type="xs:IDREFS"/>

qstn
Type:
xs:IDREFS, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="qstn" type="xs:IDREFS"/>

rectype
Type:
xs:string, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="rectype" type="xs:string"/>

representationType
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within varType complexType
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"text", "numeric", "code", "datetime", "other"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"text", "numeric", "code", "datetime", "other"
XML Source (see within schema source)
<xs:attribute name="representationType">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="text"/>
<xs:enumeration value="numeric"/>
<xs:enumeration value="code"/>
<xs:enumeration value="datetime"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

scale
Type:
xs:string, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="scale" type="xs:string"/>

sdatrefs
Type:
xs:IDREFS, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="sdatrefs" type="xs:IDREFS"/>

source
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within GLOBALS attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"archive", "producer"
Default:
"producer"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"archive", "producer"
XML Source (see within schema source)
<xs:attribute default="producer" name="source">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="archive"/>
<xs:enumeration value="producer"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

temporal
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within varType complexType
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"Y", "N"
Default:
"N"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Y", "N"
XML Source (see within schema source)
<xs:attribute default="N" name="temporal">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Y"/>
<xs:enumeration value="N"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

vendor
Type:
xs:string, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="vendor" type="xs:string"/>

weight
Type:
xs:IDREFS, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="weight" type="xs:IDREFS"/>

wgt
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within varType complexType
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"wgt", "not-wgt"
Default:
"not-wgt"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"wgt", "not-wgt"
XML Source (see within schema source)
<xs:attribute default="not-wgt" name="wgt">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="wgt"/>
<xs:enumeration value="not-wgt"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

wgt-var
Type:
xs:IDREFS, predefined
Use:
optional
Defined:
locally within varType complexType
XML Source (see within schema source)
<xs:attribute name="wgt-var" type="xs:IDREFS"/>

xml-lang
Type:
xs:NMTOKEN, predefined
Use:
optional
Defined:
locally within GLOBALS attributeGroup
DO NOT USE THIS ATTRIBUTE. Its inclusion is an error that was persisted to retain backward compatibility. If this attribute has been used, transfer the content to xml:lang.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="xml-lang" type="xs:NMTOKEN" use="optional"/>

xml:lang
Type:
xs:language, predefined
Use:
optional
Defined:
by reference within GLOBALS attributeGroup
XML Source (see within schema source)
<xs:attribute ref="xml:lang" use="optional"/>
Content Element Detail (all declarations; 26/26)
anlysUnit
Type:
conceptualTextType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="anlysUnit"/>

catgry
Type:
catgryType, complex content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catgry"/>

catgryGrp
Type:
catgryGrpType, complex content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catgryGrp"/>

catLevel
Type:
catLevelType, empty content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catLevel"/>

codInstr
Type:
simpleTextType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="codInstr"/>

concept
Type:
conceptType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="concept"/>

derivation
Type:
derivationType, complex content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element minOccurs="0" ref="derivation"/>

embargo
Type:
embargoType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="embargo"/>

geoMap
Type:
geoMapType, empty content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="geoMap"/>

imputation
Type:
simpleTextType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="imputation"/>

invalrng
Type:
invalrngType, complex content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="invalrng"/>

labl
Type:
lablType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="labl"/>

location
Type:
locationType, empty content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="location"/>

notes
Type:
notesType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="notes"/>

qstn
Type:
qstnType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="qstn"/>

respUnit
Type:
simpleTextType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="respUnit"/>

security
Type:
simpleTextAndDateType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="security"/>

stdCatgry
Type:
stdCatgryType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="stdCatgry"/>

sumStat
Type:
sumStatType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="sumStat"/>

TotlResp
Type:
simpleTextType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TotlResp"/>

txt
Type:
txtType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="txt"/>

undocCod
Type:
simpleTextType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="undocCod"/>

universe
Type:
universeType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="universe"/>

valrng
Type:
valrngType, complex content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="valrng"/>

varFormat
Type:
varFormatType, mixed content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element minOccurs="0" ref="varFormat"/>

verStmt
Type:
verStmtType, complex content
Defined:
by reference within varType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="verStmt"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set