<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> |