Documentation for XCEDE2

Complex Type: nsOntologyAnnotation_t

[Table of contents]

Super-types: abstract_annotation_t < nsOntologyAnnotation_t (by extension)
Sub-types: None
Name nsOntologyAnnotation_t
Abstract no
XML Instance Representation
<...
author=" xs:string [0..1]"
timestamp=" xs:dateTime [0..1]">
<term> xs:string </term> [1..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="nsOntologyAnnotation_t">
<xs:complexContent>
<xs:extension base=" abstract_annotation_t ">
<xs:sequence>
<xs:element name="term" type=" xs:string " maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>