PDBx:database_2

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
database_code xsd:string required
The code assigned by the database identified in
attribute database_id in category database_2. 
1ABC
ABCDEF
database_id restriction of xsd:string required
An abbreviation that identifies the database.

Source

<xsd:element name="database_2" minOccurs="0" maxOccurs="unbounded">
  <xsd:complexType>
    <xsd:attribute name="database_code" use="required" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">The code assigned by the database identified in attribute database_id in category database_2. 1ABC ABCDEF</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="database_id" use="required">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">An abbreviation that identifies the database.</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="CAS"/>
          <xsd:enumeration value="CSD"/>
          <xsd:enumeration value="EMDB"/>
          <xsd:enumeration value="ICSD"/>
          <xsd:enumeration value="MDF"/>
          <xsd:enumeration value="NDB"/>
          <xsd:enumeration value="NBS"/>
          <xsd:enumeration value="PDB"/>
          <xsd:enumeration value="PDF"/>
          <xsd:enumeration value="RCSB"/>
          <xsd:enumeration value="EBI"/>
          <xsd:enumeration value="PDBE"/>
          <xsd:enumeration value="BMRB"/>
          <xsd:enumeration value="WWPDB"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample