<xs:element name="SyncWordComplement" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This can be used to state that one or more of the SYNCWORD patterns are complemented to identify specific minor frames.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="FCC">
<xs:annotation>
<xs:documentation xml:lang="en">This element would be used to state in which minor frame per major frame the sync word complement should occur.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="MinorFrameNumber">
<xs:annotation>
<xs:documentation xml:lang="en">This sets the minor frame in which the complement sync word occurs.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="FAC">
<xs:annotation>
<xs:documentation xml:lang="en">This is used to indicate that sync words in alternating minor frames are complemented.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element> |