<xsd:complexType name="pdbx_entity_prod_protocolType">
<xsd:annotation>
<xsd:documentation xml:lang="en">This category contains descriptive protocols for the production of this entity.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pdbx_entity_prod_protocol" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="protocol" minOccurs="1" maxOccurs="1" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The protocol description associated with the protocol_type employed in the production of this entity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="entity_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of attribute entity_id in category pdbx_entity_prod_protocol uniquely identifies each protein contained in the project target protein complex whose structure is to be determined. This data item is a pointer to attribute id in category entity in the ENTITY category.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="entry_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of attribute entry_id in category pdbx_entity_prod_protocol uniquely identifies a sample consisting of one or more proteins whose structure is to be determined. This is a pointer to attribute id in category entry.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="protocol_type" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">The one of a set of protocol types associated with the production of this entity.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="selection"/>
<xsd:enumeration value="PCR"/>
<xsd:enumeration value="cloning"/>
<xsd:enumeration value="expression"/>
<xsd:enumeration value="growth"/>
<xsd:enumeration value="purification"/>
<xsd:enumeration value="NMR"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |