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

A. 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
B. String data type for a text string containing valid XML names with no whitespace
C. String data type derived from the Name data type, but restricting the use of colons anywhere in the name
D. Properties that distinguish one data type from another
E. Content that contains two or more values placed within a defined structure
F. Examples in XML Schema include sequence, choice, and all
G. An XML document that contains validation rules for an XML vocabulary
H. String data type for a value matching an unparsed entity defined in a DTD
I. Data type, another name for which is the "base type"
J. An XML document to be validated by a schema


A. xs:token
B. xs:NMTOKEN
C. xs:NCName
D. facet
E. complex type
F. compositor
G. schema
H. xs:ENTITY
I. primitive
J. instance document

Computer Science & Information Technology

You might also like to view...

Where do you look in a packet captured by Wireshark to find the encrypted version of the username and password when the TLS protocol is in use?

A. Secure Sockets Layer B. TTL C. Transmission Control Protocol D. TCP Analysis Flags

Computer Science & Information Technology

"Give me liberty or give me death" is an example of a paraphrase.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A 4-node contains ______ data item(s).

a) one b) two c) three d) four

Computer Science & Information Technology

How to get a response from an activity in Android?

A - startActivityToResult B - startActiivtyForResult C - Bundle D - None of the above

Computer Science & Information Technology