Documentation for fieldgml

Simple Type: GraphTypeType

[Table of contents]

Super-types: string < GraphTypeType (by restriction)
Sub-types: None
Name GraphTypeType
Content
  • Base XSD Type: string
  • value comes from list: {'TREE'|'BICONNECTED'}
Documentation Graph-specific styling property.
Diagram
Schema Component Representation
<simpleType name="GraphTypeType">
<restriction base=" string ">
<enumeration value="TREE"/>
<enumeration value="BICONNECTED"/>
</restriction>
</simpleType>