Documentation for UPX-0.9.5

Complex Type: annotationSchemeType

[Table of contents]

Super-types: None
Sub-types: None
Name annotationSchemeType
Abstract no
XML Instance Representation
<...
id=" xsd:ID [1]

'Identifier of the annotationScheme'

"

desc=" xsd:string [0..1]"
refDoc=" xsd:anyURI [0..1]">
<annotationLevel> annotationLevelType </annotationLevel> [1..*]

'Description of levels of the annotation hierarchy, now supports heterogenous hierarchies, wherein each node can have children of different types.[OPEN: Do we require to explicitly specify parent-child relationships?]'

</...>
Diagram
h145609194
Schema Component Representation
<xsd:complexType name="annotationSchemeType">
<xsd:sequence>
<xsd:element name="annotationLevel" type=" annotationLevelType " maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID " use="required"/>
<xsd:attribute name="desc" type=" xsd:string " use="optional"/>
<xsd:attribute name="refDoc" type=" xsd:anyURI " use="optional"/>
</xsd:complexType>