Documentation for XCEDE2

Complex Type: nsTermAnnotation_t

[Table of contents]

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