complexType "SourceReferenceType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:boolean : "false" |
|
= |
xs:anyURI |
|
= |
"true" |
|
= |
xs:boolean : "false" |
|
= |
xs:string |
|
= |
list of xs:language |
|
= |
xs:anyURI |
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (3):
-
Annotation
Reference to an input used in the derivation or coding instruction. TypeOfObject should be set to Variable, QuestionItem, QuestionGrid, or MeasurementItem.
Type Derivation Tree
SourceReferenceType
|
XML Source (w/o annotations (2); see within schema source)
<xs:complexContent>
<xs:extension base="r:ReferenceType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Alias"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 1/8)
-
Type: |
xs:NMTOKEN, predefined, simple content
|
Allows for assigning an alias used to reference this item in a command. For example if the SourceReference was a question capturing a persons age the command might read "If AGE LT 5...". AGE would be the alias.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Alias"/>
|