With both the 1.0.2 and current CVS MOF compilers, when
generating
the CIM-XML files from MOFs, the ARRAYSIZE attribute is
missing from
property declarations that are arrays. For example, in
MOF, the
CIM_Memory class has an array property, ErrorData:
uint8 ErrorData[64];
but in the generated CIM-XML, there is no ARRAYSIZE
attribute
showing the bounds of the array for ErrorData
<PROPERTY.ARRAY CLASSORIGIN="CIM_Memory"
NAME="ErrorData" TYPE="uint8">