This is used describe the domain architecture of a protein. Attribute 'length' is the total length of the protein |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
length | xs:nonNegativeInteger | optional |
<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> |