The details of the composition of the coordinate model. Example 1 - <PDBx:pdbx_coordinate_modelCategory> <PDBx:pdbx_coordinate_model asym_id="A"> <PDBx:type>CA ATOMS ONLY</PDBx:type> </PDBx:pdbx_coordinate_model> <PDBx:pdbx_coordinate_model asym_id="B"> <PDBx:type>CA ATOMS ONLY</PDBx:type> </PDBx:pdbx_coordinate_model> <PDBx:pdbx_coordinate_model asym_id="X"> <PDBx:type>P ATOMS ONLY</PDBx:type> </PDBx:pdbx_coordinate_model> <PDBx:pdbx_coordinate_model asym_id="Y"> <PDBx:type>P ATOMS ONLY</PDBx:type> </PDBx:pdbx_coordinate_model> </PDBx:pdbx_coordinate_modelCategory> |
<xsd:complexType name="pdbx_coordinate_modelType"> <xsd:annotation> <xsd:documentation xml:lang="en">The details of the composition of the coordinate model. Example 1 - <PDBx:pdbx_coordinate_modelCategory> <PDBx:pdbx_coordinate_model asym_id="A"> <PDBx:type>CA ATOMS ONLY</PDBx:type> </PDBx:pdbx_coordinate_model> <PDBx:pdbx_coordinate_model asym_id="B"> <PDBx:type>CA ATOMS ONLY</PDBx:type> </PDBx:pdbx_coordinate_model> <PDBx:pdbx_coordinate_model asym_id="X"> <PDBx:type>P ATOMS ONLY</PDBx:type> </PDBx:pdbx_coordinate_model> <PDBx:pdbx_coordinate_model asym_id="Y"> <PDBx:type>P ATOMS ONLY</PDBx:type> </PDBx:pdbx_coordinate_model> </PDBx:pdbx_coordinate_modelCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="pdbx_coordinate_model" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="type" minOccurs="1" maxOccurs="1"> <xsd:annotation> <xsd:documentation xml:lang="en">A classification of the composition of the coordinate model. CA ATOMS ONLY P ATOMS ONLY</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="CA ATOMS ONLY"/> <xsd:enumeration value="P ATOMS ONLY"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:all> <xsd:attribute name="asym_id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A reference to attribute id in category struct_asym. 1 A</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |