Documentation for XCEDE2

Complex Type: assessmentItem_t

[Table of contents]

Super-types: None
Sub-types: None
Name assessmentItem_t
Used by (from the same schema document) Complex Type assessment_t
Abstract no
XML Instance Representation
<...
preferredLabel=" xs:string [1]

'The preferred label of this term. This can be different than the term used by the applications (e.g. CBLM versus cerebellum)'

"

abbreviation=" xs:string [0..1]

'The preferred abbreviation for the term'

"

nomenclature=" xs:string [1]

'The source ontology of this terminology/ontology term'

"

termID=" xs:string [1]

'Applications will likely want to constrain what are valid IDs within the context of their application (for example, allowing only LSID\'s)'

"

termPath=" xs:string [0..1]"
ID="anySimpleType [0..1]"
name="anySimpleType [0..1]">
<valueStatus> xs:string </valueStatus> [0..1]

'Information on the status of a value (e.g. subject refused to answer)'

<value> value_t </value> [1]

'Actual value of the assessment item as recorded on the form'

<normValue> value_t </normValue> [0..1]

'Normalized or scaled value of the assessment item'

<reconciliationNote> textAnnotation_t </reconciliationNote> [0..1]

'Normalized or scaled value of the assessment item'

<annotation> textAnnotation_t </annotation> [0..1]
</...>
Diagram
type_value_t type_value_t type_textAnnotation_t type_textAnnotation_t attributeGroup_terminology_ag
Schema Component Representation
<xs:complexType name="assessmentItem_t">
<xs:sequence>
<xs:element name="valueStatus" type=" xs:string " minOccurs="0"/>
<xs:element name="value" type=" value_t "/>
<xs:element name="normValue" type=" value_t " minOccurs="0"/>
<xs:element name="reconciliationNote" type=" textAnnotation_t " minOccurs="0"/>
<xs:element name="annotation" type=" textAnnotation_t " minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref=" terminology_ag "/>
<xs:attribute name="ID"/>
<xs:attribute name="name"/>
</xs:complexType>