complexType "DevelopmentObjectType"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A description of the development objects of a Development Implementation or Development Step. Supports a general description as well as specific references to allowed development objects.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="DevelopmentObjectType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="r:QuestionReference"/>
<xs:element ref="r:MeasurementReference"/>
<xs:element ref="InstrumentReference"/>
<xs:element ref="ControlConstructReference"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
ControlConstructReference
Type:
r:ReferenceType, complex content
Reference to the ControlConstruct that is the target of the development work. TypeOfObject should reflect the type of ControlConstruct being referenced. Value should be IfThenElse, RepeatUntil, RepeatWhile, Loop, Sequence, ComputationItem, StatementItem, MeasurementConstruct, QuestionConstruct, Split, SplitJoin, SamplingStage, SampleStep, DevelopmentStep.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ControlConstructReference"/>

InstrumentReference
Type:
r:ReferenceType, complex content
Reference to the Instrument that is the target of the development work. TypeOfObject should be Instrument.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="InstrumentReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the development objects that are the intended objects of a Development Plan or specific objects of a Development Step. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:MeasurementReference
Type:
r:ReferenceType, complex content
Reference to the Measurement that is the target of the development work. TypeOfObject should be Measurement.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:MeasurementReference"/>

r:QuestionReference
Type:
r:ReferenceType, complex content
Reference to the Question type that is the target of the development work. TypeOfObject should be QuestionItem, QuestionGrid, or QuestionBlock.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:QuestionReference"/>

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