Documentation for fieldgml

Simple Type: LineTypeType

[Table of contents]

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