Documentation for fieldgml

Simple Type: restartDefaultType

[Table of contents]

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