PDBx:pdbx_feature_sequence_rangeType

Data items in the PDBX_FEATURE_SEQUENCE_RANGE category 
records information about properties pertaining to 
this structure sequence_range.

    Example 1 - Secondary structure computed by program DSSP.
<PDBx:pdbx_feature_sequence_rangeCategory>
   <PDBx:pdbx_feature_sequence_range id="1">
      <PDBx:feature>4-helix (alpha-helix)</PDBx:feature>
      <PDBx:feature_assigned_by>DSSP</PDBx:feature_assigned_by>
      <PDBx:feature_name>secondary structure</PDBx:feature_name>
      <PDBx:feature_software_id>DSSP</PDBx:feature_software_id>
      <PDBx:feature_type>value</PDBx:feature_type>
      <PDBx:seq_range_id>H1</PDBx:seq_range_id>
   </PDBx:pdbx_feature_sequence_range>
   <PDBx:pdbx_feature_sequence_range id="2">
      <PDBx:feature>hydrogen-bonded turn in beta-ladder</PDBx:feature>
      <PDBx:feature_assigned_by>DSSP</PDBx:feature_assigned_by>
      <PDBx:feature_name>secondary structure</PDBx:feature_name>
      <PDBx:feature_software_id>DSSP</PDBx:feature_software_id>
      <PDBx:feature_type>value</PDBx:feature_type>
      <PDBx:seq_range_id>T1</PDBx:seq_range_id>
   </PDBx:pdbx_feature_sequence_range>
</PDBx:pdbx_feature_sequence_rangeCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_feature_sequence_rangeType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_FEATURE_SEQUENCE_RANGE category records information about properties pertaining to this structure sequence_range. Example 1 - Secondary structure computed by program DSSP. <PDBx:pdbx_feature_sequence_rangeCategory> <PDBx:pdbx_feature_sequence_range id="1"> <PDBx:feature>4-helix (alpha-helix)</PDBx:feature> <PDBx:feature_assigned_by>DSSP</PDBx:feature_assigned_by> <PDBx:feature_name>secondary structure</PDBx:feature_name> <PDBx:feature_software_id>DSSP</PDBx:feature_software_id> <PDBx:feature_type>value</PDBx:feature_type> <PDBx:seq_range_id>H1</PDBx:seq_range_id> </PDBx:pdbx_feature_sequence_range> <PDBx:pdbx_feature_sequence_range id="2"> <PDBx:feature>hydrogen-bonded turn in beta-ladder</PDBx:feature> <PDBx:feature_assigned_by>DSSP</PDBx:feature_assigned_by> <PDBx:feature_name>secondary structure</PDBx:feature_name> <PDBx:feature_software_id>DSSP</PDBx:feature_software_id> <PDBx:feature_type>value</PDBx:feature_type> <PDBx:seq_range_id>T1</PDBx:seq_range_id> </PDBx:pdbx_feature_sequence_range> </PDBx:pdbx_feature_sequence_rangeCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_feature_sequence_range" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="feature" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute feature_name in category pdbx_feature_sequence_range.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="feature_assigned_by" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">attribute feature_assigned_by in category pdbx_feature_sequence_range identifies the individual, organization or program that assigned the feature.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="feature_citation_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">attribute feature_citation_id in category pdbx_feature_sequence_range is a reference to a citation in the CITATION category</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="feature_identifier" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">attribute feature_identifier in category pdbx_feature_sequence_range is an additional identifier used to identify or accession this feature.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="feature_name" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">attribute feature_name in category pdbx_feature_sequence_range identifies a feature by name.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="feature_software_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">attribute feature_software_id in category pdbx_feature_sequence_range is a reference to an application descripted in the SOFTWARE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="feature_type" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">attribute feature_type in category pdbx_feature_sequence_range identifies the type of feature.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="value"/>
                <xsd:enumeration value="uri"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="seq_range_id" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute seq_range_id in category pdbx_feature_sequence_range references a sequence_range definition in category PDBX_SEQUENCE_RANGE.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute id in category pdbx_feature_sequence_range uniquely identifies a feature in the PDBX_FEATURE_SEQUENCE_RANGE category</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>