Definition Type: SimpleType
Name: key.name.type
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml.xsd
Documentation:
Simple type for the attr.name attribute of <key>. key.name.type is final, that is, it may not be extended or restricted. key.name.type is a restriction of xs:NMTOKEN Allowed values: (no restriction)
Collapse XSD Schema Diagram:
XSD Diagram of key.name.type in schema graphml_xsd (GraphML)
Collapse XSD Schema Code:
<xs:simpleType name="key.name.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.name attribute of &lt;key&gt;.
      key.name.type is final, that is, it may not be extended
                          or restricted.
      key.name.type is a restriction of xs:NMTOKEN
      Allowed values: (no restriction)
    </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:NMTOKEN" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
g:attr.name