The DATABASE_PDB_TVECT category provides placeholders for the TVECT matrices and vectors used by the Protein Data Bank (PDB). These data items are included only for consistency with older PDB format files. They should appear in a data block only if the data block was created by reformatting a PDB format file. |
<xsd:complexType name="database_PDB_tvectType"> <xsd:annotation> <xsd:documentation xml:lang="en">The DATABASE_PDB_TVECT category provides placeholders for the TVECT matrices and vectors used by the Protein Data Bank (PDB). These data items are included only for consistency with older PDB format files. They should appear in a data block only if the data block was created by reformatting a PDB format file.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="database_PDB_tvect" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A description of special aspects of this TVECT.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="vector1" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal"> <xsd:annotation> <xsd:documentation xml:lang="en">The [1] element of the PDB TVECT vector.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="vector2" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal"> <xsd:annotation> <xsd:documentation xml:lang="en">The [2] element of the PDB TVECT vector.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="vector3" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal"> <xsd:annotation> <xsd:documentation xml:lang="en">The [3] element of the PDB TVECT vector.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">The value of attribute id in category database_PDB_tvect must uniquely identify a record in the DATABASE_PDB_TVECT list. Note that this item need not be a number; it can be any unique identifier.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |