Definition Type: SimpleType
Name: headType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
The head linker in a polymeric repeat unit A polymeric chain may be described by liniing the head of one repeat unit to the tail or head of another. The head attribute indicates the atom id (normally on an atom of elementType="R") which acts as the head 2006-05-20: PMR added
Collapse XSD Schema Diagram:
XSD Diagram of headType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="headType" id="st.headType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The head linker in a polymeric repeat unit</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
                <h:p>A polymeric chain may be described by liniing the head of one repeat
                unit to the tail or head of another. The head attribute indicates the atom
                id (normally on an atom of elementType="R") which acts as the head</h:p>
            </h:div>
            <h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-05-20: PMR added</h:div>
            <h:div class="example" href="headType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value="[A-z][A-z0-9_]*" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern [A-z][A-z0-9_]*