<xs:element name="DefaultParity" default="None">
<xs:annotation>
<xs:documentation xml:lang="en">The default parity of a word .</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Odd"/>
<xs:enumeration value="Even"/>
<xs:enumeration value="None"/>
<xs:enumeration value="CarryForward">
<xs:annotation>
<xs:documentation xml:lang="en">This option is used when these bits are part immedialty followed by other bits over which parity is checked. For example 64-bit + odd parity might have three 16-bit words with carry followed by a forth 16-bit word with odd parity.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element> |