complexType "DomainReferenceType"
Namespace:
Content:
complex, 7 attributes, 11 elements
Defined:
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
 = 
xs:anyURI
 = 
"true"
 = 
xs:boolean : "false"
 = 
xs:string
 = 
list of xs:language
 = 
xs:anyURI
   
>
   
Content: 
</...>
Content Model Elements (11):
r:Agency, r:ContentDateOffset, r:Description, r:ID, r:Label, r:MaintainableObject, r:OutParameter, r:ResponseCardinality, r:TypeOfObject, r:URN, r:Version
All Direct / Indirect Based Elements (6):
DateTimeDomainReference, MissingValuesDomainReference, NumericDomainReference, ResponseDomainReference, ScaleDomainReference, TextDomainReference
Known Usage Locations
Annotation
Abstract type for the head of a substitution group that allows for the use of a response domain by reference. If specific values are used to denote missing values, these can be indicated as a space-delimited list in the missingValue attribute. If the missing value is indicated by a blank, this should be indicated by setting the value of blankIsMissingValue to true.
Type Definition Detail
Type Derivation Tree
r:ReferenceType (extension)
  DomainReferenceType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="DomainReferenceType">
<xs:complexContent>
<xs:extension base="r:ReferenceType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="r:OutParameter"/>
<xs:element minOccurs="0" ref="r:ResponseCardinality"/>
<xs:element minOccurs="0" ref="r:ContentDateOffset"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/11)
r:ContentDateOffset
Type:
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="r:ContentDateOffset"/>

r:Description
Type:
r: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="r:Description"/>

r:Label
Type:
r: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="r:Label"/>

r:OutParameter
Type:
r: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="r:OutParameter"/>

r: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="r:ResponseCardinality"/>

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