The OptionalOTULinked complexType is a super class for objects that that optionally have an otu id reference. |
Complex Type | AbstractNode |
<xs:complexType name="OptionalTaxonLinked" abstract="true"> <xs:annotation> <xs:documentation>The OptionalOTULinked complexType is a super class for objects that that optionally have an otu id reference.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="IDTagged"> <xs:attribute name="otu" type="xs:IDREF" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |