Definition Type: Attribute
Name: serial
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
Serial number or other id. Currently only on module. Modules with the same _role_ attribute can be distinguished by _serial_. This is often an integer but other schemes may be used.
Collapse XSD Schema Diagram:
XSD Diagram of serial in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute name="serial" id="att.serial" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Serial number or other id.</h:div>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Currently only on module. Modules with the same _role_ attribute can be distinguished by _serial_. This is often an integer but other schemes may be used.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>