Documentation for XCEDE2

Complex Type: textAnnotation_t

[Table of contents]

Super-types: abstract_annotation_t < textAnnotation_t (by extension)
Sub-types: None
Name textAnnotation_t
Used by (from the same schema document) Element XCEDE , Complex Type abstract_container_t , Complex Type events_t , Complex Type event_t , Complex Type assessment_t , Complex Type assessmentItem_t , Complex Type assessmentItem_t , Complex Type revision_t
Abstract no
XML Instance Representation
<...
author=" xs:string [0..1]"
timestamp=" xs:dateTime [0..1]">
<text> xs:string </text> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="textAnnotation_t">
<xs:complexContent>
<xs:extension base=" abstract_annotation_t ">
<xs:sequence>
<xs:element name="text" type=" xs:string " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>