Definition Type: Element
Name: band
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A band or Brillouin zone. Not yet finalised. 2006-01-21: PMR. added kpointRef and deprecated kpointList.
Collapse XSD Schema Diagram:
Drilldown into array in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into label in schema schema_xsd Drilldown into label in schema schema_xsd Drilldown into weight in schema schema_xsd Drilldown into weight in schema schema_xsd Drilldown into kpointRef in schema schema_xsd Drilldown into kpointRef in schema schema_xsd Drilldown into kpoint in schema schema_xsd Drilldown into kpoint in schema schema_xsdXSD Diagram of band in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="band" id="el.band">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A band or Brillouin zone.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Not yet finalised.</h:div>
            <h:div class="example" href="band1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
            <h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-01-21: PMR. added kpointRef and deprecated kpointList.</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="array" minOccurs="1" maxOccurs="1">
                <xsd:annotation>
                    <xsd:documentation>
                        <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Band energies associated with this kpoint.</h:div>
                        <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The energy units must be given.</h:div>
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:attributeGroup ref="kpoint">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="deprecated" xmlns:h="http://www.w3.org/1999/xhtml">kpoints should be described in 
                        kpointList and referenced.</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:attributeGroup>
        <xsd:attributeGroup ref="kpointRef" />
        <xsd:attributeGroup ref="weight" />
        <xsd:attributeGroup ref="label" />
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dictRef" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
array nsA:array 1 1
Collapse Child Attributes:
Name Type Default Value Use
kpoint nsA:kpoint (Optional)
kpointRef nsA:kpointRef (Optional)
weight nsA:weight (Optional)
label nsA:label (Optional)
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)