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
XML Schema was created to replicate all DTD functionality in a schema; it does not support any data types beyond what can be found in DTDs.
(True/False)
4.7/5
(40)
A regular expression is a text string that defines a character pattern .
(True/False)
4.8/5
(42)
Which of the following is a valid ID according to the accompanying figure?

(Multiple Choice)
4.9/5
(39)
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>
-Judy would like to indicate that the "substitution" attribute is a required attribute. Which of the following attribute definitions shows how to accomplish this?
(Multiple Choice)
4.8/5
(36)
Case 3-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.
-Which of the following is NOT an advantage of schemas over DTDs?
(Multiple Choice)
4.9/5
(36)
A file written in XML Schema typically ends with the _____ file extension.
(Multiple Choice)
4.8/5
(43)
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.8/5
(36)
The maxOccurs attribute can have a value of _____ for unlimited occurrences of the child element.
(Multiple Choice)
5.0/5
(37)
Showing 81 - 91 of 91
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)