Solved

Identify the Letter of the Choice That Best Matches the Phrase

Question 11

Matching

Identify the letter of the choice that best matches the phrase or definition.

Premises:
String data type for a text string containing valid XML names with no white space
String data type for a value matching an unparsed entity defined in a DTD
String data type for a text string in which blank spaces are replaced with a single blank space and opening and closing spaces are removed
Data type, another name for which is the "base type"
Properties that distinguish one data type from another
Examples in XML Schema include sequence , choice , and all
Content that contains two or more values placed within a defined structure
An XML document that contains validation rules for an XML vocabulary
An XML document to be validated by a schema
String data type derived from the Name data type, but restricting the use of colons anywhere in the name
Responses:
xs:NMTOKEN
facet
xs:token
complex type
compositor
schema
xs:NCName
xs:ENTITY
primitive
instance document

Correct Answer:

String data type for a text string containing valid XML names with no white space
String data type for a value matching an unparsed entity defined in a DTD
String data type for a text string in which blank spaces are replaced with a single blank space and opening and closing spaces are removed
Data type, another name for which is the "base type"
Properties that distinguish one data type from another
Examples in XML Schema include sequence , choice , and all
Content that contains two or more values placed within a defined structure
An XML document that contains validation rules for an XML vocabulary
An XML document to be validated by a schema
String data type derived from the Name data type, but restricting the use of colons anywhere in the name
Related Questions