PDBx:ndb_struct_feature_naType

Data items in the NDB_STRUCT_FEATURE_NA category 
describes tertiary and other special structural 
features in this entry.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="ndb_struct_feature_naType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the NDB_STRUCT_FEATURE_NA category describes tertiary and other special structural features in this entry.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="ndb_struct_feature_na" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="feature_count" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">This data item counts the number of occurences of this feature in this entry.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="entry_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category entry in the ENTRY category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="feature" use="required">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item identifies a structural feature of this entry.</xsd:documentation>
          </xsd:annotation>
          <xsd:simpleType>
            <xsd:restriction base="xsd:string">
              <xsd:enumeration value="pseudoknot"/>
              <xsd:enumeration value="intercalated base"/>
              <xsd:enumeration value="backbone turn"/>
              <xsd:enumeration value="intramolecular base triplet"/>
              <xsd:enumeration value="ribose zipper"/>
              <xsd:enumeration value="purine platform"/>
              <xsd:enumeration value="bent/kinked double helix"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>