<xsd:complexType name="struct_conf_typeType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the STRUCT_CONF_TYPE category record details about the criteria used to identify backbone conformations of a segment of polymer. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:struct_conf_typeCategory> <PDBx:struct_conf_type id="HELX_RH_AL_P"> <PDBx:criteria>author judgement</PDBx:criteria> <PDBx:reference xsi:nil="true" /> </PDBx:struct_conf_type> <PDBx:struct_conf_type id="STRN_P"> <PDBx:criteria>author judgement</PDBx:criteria> <PDBx:reference xsi:nil="true" /> </PDBx:struct_conf_type> <PDBx:struct_conf_type id="TURN_TY1_P"> <PDBx:criteria>author judgement</PDBx:criteria> <PDBx:reference xsi:nil="true" /> </PDBx:struct_conf_type> <PDBx:struct_conf_type id="TURN_TY1P_P"> <PDBx:criteria>author judgement</PDBx:criteria> <PDBx:reference xsi:nil="true" /> </PDBx:struct_conf_type> <PDBx:struct_conf_type id="TURN_TY2_P"> <PDBx:criteria>author judgement</PDBx:criteria> <PDBx:reference xsi:nil="true" /> </PDBx:struct_conf_type> <PDBx:struct_conf_type id="TURN_TY2P_P"> <PDBx:criteria>author judgement</PDBx:criteria> <PDBx:reference xsi:nil="true" /> </PDBx:struct_conf_type> </PDBx:struct_conf_typeCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="struct_conf_type" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="criteria" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The criteria used to assign this conformation type. author judgement phi=54-74, psi=30-50</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="reference" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">A literature reference that defines the criteria used to assign this conformation type and subtype.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="id" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">The descriptor that categorizes the type of the conformation of the backbone of the polymer (whether protein or nucleic acid). Explicit values for the torsion angles that define each conformation are not given here, but it is expected that the author would provide such information in either the _struct_conf_type.criteria or _struct_conf_type.reference data items, or both.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="HELX_P"/>
<xsd:enumeration value="HELX_OT_P"/>
<xsd:enumeration value="HELX_RH_P"/>
<xsd:enumeration value="HELX_RH_OT_P"/>
<xsd:enumeration value="HELX_RH_AL_P"/>
<xsd:enumeration value="HELX_RH_GA_P"/>
<xsd:enumeration value="HELX_RH_OM_P"/>
<xsd:enumeration value="HELX_RH_PI_P"/>
<xsd:enumeration value="HELX_RH_27_P"/>
<xsd:enumeration value="HELX_RH_3T_P"/>
<xsd:enumeration value="HELX_RH_PP_P"/>
<xsd:enumeration value="HELX_LH_P"/>
<xsd:enumeration value="HELX_LH_OT_P"/>
<xsd:enumeration value="HELX_LH_AL_P"/>
<xsd:enumeration value="HELX_LH_GA_P"/>
<xsd:enumeration value="HELX_LH_OM_P"/>
<xsd:enumeration value="HELX_LH_PI_P"/>
<xsd:enumeration value="HELX_LH_27_P"/>
<xsd:enumeration value="HELX_LH_3T_P"/>
<xsd:enumeration value="HELX_LH_PP_P"/>
<xsd:enumeration value="HELX_N"/>
<xsd:enumeration value="HELX_OT_N"/>
<xsd:enumeration value="HELX_RH_N"/>
<xsd:enumeration value="HELX_RH_OT_N"/>
<xsd:enumeration value="HELX_RH_A_N"/>
<xsd:enumeration value="HELX_RH_B_N"/>
<xsd:enumeration value="HELX_RH_Z_N"/>
<xsd:enumeration value="HELX_LH_N"/>
<xsd:enumeration value="HELX_LH_OT_N"/>
<xsd:enumeration value="HELX_LH_A_N"/>
<xsd:enumeration value="HELX_LH_B_N"/>
<xsd:enumeration value="HELX_LH_Z_N"/>
<xsd:enumeration value="TURN_P"/>
<xsd:enumeration value="TURN_OT_P"/>
<xsd:enumeration value="TURN_TY1_P"/>
<xsd:enumeration value="TURN_TY1P_P"/>
<xsd:enumeration value="TURN_TY2_P"/>
<xsd:enumeration value="TURN_TY2P_P"/>
<xsd:enumeration value="TURN_TY3_P"/>
<xsd:enumeration value="TURN_TY3P_P"/>
<xsd:enumeration value="STRN"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |