Data items in the pdbx_deposit_group category provide identifiers and related information for groups of entries deposited in a collection. Example 1 - Deposition collection <PDBx:pdbx_deposit_groupCategory> <PDBx:pdbx_deposit_group group_id="B_0000000001"></PDBx:pdbx_deposit_group> </PDBx:pdbx_deposit_groupCategory> |
<xsd:complexType name="pdbx_deposit_groupType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the pdbx_deposit_group category provide identifiers and related information for groups of entries deposited in a collection. Example 1 - Deposition collection <PDBx:pdbx_deposit_groupCategory> <PDBx:pdbx_deposit_group group_id="B_0000000001"></PDBx:pdbx_deposit_group> </PDBx:pdbx_deposit_groupCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="pdbx_deposit_group" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="group_description" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A description of the contents of entries in the collection.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="group_title" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A title to describe the group of entries deposited in the collection.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="group_id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A unique identifier for a group of entries deposited as a collection.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |