I want to know the answer to the question about writing XML.
I want to know the answer to the question below.
Which XML element correctly defines a 32-bit integer field?
A. <attribute name="count" label="Count" type="integer" />
B. <attribute name="count" label="Count" type="long" />
C. <attribute name="count" label="Count" type="integer" length="32" />
D. <attribute name="count" label="Count" type="long" length="32" />
Thank you for your help.