The default number of bits in a word |
Element | GenericPackageType/Properties |
<xs:element name="DefaultWordSize"> <xs:annotation> <xs:documentation xml:lang="en">The default number of bits in a word</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |