PDBx:pdbx_reference_molecule_familyType

Data items in the PDBX_REFERENCE_MOLECULE_FAMILY category identify
entity families.

    Example: 1  Actinomycin
<PDBx:pdbx_reference_molecule_familyCategory>
   <PDBx:pdbx_reference_molecule_family family_prd_id="FAM_000001">
      <PDBx:name>ACTINOMYCIN</PDBx:name>
   </PDBx:pdbx_reference_molecule_family>
</PDBx:pdbx_reference_molecule_familyCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_reference_molecule_familyType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_REFERENCE_MOLECULE_FAMILY category identify entity families. Example: 1 Actinomycin <PDBx:pdbx_reference_molecule_familyCategory> <PDBx:pdbx_reference_molecule_family family_prd_id="FAM_000001"> <PDBx:name>ACTINOMYCIN</PDBx:name> </PDBx:pdbx_reference_molecule_family> </PDBx:pdbx_reference_molecule_familyCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_reference_molecule_family" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="name" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The entity family name. actinomycin adriamycin</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="release_status" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Assigns the current PDB release status for this family.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="REL"/>
                <xsd:enumeration value="HOLD"/>
                <xsd:enumeration value="OBS"/>
                <xsd:enumeration value="WAIT"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="replaced_by" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Assigns the identifier of the family that has replaced this component.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="replaces" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Assigns the identifier for the family which have been replaced by this family. Multiple family identifier codes should be separated by commas.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="family_prd_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute family_prd_id in category pdbx_reference_entity must uniquely identify a record in the PDBX_REFERENCE_MOLECULE_FAMILY list. By convention this ID uniquely identifies the reference family in in the PDB reference dictionary. The ID has the template form FAM_dddddd (e.g. FAM_000001)</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>