Definition Type: SimpleType
Name: Root.datatype
Containing Schema: grammar-core.xsd
Documentation:
does not expression the constraint that NULL VOID GARBAGE are illegal as rule name
Collapse XSD Schema Diagram:
XSD Diagram of Root.datatype
Collapse XSD Schema Code:
<xsd:simpleType name="Root.datatype">
    <xsd:annotation>
        <xsd:documentation>does not expression the constraint that NULL VOID GARBAGE

are illegal as rule name</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:IDREF">
        <xsd:pattern value="[^.:\-]+" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Comments:
blog comments powered by Disqus