Documentation for fieldgml

Simple Type: syncBehaviorDefaultType

[Table of contents]

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