Definition Type: SimpleType
Name: namespaceType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
A namespaceURI with required protocol. used to identify a dictionary, units, convention or other metadata. Not yet confirmant with XSD 2005-12-10: PMR. Added for use with dictionary
Collapse XSD Schema Diagram:
XSD Diagram of namespaceType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="namespaceType" id="st.namespaceType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A namespaceURI with required protocol.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
                <h:p>used to identify a dictionary, units, convention or other metadata.
         Not yet confirmant with XSD</h:p>
            </h:div>
            <h:div class="example" href="namespaceRefType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
            <h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2005-12-10: PMR. Added for use with dictionary</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:annotation>
            <xsd:documentation>
                <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
                    <h:p>The namespace prefix must start with a protocol.</h:p>
                </h:div>
            </xsd:documentation>
        </xsd:annotation>
        <xsd:pattern value="http://[A-Za-z][A-Za-z0-9_\.\-]*(/[A-Za-z0-9_\.\-]+)+" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern http://[A-Za-z][A-Za-z0-9_\.\-]*(/[A-Za-z0-9_\.\-]+)+
Collapse Derivation Tree:
Collapse References:
nsA:namespace, nsA:namespaceArrayTypensA:siNamespace,