PDBx:pdbx_robot_systemType

The details about each robotic system used to collect data for this
project.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_robot_systemType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The details about each robotic system used to collect data for this project.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_robot_system" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="manufacturer" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The name of the manufacturer of the robotic system.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="model" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The model of the robotic system.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="type" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The type of robotic system used for in the production pathway.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Assign a numerical ID to each instrument.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>