xtce:SyncStrategy

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
checkToLockGoodFrames nonNegativeInteger 1 optional
maxBitErrorsInSyncPattern nonNegativeInteger 0 optional
Maximum number of bit errors in the sync pattern (marker).
verifyToLockGoodFrames nonNegativeInteger 4 optional

Source

<element name="SyncStrategy">
  <complexType>
    <complexContent>
      <extension base="xtce:SyncStrategyType">
        <sequence>
          <element name="Flag">
            <annotation>
              <documentation xml:lang="en">The pattern of bits used to look for frame synchronization.</documentation>
            </annotation>
            <complexType>
              <attribute name="flagSizeInBits" type="positiveInteger" default="6"/>
              <attribute name="flagBitType" default="ones">
                <simpleType>
                  <restriction base="string">
                    <enumeration value="zeros"/>
                    <enumeration value="ones"/>
                  </restriction>
                </simpleType>
              </attribute>
            </complexType>
          </element>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
</element>

Sample