PDBx:database_PDB_matrixType

The DATABASE_PDB_MATRIX category provides placeholders for
transformation matrices and vectors used by the Protein Data
Bank (PDB).

These data items are included only for consistency with older
PDB format files. They should appear in a data block only if
that data block was created by reformatting a PDB format file.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="database_PDB_matrixType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The DATABASE_PDB_MATRIX category provides placeholders for transformation matrices and vectors used by the Protein Data Bank (PDB). These data items are included only for consistency with older PDB format files. They should appear in a data block only if that data block was created by reformatting a PDB format file.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="database_PDB_matrix" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="origx11" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [1][1] element of the PDB ORIGX matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx12" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [1][2] element of the PDB ORIGX matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx13" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [1][3] element of the PDB ORIGX matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx21" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [2][1] element of the PDB ORIGX matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx22" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [2][2] element of the PDB ORIGX matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx23" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [2][3] element of the PDB ORIGX matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx31" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [3][1] element of the PDB ORIGX matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx32" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [3][2] element of the PDB ORIGX matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx33" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [3][3] element of the PDB ORIGX matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx_vector1" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [1] element of the PDB ORIGX vector.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx_vector2" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [2] element of the PDB ORIGX vector.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="origx_vector3" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [3] element of the PDB ORIGX vector.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale11" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [1][1] element of the PDB SCALE matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale12" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [1][2] element of the PDB SCALE matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale13" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [1][3] element of the PDB SCALE matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale21" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [2][1] element of the PDB SCALE matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale22" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [2][2] element of the PDB SCALE matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale23" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [2][3] element of the PDB SCALE matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale31" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [3][1] element of the PDB SCALE matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale32" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [3][2] element of the PDB SCALE matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale33" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [3][3] element of the PDB SCALE matrix.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale_vector1" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [1] element of the PDB SCALE vector.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale_vector2" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [2] element of the PDB SCALE vector.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="scale_vector3" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The [3] element of the PDB SCALE vector.</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:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>