Exam 3: Working With Basic Schemas
Exam 1: Creating an Xml Document91 Questions
Exam 2: Validating an Xml Document91 Questions
Exam 3: Working With Basic Schemas91 Questions
Exam 4: Working With Advanced Schemas91 Questions
Exam 5: Working With Xslt and Xpath91 Questions
Exam 6: Working With Xslt Functional Programming91 Questions
Exam 7: Creating Element Groups91 Questions
Exam 8: Combining Xml and Php91 Questions
Exam 9: Working With Xml and Databases91 Questions
Select questions type
In a new data type, the _____ is the set of values that correspond to the data type.
(Short Answer)
4.7/5
(42)
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.

(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)
Showing 61 - 80 of 91
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)