complexType "TextDomainType"
Namespace:
Content:
complex, 6 attributes, 7 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
xs:integer
 = 
xs:integer
 = 
xs:string
   
>
   
Content: 
</...>
Content Model Elements (7):
ContentDateOffset, Description, GenericOutputFormat, Label, OutParameter, RecommendedDataType, ResponseCardinality
Known Direct Subtypes (1):
CoordinatePairsType
All Direct / Indirect Based Elements (5):
AlternateCoordinateSystem, AlternateObject, AlternateOffset, CoordinatePairs, TextDomain
Known Usage Locations
Annotation
A response domain capturing a textual response. Contains the equivalent content of a TextRepresentation including the length of the text and restriction of content using a regular expression. Adds a set of elements available to all Response Domains; Label, Description, OutParameter, designation of response cardinality, and a declaration of an offset date for the data content. Has an equivalent TextDomainReference which references a ManagedTextRepresentation.
Type Definition Detail
Type Derivation Tree
RepresentationType (extension)
      TextDomainType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="TextDomainType">
<xs:complexContent>
<xs:extension base="TextRepresentationBaseType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element minOccurs="0" ref="OutParameter"/>
<xs:element minOccurs="0" ref="ResponseCardinality"/>
<xs:element minOccurs="0" ref="ContentDateOffset"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/7)
ContentDateOffset
Type:
ContentDateOffsetType, empty content
Identifies the difference between the date applied to the data as a whole and this specific item such as previous year's income or residence 5 years ago.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ContentDateOffset"/>

Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the domain. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

Label
Type:
LabelType, complex content
A display label for the domain. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

OutParameter
Type:
ParameterType, complex content
Allows for the response to be bound to one of the QuestionItem's OutParameters, so the collected information can be used elsewhere, for example as inputs to subsequent questions in an Instrument or to a GenerationInstruction. If multiple responses are possible, this would represent and ordered array of the responses.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="OutParameter"/>

ResponseCardinality
Type:
Allows the designation of the minimum and maximum number of responses allowed for this response domain.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ResponseCardinality"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set