Documentation for fieldgml

Simple Type: syncBehaviorType

[Table of contents]

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