AAChar

A concrete implementation of the AbstractChar element.

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
states xs:IDREF required
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.

Used By

Element AAFormat/char

Source

<xs:complexType name="AAChar" sawsdl:modelReference="http://evolutionaryontology-dev.nescent.org/cdao.owl#AminoAcidResidueCharacter">
  <xs:annotation>
    <xs:documentation>A concrete implementation of the AbstractChar element.</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="tokens" type="MSTokenLength" use="prohibited"/>
      <xs:attribute name="states" type="xs:IDREF" use="required"/>
      <xs:attribute name="codon" type="CodonPosition" use="prohibited"/>
      <xs:attribute name="id" type="xs:ID" use="required"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>