Nodes that have the same parent is called ? elements none of these childs siblings TRUE ANSWER : ? YOUR ANSWER : ?
________ share the same data model and support the same functions and operators. XQuery 1.0 and XPath 1.0 XQuery 2.0 and XPath 1.0 XQuery 1.0 and XPath 2.0 XQuery 2.0 and XPath 2.0 TRUE ANSWER : ? YOUR ANSWER : ?
XPath is a ____ for defining parts of an XML document. syntax program none of these function TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following strings are a correct XML name? my Element #myElement None of these _myElement TRUE ANSWER : ? YOUR ANSWER : ?
_____ nodes may have zero, one or more than one children. Parent Element Leaf Child TRUE ANSWER : ? YOUR ANSWER : ?
What is the correct syntax of the declaration which defines the XML version ? None of these <xml version="A.0" /> <?xml version="A.0" /> <?xml version="A.0"?> TRUE ANSWER : ? YOUR ANSWER : ?
Simple type Built into Schema “ data’ represent a data in ? Dd-MM-YY YYYY-MM-DD MM-DD-YY YY-MM-DD TRUE ANSWER : ? YOUR ANSWER : ?
Without XPath knowledge you will not be able to create ? XML documents XSLT documents XLink documents XSL documents TRUE ANSWER : ? YOUR ANSWER : ?
The default model for complex type, in XML schemas for element is ? no default type All of the mentioned textOnly elementOnly TRUE ANSWER : ? YOUR ANSWER : ?
In simple type built into XML schema type flat has single precision of ________ floating point 16 bit 32 bit 8 bit 4 bit TRUE ANSWER : ? YOUR ANSWER : ?