complexType "StatementItemType"
Namespace:
Content:
complex, 6 attributes, 21 elements
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (21):
ConstructName, DisplayText, ExternalAid, ExternalInterviewerInstruction, InterviewerInstructionReference, r:Agency, r:BasedOnObject, r:Binding, r:Description, r:ID, r:InParameter, r:Label, r:MaintainableObject, r:OutParameter, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
StatementItem
Known Usage Locations
Annotation
A textual statement used in the Instrument. A substitution for ControlConstruct. In addition to the objects found in ControlConstruct StatementItem adds the text for display at the specified point within the instrument.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          ControlConstructType (extension)
              StatementItemType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="StatementItemType">
<xs:complexContent>
<xs:extension base="ControlConstructType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DisplayText"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/21)
DisplayText
Type:
DynamicTextType, complex content
Text to be displayed by the instrument. Supports the use of DynamicText. Note that when using Dynamic Text, the full DisplayText must be repeated for multi-language versions of the content. Different languages may handle the dynamic portions in different locations and/or with different content. Therefore languages cannot be mixed within a dynamic text except when the full text itself has multiple language sections, for example, a foreign language term in a text. The DisplayText may also be repeated to provide a dynamic and plain text version of the display. This allows for accurate rendering of the display in a non-dynamic environment like print.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DisplayText"/>

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