<xsd:complexType name="pdbx_database_relatedType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in PDBX_DATABASE_RELATED contain references to entries that are related to the this entry. <PDBx:pdbx_database_relatedCategory> <PDBx:pdbx_database_related content_type="native structure" db_id="1ABC" db_name="PDB"></PDBx:pdbx_database_related> </PDBx:pdbx_database_relatedCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pdbx_database_related" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">A description of the related entry. 1ABC contains the same protein complexed with Netropsin.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="content_type" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">The identifying content type of the related entry. minimized average structure representative structure ensemble derivative structure native structure associated EM volume other EM volume associated NMR restraints associated structure factors associated SAS data protein target sequence and/or protocol data split re-refinement complete structure unspecified other</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="minimized average structure"/>
<xsd:enumeration value="representative structure"/>
<xsd:enumeration value="ensemble"/>
<xsd:enumeration value="derivative structure"/>
<xsd:enumeration value="native structure"/>
<xsd:enumeration value="associated EM volume"/>
<xsd:enumeration value="other EM volume"/>
<xsd:enumeration value="associated NMR restraints"/>
<xsd:enumeration value="associated structure factors"/>
<xsd:enumeration value="associated SAS data"/>
<xsd:enumeration value="protein target sequence and/or protocol data"/>
<xsd:enumeration value="split"/>
<xsd:enumeration value="re-refinement"/>
<xsd:enumeration value="complete structure"/>
<xsd:enumeration value="unspecified"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="db_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The identifying code in the related database. 1ABC BDL001</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="db_name" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of the database containing the related entry. PDB - Protein Databank NDB - Nucleic Acid Database BMRB - BioMagResBank EMDB - Electron Microscopy Database BMCD - Biological Macromolecule Crystallization Database TargetTrack - Target Registration and Protocol Database SASBDB - Small Angle Scattering Biological Data Bank</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |