Definition Type: SimpleType
Name: key.type.type
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml.xsd
Documentation:
Simple type for the attr.type attribute of <key>. key.type.type is final, that is, it may not be extended or restricted. key.type.type is a restriction of xs:NMTOKEN Allowed values: boolean, int, long, float, double, string.
Collapse XSD Schema Diagram:
XSD Diagram of key.type.type in schema graphml_xsd (GraphML)
Collapse XSD Schema Code:
<xs:simpleType name="key.type.type" final="#all">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/(Dokumentation der Attributes Erweiterung; entsprechende Stelle.html)" xml:lang="en">
      Simple type for the attr.type attribute of &lt;key&gt;.
      key.type.type is final, that is, it may not be extended
                          or restricted.
      key.type.type is a restriction of xs:NMTOKEN
      Allowed values: boolean, int, long, float, double, string.
    </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="boolean" />
        <xs:enumeration value="int" />
        <xs:enumeration value="long" />
        <xs:enumeration value="float" />
        <xs:enumeration value="double" />
        <xs:enumeration value="string" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration boolean
Enumeration int
Enumeration long
Enumeration float
Enumeration double
Enumeration string
Collapse Derivation Tree:
Collapse References:
g:attr.type