Filters
Question type

Study Flashcards

Discuss the limits of DTDs, using examples.

Correct Answer

verifed

verified

DTDs are commonly used for validation la...

View Answer

To specify the number of occurrences for a particular character or group of characters,  a(n) quantifier can be appended to a character type or set .

Correct Answer

verifed

verified

The _____ and extension elements are important tools used by XML Schema to derive new data types and design complex content models.


A) additive
B) simpleContent
C) integrated
D) extensible

Correct Answer

verifed

verified

Case 3-2 Judy has begun to apply the basic information that you have given her about schemas, and she would now like your help in mastering the details of how schemas work.  Judy has included the following element definition in her schema:      <xs:element name="ingredient">             <xs:complexType>                   <xs:sequence>                         <xs:element name="name" type="xs:string" />                         <xs:element name="amount" type="xs:string" />                   </xs:sequence>             </xs:complexType>      </xs:element> -In this schema, w hat type of element is ingredient ?


A) an element containing only attributes
B) an element with nested children
C) an element with nested elements and attributes
D) a sequence element

Correct Answer

verifed

verified

Describe the three components involved in deriving any new data type.

Correct Answer

verifed

verified

The following three components are invol...

View Answer

XML Schema supports a collection of built-in data types, but does not allow users to define their own.

Correct Answer

verifed

verified

The choice compositor requires that child elements must appear either only once or not at all.

Correct Answer

verifed

verified

XML Schema divides its user-derived data types into two classes: primitive and derived.

Correct Answer

verifed

verified

Perhaps the most commonly used data type in XML Schema is _____ .


A) sequence
B) choice
C) empty
D) string

Correct Answer

verifed

verified

A list data type uses _____ as the delimiter.


A) commas
B) tabs
C) white space
D) Any of the above.

Correct Answer

verifed

verified

The _____ facet specifies the maximum number of decimal places to the right of the decimal point in the data type's value.


A) pattern
B) enumeration
C) fractionDigits
D) length

Correct Answer

verifed

verified

What are the limitations of mixed content elements? Under what circumstances should you not use them?

Correct Answer

verifed

verified

One limitation of using DTDs is their in...

View Answer

To specify that an element contains both text and child elements, add the _____ attribute to the <complexType> of an element.


A) double
B) multiple
C) aggregate
D) mixed

Correct Answer

verifed

verified

In a new data type, the _____  is the set of values that correspond to the data type.

Correct Answer

verifed

verified

The _____ compositor allows any of the child elements to appear in any order in the instance document.


A) target
B) sequence
C) all
D) choice

Correct Answer

verifed

verified

   The values belonging to the data type indicated in the accompanying figure must be _____  IDs. The values belonging to the data type indicated in the accompanying figure must be _____  IDs.

Correct Answer

verifed

verified

A base type is one of _____ fundamental data types not defined in terms of other types.


A) 15
B) 19
C) 25
D) 29

Correct Answer

verifed

verified

To indicate whether an attribute is required, you add the _____ attribute to the element declaration or reference.


A) optional
B) require
C) use
D) attach

Correct Answer

verifed

verified

A(n) _____  type contains two or more values placed within a defined structure in XML Schema.

Correct Answer

verifed

verified

With the xs:float data type, non-numeric values can be represented by _____.


A) INF
B) NaN
C) BIN
D) 0

Correct Answer

verifed

verified

Showing 61 - 80 of 91

Related Exams

Show Answer