Solved

Which Definition in an XML Schema Restricts the Contents of Quantity

Question 63

Multiple Choice

Which definition in an XML schema restricts the contents of quantity to an integer?


A) <xsd:element name="quantity" type="integer"/>
B) <xsd:element name="quantity" type="xsd:string" />
C) <xsd:element name="quantity" type="integer:xsd" />
D) <xsd:element name="quantity" type="xsd:integer" />

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions