phy:ProteinDomain

To represent an individual domain in a domain architecture. The
name/unique identifier is described via the 'id' attribute. 'confidence' can be used to
store (i.e.) E-values.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
confidence xs:double optional
from xs:nonNegativeInteger required
id xs:token optional
to xs:nonNegativeInteger required

Used By

Source

<xs:complexType name="ProteinDomain">
  <xs:annotation>
    <xs:documentation>To represent an individual domain in a domain architecture. The name/unique identifier is described via the 'id' attribute. 'confidence' can be used to store (i.e.) E-values.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:token">
      <xs:attribute name="from" type="xs:nonNegativeInteger" use="required"/>
      <xs:attribute name="to" type="xs:nonNegativeInteger" use="required"/>
      <xs:attribute name="confidence" type="xs:double"/>
      <xs:attribute name="id" type="xs:token"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>