complexType "varType"
Namespace:
Content:
complex, 37 attributes, 26 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 29 attributes, 26 elements
Used:
XML Representation Summary
<...
   
 = 
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")
 = 
xs:string
 = 
("stock" | "flow" | "non-additive" | "other")
 = 
xs:NMTOKEN
 = 
("Y" | "N") : "N"
 = 
("Y" | "N") : "N"
 = 
xs:string
 = 
xs:string
 = 
("text" | "numeric" | "code" | "datetime" | "geographicLocationCode" | "geographicStructureCode" | "scale" | "other")
 = 
xs:NMTOKEN
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  varType
XML Source (w/o annotations (29); see within schema source)
<xs:complexType name="varType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="location"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="labl"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="imputation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="security"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="embargo"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="respUnit"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="anlysUnit"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="qstn"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="valrng"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="invalrng"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="undocCod"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="universe"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TotlResp"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="sumStat"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="txt"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="stdCatgry"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catgryGrp"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catgry"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="codInstr"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="verStmt"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="concept"/>
<xs:element minOccurs="0" ref="derivation"/>
<xs:element minOccurs="0" ref="varFormat"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="geoMap"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catLevel"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="notes"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<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>
<xs:attribute name="wgt-var" type="xs:IDREFS"/>
<xs:attribute name="weight" type="xs:IDREFS"/>
<xs:attribute name="qstn" type="xs:IDREFS"/>
<xs:attribute name="files" type="xs:IDREFS"/>
<xs:attribute name="vendor" type="xs:string"/>
<xs:attribute name="dcml" type="xs:string"/>
<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>
<xs:attribute name="rectype" type="xs:string"/>
<xs:attribute name="sdatrefs" type="xs:IDREFS"/>
<xs:attribute name="methrefs" type="xs:IDREFS"/>
<xs:attribute name="pubrefs" type="xs:IDREFS"/>
<xs:attribute name="access" type="xs:IDREFS"/>
<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>
<xs:attribute name="otherAggrMeth" type="xs:NMTOKEN" use="optional"/>
<xs:attribute name="measUnit" type="xs:string"/>
<xs:attribute name="scale" type="xs:string"/>
<xs:attribute name="origin" type="xs:string"/>
<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>
<xs:attribute name="otherNature" type="xs:string"/>
<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>
<xs:attribute name="otherAdditivity" type="xs:NMTOKEN" use="optional"/>
<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>
<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>
<xs:attribute name="geoVocab" type="xs:string"/>
<xs:attribute name="catQnty" type="xs:string"/>
<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="geographicLocationCode"/>
<xs:enumeration value="geographicStructureCode"/>
<xs:enumeration value="scale"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="otherRepresentationType" type="xs:NMTOKEN" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 29/37)
access
Type:
xs:IDREFS, predefined
Use:
optional
ID values of all elements in the Data Access and Metadata Access section that describe access conditions for this variable.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="access" type="xs:IDREFS"/>

additivity
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Type of additivity
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 (w/o annotations (1); 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
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.
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 (w/o annotations (1); 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
Number of categories found in the variable, and is used primarily for aggregate data files for verifying cell counts in nCubes.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="catQnty" type="xs:string"/>

dcml
Type:
xs:string, predefined
Use:
optional
Number of decimal points in the variable.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="dcml" type="xs:string"/>

files
Type:
xs:IDREFS, predefined
Use:
optional
ID of the file(s) to which the variable belongs.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="files" type="xs:IDREFS"/>

geog
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Whether the variable relays geographic information.
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 (w/o annotations (1); 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
Indicates the name of the controlled vocabulary, if any, used in the element, e.g., LCSH (Library of Congress Subject Headings), MeSH (Medical Subject Headings), etc.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="geoVocab" type="xs:string"/>

intrvl
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Interval type; options are discrete or continuous.
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 (w/o annotations (1); 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
Measurement unit, for example 'km', 'miles', etc.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="measUnit" type="xs:string"/>

methrefs
Type:
xs:IDREFS, predefined
Use:
optional
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).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="methrefs" type="xs:IDREFS"/>

name
Type:
xs:string, predefined
Use:
required
Contains the so-called "short label" for the variable, limited to eight characters in many statistical analysis systems such as SAS or SPSS.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:string" use="required"/>

nature
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Nature (measurement level) of the variable.
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 (w/o annotations (1); 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
Point of origin for anchored scales.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="origin" type="xs:string"/>

otherAdditivity
Type:
xs:NMTOKEN, predefined
Use:
optional
A value from a controlled vocabulary, used only when the "additivity" attribute has a value of "other". 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:attribute name="otherAdditivity" type="xs:NMTOKEN" use="optional"/>

otherAggrMeth
Type:
xs:NMTOKEN, predefined
Use:
optional
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. DDI provides a Controlled Vocabulary for this location: "AggregationMethod"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="otherAggrMeth" type="xs:NMTOKEN" use="optional"/>

otherNature
Type:
xs:string, predefined
Use:
optional
A value from a controlled vocabulary. 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:attribute name="otherNature" type="xs:string"/>

otherRepresentationType
Type:
xs:NMTOKEN, predefined
Use:
optional
A value from a controlled vocabulary, should be used when the representationType attribute has a value of "other". 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:attribute name="otherRepresentationType" type="xs:NMTOKEN" use="optional"/>

pubrefs
Type:
xs:IDREFS, predefined
Use:
optional
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.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="pubrefs" type="xs:IDREFS"/>

qstn
Type:
xs:IDREFS, predefined
Use:
optional
Reference to the question ID when the question itself is entered in another variable.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="qstn" type="xs:IDREFS"/>

rectype
Type:
xs:string, predefined
Use:
optional
ID of the record type to which the variable belongs.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="rectype" type="xs:string"/>

representationType
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Captures the specific DDI Lifecycle representation type to facilitate translation between DDI 2 and DDI Lifecycle. If the "other" value is used, a term from a controlled vocabulary may be supplied in the otherRepresentationType attribute.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"text", "numeric", "code", "datetime", "geographicLocationCode", "geographicStructureCode", "scale", "other"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"text", "numeric", "code", "datetime", "geographicLocationCode", "geographicStructureCode", "scale", "other"
XML Source (w/o annotations (1); 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="geographicLocationCode"/>
<xs:enumeration value="geographicStructureCode"/>
<xs:enumeration value="scale"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

scale
Type:
xs:string, predefined
Use:
optional
Unit of scale, for example 'x1', 'x1000', etc.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="scale" type="xs:string"/>

sdatrefs
Type:
xs:IDREFS, predefined
Use:
optional
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.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="sdatrefs" type="xs:IDREFS"/>

temporal
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Whether the variable relays time-related information.
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 (w/o annotations (1); 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
Origin of the proprietary format and includes SAS, SPSS, ANSI, and ISO.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="vendor" type="xs:string"/>

weight
Type:
xs:IDREFS, predefined
Use:
optional
References the weight description(s) from dataColl for this variable. Use when a specific overall weight is designated such as with a 10% sample where all items are weighted x10.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="weight" type="xs:IDREFS"/>

wgt
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Whether the variable is a weight.
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 (w/o annotations (1); 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
Reference to the variable(s) containing the weight used.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="wgt-var" type="xs:IDREFS"/>
Content Element Detail (all declarations; defined within this component only; 26/26)
anlysUnit
Type:
conceptualTextType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="anlysUnit"/>

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

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

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

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

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

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

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

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

imputation
Type:
conceptType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="imputation"/>

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

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

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

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

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

respUnit
Type:
conceptualTextType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="respUnit"/>

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

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

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

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

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

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

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

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

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

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

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