There is a way of describing XML data, how? XML uses a DTD to describe the data & XML uses a description node to describe data XML uses XSL to describe data XML uses a description node to describe data XML uses a DTD to describe the data TRUE ANSWER : ? YOUR ANSWER : ?
The default model for complex type, in XML schemas for element is ? no default type elementOnly textOnly All of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
To create a choise in XML schemas, we use the ? <xsd:multi> element <xsd:choise> element <xsd:single> element <xsd:select> element TRUE ANSWER : ? YOUR ANSWER : ?
In simple type built into XML schema type flat has single precision of ________ floating point 4 bit 32 bit 16 bit 8 bit TRUE ANSWER : ? YOUR ANSWER : ?
To add the attribute named Type to the <customer> tag the syntax will be ? <customer attribute Type=”exelent”> <customer Type attribute_type=”exelent”> <customer Type=” exelent” > <customer Type attribute =”exelent”> TRUE ANSWER : ? YOUR ANSWER : ?
XPath includes over ? more than 100 built-in functions more than 200 built-in functions 200 built-in functions 100 built-in functions TRUE ANSWER : ? YOUR ANSWER : ?
XQuery uses ______ to address specific parts of an XML document. XHTML syntax XSL syntax XSLT syntax XPath syntax TRUE ANSWER : ? YOUR ANSWER : ?
Each element and attribute has one parent only. Not always true None of these False True TRUE ANSWER : ? YOUR ANSWER : ?
Well formed XML document means ? must contain one or more elements and root element must contain all other elements it contains a root element it contains one or more elements it contain an element TRUE ANSWER : ? YOUR ANSWER : ?