phy:DomainArchitecture

This is used describe the domain architecture of a protein. Attribute
'length' is the total length of the protein

Complex Type Information

Model

Children: phy:domain

Attributes

QName Type Fixed Default Use Inheritable Annotation
length xs:nonNegativeInteger optional

Used By

Source

<xs:complexType name="DomainArchitecture">
  <xs:annotation>
    <xs:documentation>This is used describe the domain architecture of a protein. Attribute 'length' is the total length of the protein</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="domain" type="phy:ProteinDomain" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="length" type="xs:nonNegativeInteger"/>
</xs:complexType>