Page 1 of 1

Which XML element correctly defines a text attribute in a schema?

Posted: Thu Jul 21, 2022 9:08 pm
by answerhappygod
Which XML element correctly defines a text attribute in a schema?

A. <attribute name="COMPANY" type=" string" length=" SO" label=" company"/>
B. <attribute name=" company" type=" string" length=" SO" label="Company" />
C. <attribute name=company type=string length=SO label=company/>
D. <attribute name=" company" type="text" length=" SO" label="Company" />