MCQOPTIONS
Saved Bookmarks
| 1. |
The syntax for defining an attribute is |
| A. | <xs:attribute name = a Name type = a Type⁄> |
| B. | <xs:attribute name = “ a Name type = “a Type”⁄> |
| C. | <attribute name = “ a Name “type = “ a Type ”⁄> |
| D. | <xs:attribute type = “a Type ”⁄> |
| Answer» C. <attribute name = “ a Name “type = “ a Type ”⁄> | |