Data items in the PDBX_STRUCT_SPECIAL_SYMMETRY category list the molecular components that lie on special symmetry positions. Example 1 <PDBx:pdbx_struct_special_symmetryCategory> <PDBx:pdbx_struct_special_symmetry id="1"> <PDBx:PDB_ins_code xsi:nil="true" /> <PDBx:PDB_model_num>1</PDBx:PDB_model_num> <PDBx:auth_asym_id>Q</PDBx:auth_asym_id> <PDBx:auth_comp_id>ATP</PDBx:auth_comp_id> <PDBx:auth_seq_id>412</PDBx:auth_seq_id> <PDBx:label_alt_id xsi:nil="true" /> </PDBx:pdbx_struct_special_symmetry> </PDBx:pdbx_struct_special_symmetryCategory> |
<xsd:complexType name="pdbx_struct_special_symmetryType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the PDBX_STRUCT_SPECIAL_SYMMETRY category list the molecular components that lie on special symmetry positions. Example 1 <PDBx:pdbx_struct_special_symmetryCategory> <PDBx:pdbx_struct_special_symmetry id="1"> <PDBx:PDB_ins_code xsi:nil="true" /> <PDBx:PDB_model_num>1</PDBx:PDB_model_num> <PDBx:auth_asym_id>Q</PDBx:auth_asym_id> <PDBx:auth_comp_id>ATP</PDBx:auth_comp_id> <PDBx:auth_seq_id>412</PDBx:auth_seq_id> <PDBx:label_alt_id xsi:nil="true" /> </PDBx:pdbx_struct_special_symmetry> </PDBx:pdbx_struct_special_symmetryCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="pdbx_struct_special_symmetry" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="PDB_ins_code" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Part of the identifier for the molecular component. This data item is a pointer to attribute pdbx_PDB_ins_code in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="PDB_model_num" minOccurs="1" maxOccurs="1" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">Part of the identifier for the molecular component. This data item is a pointer to attribute pdbx_PDB_model_num in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="auth_asym_id" minOccurs="1" maxOccurs="1" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Part of the identifier for the molecular component. This data item is a pointer to attribute auth_asym_id in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="auth_comp_id" minOccurs="1" maxOccurs="1" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Part of the identifier for the molecular component. This data item is a pointer to attribute auth_comp_id in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="auth_seq_id" minOccurs="1" maxOccurs="1" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Part of the identifier for the molecular component. This data item is a pointer to attribute auth_seq_id in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="label_alt_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Part of the identifier for the molecular component. This data item is a pointer to attribute label_alt.id in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="label_asym_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Part of the identifier for the molecular component. This data item is a pointer to attribute label_asym_id in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="label_comp_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">Part of the identifier for the molecular component. This data item is a pointer to attribute label_comp_id in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="label_seq_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">Part of the identifier for the molecular component. This data item is a pointer to attribute label_seq_id in category atom_site in the ATOM_SITE category.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="id" use="required" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">The value of attribute id in category pdbx_struct_special_symmetry must uniquely identify each item in the PDBX_STRUCT_SPECIAL_SYMMETRY list. This is an integer serial number.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |