<xsd:complexType name="pdbx_nmr_software_taskType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Items in the pdbx_nmr_software_task category provide information about software workflow in the NMR experiment.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pdbx_nmr_software_task" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:attribute name="entry_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">Pointer to '_entry.id' 2SNS</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="software_ordinal" use="required" type="xsd:integer">
<xsd:annotation>
<xsd:documentation xml:lang="en">Pointer to attribute ordinal in category software 1</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="task" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">A word or brief phrase that describes the task that a software application was used to carry out. chemical shift assignment</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="collection"/>
<xsd:enumeration value="chemical shift assignment"/>
<xsd:enumeration value="chemical shift calculation"/>
<xsd:enumeration value="data analysis"/>
<xsd:enumeration value="geometry optimization"/>
<xsd:enumeration value="peak picking"/>
<xsd:enumeration value="processing"/>
<xsd:enumeration value="refinement"/>
<xsd:enumeration value="structure solution"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |