<xsd:complexType name="chem_link_plane_atomType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the CHEM_LINK_PLANE_ATOM category enumerate the atoms in a plane in a link between two chemical components.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="chem_link_plane_atom" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="atom_comp_id" minOccurs="0" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item indicates whether the atom in a plane is found in the first or the second of the two components connected by the link.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="1"/>
<xsd:enumeration value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:all>
<xsd:attribute name="atom_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The ID of an atom involved in the plane. As this data item does not point to a specific atom in a specific chemical component, it is not a child in the linkage sense.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="plane_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category chem_link_plane in the CHEM_LINK_PLANE category.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |