Definition Type: Element
Name: region
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A region of the system. Under development. A subdivision of the system to which special protocols or properties may be attached. Typical regions could be defined by the presence of atoms belonging to an atomSet or geometrical boundaries. A region element will not always contain other elements, but may have references from other elements. It may create a protocol, e.g. atoms within a region might be replaced by a continuum model or be subject to a field. Semantics yet to be determined. Regions can be created by the unions of two or more regions. This allows a region to be built from a series of (say) spheres or boxes filling space.
Collapse XSD Schema Diagram:
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 regionRefs in schema schema_xsd Drilldown into regionRefs in schema schema_xsd Drilldown into atomSetRef in schema schema_xsd Drilldown into atomSetRef in schema schema_xsd Drilldown into box3 in schema schema_xsd Drilldown into box3 in schema schema_xsd Drilldown into sphere3 in schema schema_xsd Drilldown into sphere3 in schema schema_xsdXSD Diagram of region in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="region" id="el.region">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A region of the system.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Under development. A subdivision of the system to which special 
            protocols or properties may be attached. Typical regions could be defined by the 
            presence of atoms belonging to an atomSet or  geometrical boundaries.</h:div>
            <h:div class="note" xmlns:h="http://www.w3.org/1999/xhtml">A region element will not always contain other elements, 
            but may have references from other elements.  It may create a protocol, e.g. atoms 
            within a region might be replaced by a continuum model or be subject to a field. 
            Semantics yet to be determined.</h:div>
            <h:div xmlns:h="http://www.w3.org/1999/xhtml">Regions can be created by the unions of two or more regions. This allows a region 
            to be built from a series of (say) spheres or boxes filling space.</h:div>
            <h:div class="example" href="region1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence />
        <xsd:attributeGroup ref="sphere3" />
        <xsd:attributeGroup ref="box3" />
        <xsd:attributeGroup ref="atomSetRef" />
        <xsd:attributeGroup ref="regionRefs" />
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dictRef" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
sphere3 nsA:sphere3 (Optional)
box3 nsA:box3 (Optional)
atomSetRef nsA:atomSetRef (Optional)
regionRefs nsA:regionRefs (Optional)
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)