Data items in the AUDIT_CONFORM category describe the dictionary versions against which the data names appearing in the current data block are conformant. Example 1 - any file conforming to the current CIF core dictionary. <PDBx:audit_conformCategory> <PDBx:audit_conform dict_name="cif_core.dic" dict_version="2.3.1"> <PDBx:dict_location>ftp://ftp.iucr.org/pub/cif_core.2.3.1.dic</PDBx:dict_location> </PDBx:audit_conform> </PDBx:audit_conformCategory> |
<xsd:complexType name="audit_conformType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the AUDIT_CONFORM category describe the dictionary versions against which the data names appearing in the current data block are conformant. Example 1 - any file conforming to the current CIF core dictionary. <PDBx:audit_conformCategory> <PDBx:audit_conform dict_name="cif_core.dic" dict_version="2.3.1"> <PDBx:dict_location>ftp://ftp.iucr.org/pub/cif_core.2.3.1.dic</PDBx:dict_location> </PDBx:audit_conform> </PDBx:audit_conformCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="audit_conform" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="dict_location" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A file name or uniform resource locator (URL) for the dictionary to which the current data block conforms.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="dict_name" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">The string identifying the highest-level dictionary defining data names used in this file.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="dict_version" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">The version number of the dictionary to which the current data block conforms.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |