Exam 13: Working With Basic Schemas
Exam 1: Getting Started With HTML5138 Questions
Exam 2: Developing a Web Site139 Questions
Exam 3: Designing a Web Page With CSS137 Questions
Exam 4: Creating Page Layouts With CSS139 Questions
Exam 5: Working With Tables and Columns139 Questions
Exam 6: Creating a Web Form150 Questions
Exam 7: Designing a Multimedia Web Site150 Questions
Exam 8: Enhancing a Web Site With Advanced CSS150 Questions
Exam 9: Working With XHTML150 Questions
Exam 10: Programming With Javascriptadditional Cases150 Questions
Exam 11: Creating an XML Document100 Questions
Exam 12: Validating an XML Document100 Questions
Exam 13: Working With Basic Schemas100 Questions
Exam 14: Working With Advanced Schemas100 Questions
Select questions type
Identify the letter of the choice that best matches the phrase or definition.
-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
(Multiple Choice)
4.8/5
(38)
If an element contains attributes, you have to extend the simple content model to include attributes through the use of the <____> tag.
(Multiple Choice)
4.7/5
(40)
-The accompanying figure shows the xs:ID data type applied to the stuID attribute._________________________

(True/False)
4.8/5
(32)
When data values belong to a range rather than a set of values, you can create a list of possible values using the enumeration element.
(True/False)
4.8/5
(37)
The root element in any XML Schema document is the main element._________________________
(True/False)
4.9/5
(39)
-A(n)____________________ data type is composed of the value and/or lexical spaces from any number of base types.

(Short Answer)
4.9/5
(37)
-The arrow in the accompanying figure points to the XML Schema ____________________.

(Short Answer)
4.8/5
(36)
The ____ data type is a text string similar to the NMTOKEN data type, except that names must begin with a letter or the character ":" or "-".
(Multiple Choice)
5.0/5
(37)
To indicate whether an attribute is required, you add the ____ attribute to the element declaration or reference.
(Multiple Choice)
4.8/5
(39)
Case 13-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>
What type of element is ingredient?
(Multiple Choice)
4.8/5
(35)
A(n)____________________ data type is a collection of data types that the XML Schema developers created based on the base types.
(Short Answer)
4.8/5
(48)
-The values belonging to the data type indicated in the accompanying figure must be ____________________ IDs.

(Short Answer)
4.8/5
(45)
The maxOccurs attribute can have a value of ____ for unlimited occurrences of the child element.
(Multiple Choice)
4.9/5
(47)
Case 13-1
Judy wants to be able to validate the XML documents that she uses for recipes. These documents include numeric elements that specify ingredient amounts and cooking times, so you recommend that she use a schema instead of a DTD, and you teach her some of the key facts about schemas.
-You teach Judy about the differences between simple and complex data types.Which of the following would NOT require a complex type?
(Multiple Choice)
4.9/5
(34)
-In a new data type, the ____________________ is the set of values that correspond to the data type.

(Short Answer)
4.7/5
(41)
A ____ can be appended to a character type or set to specify the number of occurrences for a particular character or group of characters.
(Multiple Choice)
4.7/5
(39)
The ____ compositor allows any of the child elements to appear in any order in the instance document.
(Multiple Choice)
4.9/5
(28)
A(n)____________________ data type, or base type, is one of the fundamental data types that are not defined in terms of other types.
(Short Answer)
4.8/5
(34)
What are the limitations of mixed content elements? Under what circumstances should you not use them?
(Essay)
4.9/5
(41)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)