graph.edges.type

http://graphml.graphdrawing.org/
Simple type for the parse.edges attribute of <graph>.
graph.edges.type is final, that is, it may not be extended
                    or restricted.
graph.edges.type is a restriction of xs:nonNegativeInteger
Allowed values: (no restriction).

Simple Type Information

Used By

Source

<xs:simpleType name="graph.edges.type" final="#all">
  <xs:annotation>
    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">Simple type for the parse.edges attribute of <graph>. graph.edges.type is final, that is, it may not be extended or restricted. graph.edges.type is a restriction of xs:nonNegativeInteger Allowed values: (no restriction).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:nonNegativeInteger"/>
</xs:simpleType>