Documentation for XCEDE2

Complex Type: assessmentDescItem_t

[Table of contents]

Super-types: protocolItem_t < assessmentDescItem_t (by extension)
Sub-types: None
Name assessmentDescItem_t
Abstract no
XML Instance Representation
<...
name=" xs:string [0..1]"
ID=" xs:string [0..1]"
required=" xs:boolean [0..1]"
version=" xs:string [0..1]"
formRef=" xs:string [0..1]">
<itemText> [0..1]
<textLabel
location="anySimpleType [1]"
value=" xs:string [1]"/> [0..*]
</itemText>
Start Choice [1]
<itemRange> protocolItemRange_t </itemRange> [0..*]
<itemChoice
itemCode=" xs:string [0..1]"
itemValue=" xs:string [0..1]"
ID=" xs:string [0..1]"
units=" xs:string [0..1]"/> [0..*]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="assessmentDescItem_t">
<xs:complexContent>
<xs:extension base=" protocolItem_t ">
<xs:attribute name="version" type=" xs:string "/>
<xs:attribute name="formRef" type=" xs:string "/>
</xs:extension>
</xs:complexContent>
</xs:complexType>