Data items in the JOURNAL_INDEX category are used to list terms used to generate the journal indexes. The creator of a data block will not normally specify these data items. Example 1 - based on a paper by Zhu, Reynolds, Klein & Trudell [Acta Cryst. (1994), C50, 2067-2069]. <PDBx:journal_indexCategory> <PDBx:journal_index term="C16H19NO4" type="O"> <PDBx:subterm xsi:nil="true" /> </PDBx:journal_index> <PDBx:journal_index term="alkaloids" type="S"> <PDBx:subterm>(-)-norcocaine</PDBx:subterm> </PDBx:journal_index> <PDBx:journal_index term="(-)-norcocaine" type="S"> <PDBx:subterm xsi:nil="true" /> </PDBx:journal_index> <PDBx:journal_index term=" [2R,3S-(2\b,3\b)]-methyl 3-(benzoyloxy)-8-azabicyclo[3.2.1]octane-2-carboxylate" type="S"> <PDBx:subterm xsi:nil="true" /> </PDBx:journal_index> </PDBx:journal_indexCategory> |
<xsd:complexType name="journal_indexType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the JOURNAL_INDEX category are used to list terms used to generate the journal indexes. The creator of a data block will not normally specify these data items. Example 1 - based on a paper by Zhu, Reynolds, Klein & Trudell [Acta Cryst. (1994), C50, 2067-2069]. <PDBx:journal_indexCategory> <PDBx:journal_index term="C16H19NO4" type="O"> <PDBx:subterm xsi:nil="true" /> </PDBx:journal_index> <PDBx:journal_index term="alkaloids" type="S"> <PDBx:subterm>(-)-norcocaine</PDBx:subterm> </PDBx:journal_index> <PDBx:journal_index term="(-)-norcocaine" type="S"> <PDBx:subterm xsi:nil="true" /> </PDBx:journal_index> <PDBx:journal_index term=" [2R,3S-(2\b,3\b)]-methyl 3-(benzoyloxy)-8-azabicyclo[3.2.1]octane-2-carboxylate" type="S"> <PDBx:subterm xsi:nil="true" /> </PDBx:journal_index> </PDBx:journal_indexCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="journal_index" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="subterm" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Journal index data items are defined by the journal staff.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="term" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Journal index data items are defined by the journal staff.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="type" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Journal index data items are defined by the journal staff.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |