PDBx:pdbx_sequence_rangeType

Data items in the PDBX_SEQUENCE_RANGE category identify the
beginning and ending points of polypeptide sequence segments.

    Example 1 - 
<PDBx:pdbx_sequence_rangeCategory>
   <PDBx:pdbx_sequence_range beg_label_alt_id="A" beg_label_asym_id="A" beg_label_comp_id="PRO" beg_label_seq_id="1" end_label_alt_id="A" end_label_asym_id="A" end_label_comp_id="GLY" end_label_seq_id="29" seq_range_id="s1"></PDBx:pdbx_sequence_range>
   <PDBx:pdbx_sequence_range beg_label_alt_id="A" beg_label_asym_id="D" beg_label_comp_id="PRO" beg_label_seq_id="91" end_label_alt_id="A" end_label_asym_id="D" end_label_comp_id="GLY" end_label_seq_id="119" seq_range_id="s2"></PDBx:pdbx_sequence_range>
</PDBx:pdbx_sequence_rangeCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_sequence_rangeType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_SEQUENCE_RANGE category identify the beginning and ending points of polypeptide sequence segments. Example 1 - <PDBx:pdbx_sequence_rangeCategory> <PDBx:pdbx_sequence_range beg_label_alt_id="A" beg_label_asym_id="A" beg_label_comp_id="PRO" beg_label_seq_id="1" end_label_alt_id="A" end_label_asym_id="A" end_label_comp_id="GLY" end_label_seq_id="29" seq_range_id="s1"></PDBx:pdbx_sequence_range> <PDBx:pdbx_sequence_range beg_label_alt_id="A" beg_label_asym_id="D" beg_label_comp_id="PRO" beg_label_seq_id="91" end_label_alt_id="A" end_label_asym_id="D" end_label_comp_id="GLY" end_label_seq_id="119" seq_range_id="s2"></PDBx:pdbx_sequence_range> </PDBx:pdbx_sequence_rangeCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_sequence_range" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="beg_auth_asym_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to attribute auth_asym_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="beg_auth_comp_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to attribute auth_comp_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="beg_auth_seq_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to attribute auth_seq_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="end_auth_asym_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to attribute auth_asym_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="end_auth_comp_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to attribute auth_comp_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="end_auth_seq_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to attribute auth_seq_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="beg_label_alt_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to attribute id in category atom_sites_alt in the ATOM_SITES_ALT category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="beg_label_asym_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to attribute label_asym_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="beg_label_comp_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to attribute label_comp_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="beg_label_seq_id" use="required" type="xsd:integer">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range begins. This data item is a pointer to attribute label_seq_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="end_label_alt_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to attribute id in category atom_sites_alt in the ATOM_SITES_ALT category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="end_label_asym_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to attribute label_asym_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="end_label_comp_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to attribute label_comp_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="end_label_seq_id" use="required" type="xsd:integer">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A component of the identifier for the monomer at which this segment of the sequence range ends. This data item is a pointer to attribute label_seq_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="seq_range_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is an identifier for a sequence range.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>