The default number of bits transmitted for a parameter. NOTE: If the "Offset_Words" element is being used to specify the location then the data bits start at the word boundary. |
Element | GenericPackageType/Properties |
<xs:element name="DefaultNumberOfDataBits"> <xs:annotation> <xs:documentation xml:lang="en">The default number of bits transmitted for a parameter. NOTE: If the "Offset_Words" element is being used to specify the location then the data bits start at the word boundary.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |