Documentation for fieldgml

Simple Type: fillDefaultType

[Table of contents]

Super-types: string < fillDefaultType (by restriction)
Sub-types: None
Name fillDefaultType
Content
  • Base XSD Type: string
  • value comes from list: {'remove'|'freeze'|'hold'|'auto'|'inherit'|'transition'}
Diagram
Schema Component Representation
<simpleType name="fillDefaultType">
<restriction base=" string ">
<enumeration value="remove"/>
<enumeration value="freeze"/>
<enumeration value="hold"/>
<enumeration value="auto"/>
<enumeration value="inherit"/>
<enumeration value="transition"/>
</restriction>
</simpleType>