Exam 3: Working With Basic Schemas

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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

(Short Answer)
4.7/5
(42)

A list data type uses _____ as the delimiter.

(Multiple Choice)
4.8/5
(35)

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

(True/False)
4.8/5
(34)

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

(Multiple Choice)
4.9/5
(39)

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

(Multiple Choice)
4.9/5
(32)

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

(Essay)
4.8/5
(33)

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

(Essay)
4.9/5
(41)

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

(Multiple Choice)
5.0/5
(34)

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 ?

(Multiple Choice)
4.8/5
(41)

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

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(42)

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

(Multiple Choice)
4.9/5
(47)

   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.

(Short Answer)
4.8/5
(36)

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

(True/False)
5.0/5
(31)

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

(True/False)
4.8/5
(36)

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

(Short Answer)
4.7/5
(48)

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

(Multiple Choice)
4.7/5
(31)

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

(Multiple Choice)
4.9/5
(46)

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 .

(True/False)
4.8/5
(28)

Discuss the limits of DTDs, using examples.

(Essay)
4.7/5
(30)
Showing 61 - 80 of 91
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)