Documentation for fieldgml

Simple Type: restartTimingType

[Table of contents]

Super-types: string < restartTimingType (by restriction)
Sub-types: None
Name restartTimingType
Content
  • Base XSD Type: string
  • value comes from list: {'never'|'always'|'whenNotActive'|'default'}
Diagram
Schema Component Representation
<simpleType name="restartTimingType">
<restriction base=" string ">
<enumeration value="never"/>
<enumeration value="always"/>
<enumeration value="whenNotActive"/>
<enumeration value="default"/>
</restriction>
</simpleType>