ContinuousChar

A concrete implementation of the char element, which requires
only an id attribute.

Complex Type Information

Model

Children: meta

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
id xs:ID required
label xs:string optional
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.

Used By

Source

<xs:complexType name="ContinuousChar" sawsdl:modelReference="http://evolutionaryontology-dev.nescent.org/cdao.owl#ContinuousCharacter">
  <xs:annotation>
    <xs:documentation>A concrete implementation of the char element, which requires only an id attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractChar">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="Meta"/>
      </xs:sequence>
      <xs:attribute name="states" type="xs:IDREF" use="prohibited"/>
      <xs:attribute name="codon" type="CodonPosition" use="prohibited"/>
      <xs:attribute name="tokens" type="MSTokenLength" use="prohibited"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>