Correct Answer:
Elements
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Is required, is optional, is required, and is optional.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XML contains only data and not any processing instructions.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Root element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The implementation of an XHTML module requires a namespace module that holds the element, element attribute, and content model declarations, and a parameter module that uses the entities declared in the namespace module.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Document
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
(: :)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Set the use attribute to required.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
1 (PROCESSING)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Basic
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The document's elements and attributes, their data types and default values, and the number and order of child elements.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
External
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
CSS is easier to learn, use, and maintain.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XSD
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
IDREFS
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XML is a replacement for HTML.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Leave it alone, because the prolog does not require a closing tag.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Set the maxOccurs attribute to unbounded.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
As a tree structure
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
#DEFAULT
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The last step is to create the DTD for the XHTML extension, which references both the XHTML modules and the new modules.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It is mandatory to use closing tags with XML
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Improperly named element
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Human; annotates; manipulate
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XMLHttpRequest
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XHTML tags and attributes must be in lowercase
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Self-closing tag
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
HTML, CSS, and DOM
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
JSON, because it transfers data without waiting for a server response
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Parser
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Semistructured
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
DTDs are not extensible
DTDs support namespaces
There is no provision for inheritance from one DTDs to another
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XPath is a syntax for defining parts of an XML document.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
None of the above
Note: This Question is unanswered, help us to find answer for this one
What can parameter entities appear in?
Correct Answer:
dtd file
Note: This Question is unanswered, help us to find answer for this one
Select the valid XPath operators:
Correct Answer:
<=
or
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which statement can be used to retrieve text from tag
Correct Answer:
<xsl:value-of select=”/root/sample[@id=’123’]”/>
Note: This Question is unanswered, help us to find answer for this one
Select valid XSLT elements: (check all that apply)
Correct Answer:
xsl:text
xsl:template
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Select the valid XML Schema Definition datatypes:
Correct Answer:
string
anyAtomicType
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Select the valid XSLT/XPath functions:
Correct Answer:
concat
floor
substring
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not valid for a Well Formed XML document?
Correct Answer:
All elements should be included within a single root tag.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a valid syntax to add the attribute named Type to the
Correct Answer:
<customer Type=” local” >
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements are true for XML attributes?
Correct Answer:
Attributes cannot contain tree structures.
Attributes must be quoted.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What are the common rules for document type declarations?
Correct Answer:
The standalone document declaration with a value of “yes” needs to be present as an attribute inside the XML declaration in the prolog of the XML document.
The name in the document type declaration must match the element type of the root element.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Select a valid xml document with an internal document type declaration:
Correct Answer:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE addressbook [ <!ELEMENT ab (fullname,company,email)> <!ELEMENT fullname (#PCDATA)> <!ELEMENT company (#PCDATA)> <!ELEMENT email (#PCDATA)> ]> <addressbook> <fullname>Stephane Kasriel <company>Upwork</company> <email>info@upwork.com</email> </addressbook>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
required when validating XML documents
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<?xml version=“1.0”?>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
<![CDATA[<learning>Hello, world!</learning>]]>
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
As LF (line feed), like Unix and Mac OS X.
Note: This Question is unanswered, help us to find answer for this one
Suppose you have the following XML code:-
Correct Answer:
//title[@lang='en']
Note: This Question is unanswered, help us to find answer for this one
Which of the following XSL elements are valid?
Correct Answer:
All of the above.
Note: This Question is unanswered, help us to find answer for this one
Which of the following symbols are allowed in naming an XML element?
Correct Answer:
_
Note: This Question is unanswered, help us to find answer for this one
Which of the following XML fragments are well-formatted?
Correct Answer:
student id="123"><phone/></student>
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which is the default character encoding in entities?
Correct Answer:
UTF-8
Note: This Question is unanswered, help us to find answer for this one
Which statements are false?
Correct Answer:
XML elements cannot be empty.
XML elements must contain attribute.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following encoding types is support XML processor?
Correct Answer:
UTF-8
Note: This Question is unanswered, help us to find answer for this one
Which of the statements are true for XML elements?
Correct Answer:
All XML elements must have a closing tag.
XML tags are case insensitive.
XML elements must be properly nested.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
What is the role of the XPath language in XSL processing?
Correct Answer:
XPath identifies locations in XML data to be transformed in the source tree and the locations to be generated in output tree specified in XSL translation prescriptions
Note: This Question is unanswered, help us to find answer for this one
How would you define the language of some content inside an XML document?
Correct Answer:
With a special attribute named xml:lang, which has to be declared, like any other, in a valid XML document.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a correct implementation of CDATA ?
Correct Answer:
<![CDATA[" and ends with "]]>
Note: This Question is unanswered, help us to find answer for this one
What is the correct XSLT match pattern that can be applied to the root of an XML document?
Correct Answer:
<xsl:template match=” /”>
Note: This Question is unanswered, help us to find answer for this one
Which of the following is an invalid statement?
Correct Answer:
DTD does not defines names of elements of an XML document.
Note: This Question is unanswered, help us to find answer for this one
Which of the following values can be used in attribute-type?
Correct Answer:
NMTOKEN
NMTOKENS
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements are true?
Correct Answer:
All XML Elements must be closed.
All not empty XML Documents must have root tag.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which XSL formatting object is used to format a list?
Correct Answer:
list-block
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not valid for Complex Elements?
Correct Answer:
A complex element is an XML element that contains other elements and/or attributes.
Note: This Question is unanswered, help us to find answer for this one
Which of the following expressions selects the parent of current node?
Correct Answer:
..
Note: This Question is unanswered, help us to find answer for this one
Which of the following standards includes XPath?
Correct Answer:
XSLT
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a valid syntax to use the external DTD?
Correct Answer:
?xml version=”1.0” standalone=”no”?> <! DOCTYPE DOCUMENT SYSTEM “order.dtd”?>
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements are true for XML namespaces?
Correct Answer:
A namespace (or more precisely, a namespace binding) is declared using a family of reserved attributes. Such an attribute's name must either be xmlns or begin xmlns:.
The attribute's normalized value must be either a URI reference — the namespace name identifying the namespace — or an empty string. The namespace name, to serve its intended purpose, should have the characteristics of uniqueness and persistence. It is not a goal that it be directly usable for retrieval of a schema (if any exists).
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
How many primitive data types are provided in schema definition?
Correct Answer:
19
Note: This Question is unanswered, help us to find answer for this one
When should a validating XML application be used?
Correct Answer:
missing or out-of-place elements could cause application errors
Note: This Question is unanswered, help us to find answer for this one
Which of the following elements is root component of XSD?
Correct Answer:
<Schema>
Note: This Question is unanswered, help us to find answer for this one
What is the valid value of XLink namespace?
Correct Answer:
http://www.w3.org/1999/xlink
Note: This Question is unanswered, help us to find answer for this one
XML document can be viewed in __.
Correct Answer:
IE 6.0
Note: This Question is unanswered, help us to find answer for this one
The XSL formatting object which formats the tabular material of a table is ___.
Correct Answer:
table
Note: This Question is unanswered, help us to find answer for this one
Select a valid XML namespace example:
Correct Answer:
<?xml version="1.0" encoding="UTF-8"?> <ab:addressbook xmlns:ab="www.upwork.com/ab”> <ab:fullname>Stephane Kasriel</ab:fullname> <ab:company>Upwork</ab:company> <ab:email>info@upwork.com</ab:email> </ab:addressbook> <?xml version="1.0" encoding="UTF-8"?> <addressbook:addressbook
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid value for xlink:type in XLink?
Correct Answer:
global
Note: This Question is unanswered, help us to find answer for this one
Which of the following entities are predefined in XML?
Correct Answer:
< (less-than sign)
& (ampersand sign)
" (quote sign)
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following are numeric data types?
Correct Answer:
unsignedLong
unsignedByte
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements represent a well-formed XML document?
Correct Answer:
Each of the parsed entities which is referenced directly or indirectly within the document is well-formed.
Each XML document has both a logical and a physical structure. Physically, the document is composed of units called entities. Logically, the document is composed of declarations, elements,
comments, character references, and processing instructions.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a correct XML Schema description matching the conditions below. Select all that apply. Assume the XML Schema Namespace prefix is "xs." Conditions: The "Address" attribute is defined as a string type that may be omitted.
Correct Answer:
xs:attribute name="Address" type="xs:string" use="optional"/>
Note: This Question is unanswered, help us to find answer for this one
Select a valid XML Schema Definition example:
Correct Answer:
?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name=“addressbook”> <xs:complexType> <xs:sequence> <xs:element name=“fullname" type="xs:string" /> <xs:element name="company" type="xs:string" /> <xs:element name=“email” type="xs:string” /> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>
Note: This Question is unanswered, help us to find answer for this one
Which of the following methods will adds a node after the last child node of the el element?
Correct Answer:
el.appendChild(node)
Note: This Question is unanswered, help us to find answer for this one
Which of the following XML fragments are well-formed?
Correct Answer:
?xml version=”1.0″?>
Note: This Question is unanswered, help us to find answer for this one
What is DTD?
Correct Answer:
DTD is abbreviated as Document Type Definition and it is defined to build legal building blocks of an XML document. It defines the XML document structure with elements and attributes.
Note: This Question is unanswered, help us to find answer for this one
XSL has “ block container” for formating the document
Correct Answer:
to create a block level reference area
Note: This Question is unanswered, help us to find answer for this one
Which of the following browsers support XPointer?
Correct Answer:
None of the above.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not valid with respect to XPointer?
Correct Answer:
XPointer does not allows a shorthand method for linking to an element with an id.
Note: This Question is unanswered, help us to find answer for this one
What is XLink and XPointer?
Correct Answer:
XLink is the standard way of creating hyperlinks in the XML files. Xpointer which allows those hyperlinks to point to more specific parts of the XML file or document.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid data type in XML?
Correct Answer:
tinyInt
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid indicator?
Correct Answer:
any
Note: This Question is unanswered, help us to find answer for this one
Which of the following values can be used with xml:space ?
Correct Answer:
default
preserve
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a built in data type for XML Schema?
Correct Answer:
xs:number
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a valid XML Schema?
Correct Answer:
?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="note"> <xs:complexType> <xs:sequence> <xs:element name="to" type="xs:string"/> <xs:element name="from" type="xs:string"/> <xs:element name="heading" type="xs:string"/> <xs:element name="body" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>
Note: This Question is unanswered, help us to find answer for this one
Identify the most accurate statement about the application of XML:
Correct Answer:
XML is used to describe hierarchically organized information.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a correct definition of XML version?
Correct Answer:
<?xml version="1.0"?>
Note: This Question is unanswered, help us to find answer for this one
Which of these are not correct names for an XML element?
Correct Answer:
root element>
<1street>
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Select a valid xml document with an external document type declaration:
Correct Answer:
?xml version="1.0" encoding="UTF-8" standalone="no" ?> <!DOCTYPE addressbook SYSTEM "addressbook.dtd"> <addressbook> <fullname>Stephane Kasriel <company>Upwork</company>
Note: This Question is unanswered, help us to find answer for this one
What is the correct XSL match pattern that can be applied on any element named y whose parent is an element named x?
Correct Answer:
<xsl:template match=”x/y”>
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is invalid for XML schema?
Correct Answer:
None of the above
Note: This Question is unanswered, help us to find answer for this one
Which of the following restrictions can be used with string data type?
Correct Answer:
All of the above.
Note: This Question is unanswered, help us to find answer for this one
Which of the following values xlink:show attribute can have?
Correct Answer:
new
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid XLink attribute?
Correct Answer:
xlink:target
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not valid with respect to DTD?
Correct Answer:
If the DTD is declared inside the XML file, it must not be wrapped inside the definition.
Note: This Question is unanswered, help us to find answer for this one
Which XSL formatting object holds the content of the table body?
Correct Answer:
table-body
Note: This Question is unanswered, help us to find answer for this one
Which of the following is used to create a link in XML documents?
Correct Answer:
XLink
Note: This Question is unanswered, help us to find answer for this one
Which of the following is true about XHTML attributes?
Correct Answer:
The attribute names should be in lower case.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid node type?
Correct Answer:
Image
Note: This Question is unanswered, help us to find answer for this one
Select which of the following is a valid XML document with respect to the following XML Schema? <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" > <xs:element name="Employee" type="EmployeeType" /> <xs:complexType name="EmployeeType"> <xs:sequence maxOccurs="unbounded"> <xs:element ref="Name" /> <xs:element ref="Department" /> </xs:sequence> </xs:complexType> <xs:element name="Name" type="xs:string" /> <xs:element name="Department" type="xs:string" /> </xs:schema>
Correct Answer:
None of the above
Note: This Question is unanswered, help us to find answer for this one
Which of the following events is operating DOM in XHTML 2.0 ?
Correct Answer:
XML
Note: This Question is unanswered, help us to find answer for this one
Which of the following values xlink:actuate can have?
Correct Answer:
onLoad
none
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid statement?
Correct Answer:
A node can have exactly one child.
Note: This Question is unanswered, help us to find answer for this one
Suppose you have a letter element as :- <letter> Dear Mr.<name>John Smith</name>. Your order <orderid>1032</orderid> will be shipped on <shipdate>2001-07-13</shipdate>. </letter>
Which of the following will be a valid Schema for this?
Correct Answer:
xs:element name="letter"> <xs:complexType mixed="true"> <xs:sequence> <xs:element name="name" type="xs:string"/> <xs:element name="orderid" type="xs:positiveInteger"/><xs:element name="shipdate" type="xs:date"/> </xs:sequence> </xs:complexType> </xs:element>
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not part of Miscellaneous Data Types?
Correct Answer:
base364Binary
Note: This Question is unanswered, help us to find answer for this one
Which of the following elements is used to add multiple schemas with the same target namespace to a document?
Correct Answer:
<include>
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct syntax for defining restrictions on an XML element value in an XML schema?
Correct Answer:
<xs:restriction base="xs:integer">
Note: This Question is unanswered, help us to find answer for this one
Which of the following elements can only be included in the annotation element in an XML schema?
Correct Answer:
<documentation>
Note: This Question is unanswered, help us to find answer for this one
Which of the following elements is used to allow documents to contain additional elements that are not declared in the main XML schema?
Correct Answer:
any>
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct format for specifying the date in UTC?
Correct Answer:
<start>2002-09-24Z</start>
Note: This Question is unanswered, help us to find answer for this one
The elements of an XML schema containing only text and attributes are declared using the________ element.
Correct Answer:
<xs:simpleContent>
Note: This Question is unanswered, help us to find answer for this one
Analyze the following example:
xs:element name="letter">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="([a-z][A-Z])+"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Which of the following are acceptable values for the <letter> element in the above defined XML schema?
Correct Answer:
dOnE
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a secondary schema component?
Correct Answer:
Assertions
Note: This Question is unanswered, help us to find answer for this one
Which of the following are binary data types in an XML schema?
Correct Answer:
hexBinary
Note: This Question is unanswered, help us to find answer for this one
Analyze the following XML schema fragment:
<xs:element name="name" type="xs:string" block="substitution"/>
<xs:element name="navn" substitutionGroup="name"/>
<xs:complexType name="custinfo">
<xs:sequence>
<xs:element ref="name"/>
</xs:sequence>
</xs:complexType>
<xs:element name="customer" type="custinfo" block="substitution"/>
<xs:element name="kunde" substitutionGroup="customer"/>
Which of the following is a valid XML document according to the schema above?
Correct Answer:
<customer>
<name>John Smith</name>
</customer>
Note: This Question is unanswered, help us to find answer for this one
Which of the following are built-in data types of an XML schema?
Correct Answer:
xs:string
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is true if default and use both are present in an XML representation of
an Attribute declaration?
Correct Answer:
The actual value of use must be optional.
Note: This Question is unanswered, help us to find answer for this one
What is the default value of the <minOccurs> indicator for Order and Group indicators?
Correct Answer:
1
Note: This Question is unanswered, help us to find answer for this one
Following is an example of an element in an XML document using a time declaration in its schema
definition:
<start>03:05:10.5</start
Which of the following does the component 10.5 specify?
Correct Answer:
Seconds
Note: This Question is unanswered, help us to find answer for this one
What value of <maxOccurs> indicator can you set when using the <all> indicator in an XML schema?
Correct Answer:
1
Note: This Question is unanswered, help us to find answer for this one
Which of the following attributes is used to specify that a schema attribute is required?
Correct Answer:
use
Note: This Question is unanswered, help us to find answer for this one
Which of the following whiteSpace constraint values makes an XML processor reduce multiple spaces
into a single space?
Correct Answer:
collapse
Note: This Question is unanswered, help us to find answer for this one
Which of the following type definitions forms the root of the Type Definition Hierarchy?
Correct Answer:
xs:anyType
Note: This Question is unanswered, help us to find answer for this one
Analyze the following schema declaration:
<?xml version="1.0"?>
<xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema
targetNamespace="http://www.expertrating.com" xmlns=http://www.expertrating.com
elementFormDefault="qualified">
...
...
</xs:schema>
Which of the following fragments of the schema declaration defines the namespace being used by the
elements and data types in the schema?
Correct Answer:
xmlns:xs="http://www.w3.org/2001/XMLSchema"
Note: This Question is unanswered, help us to find answer for this one
Which of the following validation rules must be true of an element information item E to be locally
valid(Simple Type) with respect to an element declaration D?
Correct Answer:
D{abstract}=false
Note: This Question is unanswered, help us to find answer for this one
Analyze the following schema file "family.xsd":
<?xml version="1.0"?>
<xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema
elementFormDefault="qualified">
<xs:element name="persons">
<xs:complexType>
<xs:sequence>
<xs:element name="person" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="full_name" type="xs:string"/>
<xs:element name="child_name" type="xs:string" maxOccurs="5"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
Which of the following statements are true about the above schema file?
Correct Answer:
Each person element must contain a full_name element.
Note: This Question is unanswered, help us to find answer for this one
Which of the following are declaration components in an XML schema?
Correct Answer:
Element
Note: This Question is unanswered, help us to find answer for this one
Which of the following data types are derived from the decimal data type?
Correct Answer:
int
Note: This Question is unanswered, help us to find answer for this one
Which of the following attributes is defined inside the <xs:extension> element of an XML schema?
Correct Answer:
base
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a helper schema component?
Correct Answer:
Wildcards
Note: This Question is unanswered, help us to find answer for this one
Analyze the following URI of an XML schema:
http://www.w3.org/XML/XMLSchema/vX.Y/Ne
What does the component Ne in the above URI identify?
Correct Answer:
It identifies the language described in the N-th edition of the XSD specification.
Note: This Question is unanswered, help us to find answer for this one
Analyze the following example:
<xs:element name="letter">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="([a-z])*"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Which of the following are acceptable values for letter?
Correct Answer:
abcd
Note: This Question is unanswered, help us to find answer for this one
Which of the following is used to replace spaces in a URI while using anyURI data type in an XML
schema?
Correct Answer:
%20
Note: This Question is unanswered, help us to find answer for this one
Which of the following are the correct ways to define an empty complex element in an XML schema?
Correct Answer:
<xs:element name="product">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="xs:integer">
<xs:attribute name="prodid" type="xs:positiveInteger"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>
Note: This Question is unanswered, help us to find answer for this one
Which of the following are primary schema components?
Correct Answer:
Attribute declarations
Note: This Question is unanswered, help us to find answer for this one
Which of the following constraints can be used by a boolean data type?
Correct Answer:
pattern
Note: This Question is unanswered, help us to find answer for this one
Which of the following restrictions cannot be used with the ENTITIES String data type?
Correct Answer:
pattern
Note: This Question is unanswered, help us to find answer for this one
Suppose you want to limit the content of an XML element called "car" to a set of acceptable values like
BMW, Audi etc. Which of the following constraints will you use in the above situation?
Correct Answer:
enumeration
Note: This Question is unanswered, help us to find answer for this one
Which of the following attributes must be set to true to enable character data to appear between the
child-elements of an element in an XML schema?
Correct Answer:
mixed
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct format for specifying the date in an XML schema?
Correct Answer:
YYYY-MM-DD
Note: This Question is unanswered, help us to find answer for this one
The maximum number of decimal digits that you can specify using the decimal data type in an XML
schema is ________.
Correct Answer:
18
Note: This Question is unanswered, help us to find answer for this one
Which of the following data types are derived from the String data type?
Correct Answer:
ID
Note: This Question is unanswered, help us to find answer for this one
Which of the following attributes can be specified in the <xs:complexType> element of an XML schema
so as to allow several elements to refer to the same complex type?
Correct Answer:
name
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct format for specifying the time interval using the XSD duration data
type?
Correct Answer:
PnYnMnDTnHnMnS
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is true about an XML representation of Attribute declarations in an
XML schema?
Correct Answer:
If the targetNamespace attribute is present, the name attribute should be present.
Note: This Question is unanswered, help us to find answer for this one
In which of the following model groups of an XML schema do the element information items match one
or more of the particles?
Correct Answer:
Disjunction
Note: This Question is unanswered, help us to find answer for this one
Analyze the following schema declaration:
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.expertrating.com" xmlns="http://www.expertrating.com"
elementFormDefault="qualified">
...
...
</xs:schema>
Which of the following fragments of the schema declaration indicates the default namespace of the XML
schema?
Correct Answer:
xmlns="http://www.expertrating.com"
Note: This Question is unanswered, help us to find answer for this one
Analyze the following XML document having a reference to an XML schema:
<?xml version="1.0"?>
<note
xmlns="http://www.expertrating.com" xsi:schemaLocation="http://www.expertrating.com note.xsd">
<to>Tove</to>
<body>Don't forget me this weekend!</body>
</note>
Which of the following statements is true?
Correct Answer:
The XML Schema Instance Namespace is not specified.
Note: This Question is unanswered, help us to find answer for this one
Which of the following restrictions can be used with the date data types?
Correct Answer:
enumeration
Note: This Question is unanswered, help us to find answer for this one
Which of the following is correct about SAX2?
Correct Answer:
SAX2 is used for event-based xml implementation
Note: This Question is unanswered, help us to find answer for this one
What are the possible values for the actuate attribute of an XLink?
Correct Answer:
onLoad
Note: This Question is unanswered, help us to find answer for this one
Is the following statement correct?
All tags in XML must be closed.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
CDATA sections provide a way to tell the parser that there is no
markup in the characters contained by the CDATA
section. Which of the following is the correct syntax for CDATA?
Correct Answer:
<![CDATA[applications with XML using <, >,]]>
Note: This Question is unanswered, help us to find answer for this one
Which of the following options have incorrect syntax?
Correct Answer:
xsl:sort>
Note: This Question is unanswered, help us to find answer for this one
Which is the correct way to declare an XML Namespace?
Correct Answer:
<hns:body xmlns:hns="http://www.w3.org/TR/html4/">
Note: This Question is unanswered, help us to find answer for this one
Which is the correct method for declaring the xml version?
Correct Answer:
?xml version="1.0"?>
Note: This Question is unanswered, help us to find answer for this one
Select the correct XML from following options.
Correct Answer:
<Customers><Customer><ID></ID><Customer><Custom er><Name></Name></Customer></Customer></Custom er></Customers>
Note: This Question is unanswered, help us to find answer for this one
Which of the following is an XML declaration?
Correct Answer:
?xml version="1.0"?>
Note: This Question is unanswered, help us to find answer for this one
Choose the correct DTD Element definition:
Correct Answer:
<!ELEMENT country (#PCDATA)>
Note: This Question is unanswered, help us to find answer for this one
Which of the following are methods of formatting of XML documents?
Correct Answer:
CSS
Note: This Question is unanswered, help us to find answer for this one
Which line will generate an error in the following XML file?
1.<?xml version="1.0"?>
2.<folder>
3.<file><name><contents></contents></name></file>
4.<file><name/><contents></contents><name/></file>
5.<file><name/><contents></contents></name></file>
6.<file><name><contents/><name/></file>
7.</folder>
Correct Answer:
4,5,6
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is true with regard to XHTML?
Correct Answer:
XHTML documents must satisfy all the syntax rules of
XML
Note: This Question is unanswered, help us to find answer for this one
Which attribute is not used when specifying a Simple XLink element?
Correct Answer:
locator
Note: This Question is unanswered, help us to find answer for this one
What does the following XPath expression represent?
/addressbook/*/phone
Correct Answer:
The phone element which is two levels below the
addressbook element
Note: This Question is unanswered, help us to find answer for this one
Which of the following are the elements used to define an XML
Schema?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
What is the correct value of order attribute for sorting the string in
ascending order?
Correct Answer:
Ascending
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements are true about the number data
type in xml?
Correct Answer:
can store integer and decimal values
Note: This Question is unanswered, help us to find answer for this one
What is an NMTOKEN attribute type?
Correct Answer:
It can only contain letters and digits, hyphens, colons and
a few other characters
Note: This Question is unanswered, help us to find answer for this one
How is an entity used within an XML document?
Correct Answer:
&entity-name;
Note: This Question is unanswered, help us to find answer for this one
What is XML DOM used for?
Correct Answer:
Programmatically accessing the elements within an XML
file
Note: This Question is unanswered, help us to find answer for this one
Select the appropriate statement to find all books that have an
excerpt and a title.
Correct Answer:
book[excerpt][title]
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is false with regard to XHTML
syntax?
Correct Answer:
The name attribute is to be used instead of the id attribute
for identifying elements
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements are true for elements?
Correct Answer:
All elements must have names
Note: This Question is unanswered, help us to find answer for this one
What is an IDREFS attribute type?
Correct Answer:
Its value must match the value of one or more ID
attributes separated by whitespace
Note: This Question is unanswered, help us to find answer for this one
Which of the following attributes are optional in xsl:sort command?
Correct Answer:
order
Note: This Question is unanswered, help us to find answer for this one
Which element in the following extract contains Simple Content (Text
Content)?
1 <?xml version="1.0"?>
2 <folder>
3 <file>
4 <name>Accounts Reports</name>
5 <contents>These are the contents of the file
6 <report>This is the first report</report>
7 </contents>
8 End of the file
9 </file>
10 </folder>
Correct Answer:
name
Note: This Question is unanswered, help us to find answer for this one
Which element in the following extract contains Element Content?
1 <?xml version="1.0"?>
2 <folder>
3 <file>
4 <name>Accounts Reports</name>
5 <contents>These are the contents of the file
6 <report>This is the first report</report>
7 </contents>
8 End of the file
9 </file>
10 </folder>
Correct Answer:
folder
Note: This Question is unanswered, help us to find answer for this one
Which of the following XPath functions is not a string function?
Correct Answer:
namespace-uri
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a type of attribute?
Correct Answer:
PCDATA
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not an advantage of XML?
Correct Answer:
XML can be used for formatting web pages
Note: This Question is unanswered, help us to find answer for this one
How is an External Unparsed General entity defined in a DTD?
Correct Answer:
<!ENTITY entity-name SYSTEM "file-name" NDATA
notation-name>
Note: This Question is unanswered, help us to find answer for this one
What is the Root element of an XSL file?
Correct Answer:
The stylesheet element
Note: This Question is unanswered, help us to find answer for this one
Which of the following data types are allowed in xsl:sort command?
Correct Answer:
Text
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not true about CDATA sections?
Correct Answer:
CDATA sections can contain tags and these tags must be
declared in the DTD
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a required namespace in xml schema?
Correct Answer:
xmlns="urn:schemas-microsoft-com:xml-data"
Note: This Question is unanswered, help us to find answer for this one
Which of the following most accurately describes the purpose of XSL?
Correct Answer:
It is used for transforming XML documents from one
format of XML to another
Note: This Question is unanswered, help us to find answer for this one
Which of the following are XHTML DTDs?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
What is an ID attribute type?
Correct Answer:
It can contain letters and numbers and it must contain
unique value
Note: This Question is unanswered, help us to find answer for this one
Which of the statements are correct?
(a)Attributes added with <xsl:attribute> must appear before children
are added to the element.
(b)You can add an attribute to an element that already has an
attribute of that name.
Correct Answer:
Only (a) is true
Note: This Question is unanswered, help us to find answer for this one
What is an ENTITY attribute type?
Correct Answer:
It can contain the name of any External Unparsed entity
Note: This Question is unanswered, help us to find answer for this one
When are you likely to use an XML Namespace?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements are correct?
Correct Answer:
XML can be used for storing data
Note: This Question is unanswered, help us to find answer for this one
What does depth method of DOM do?
Correct Answer:
Returns the depth within the document tree where the
specified node appears
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a primitive data type?
Correct Answer:
date
Note: This Question is unanswered, help us to find answer for this one
What is the difference between General entities and Parameter
Entities?
Correct Answer:
Parameter entities are used within DTDs and General
entities are used within XML documents
Note: This Question is unanswered, help us to find answer for this one
Which line will generate an error in the following XML code?
1 <?xml version="1.0"?>
2 <f_ns:folder dt="1/1/2000">
3 <file f_id="1" >
4 <name>Accounts Reports</name>
5 <contents />
6 <!-- Note: This file does not contain anything yet -->
7 </file>
8 </f_ns:folder>
Correct Answer:
2,8
Note: This Question is unanswered, help us to find answer for this one
Which of the following is an invalid operator?
Correct Answer:
None of the above
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a reason for using DTDs?
Correct Answer:
DTDs speed up the parsing of an XML document
Note: This Question is unanswered, help us to find answer for this one
Read the following statements carefully.
1. <xsl:for-each select="portfolio/stock">
2. <TR>
3. <TD><xsl:value-of "symbol"/></TD>
4. </TR>
5. </xsl:for-each>
Which statement is incorrect in above rows?
Correct Answer:
3
Note: This Question is unanswered, help us to find answer for this one
Select the appropriate statement to find all bookstores where the
value of the specialty attribute is equal to "textbooks".
Correct Answer:
/bookstore[@specialty = "textbooks"]
Note: This Question is unanswered, help us to find answer for this one
Which limitation of HTML links is overcome by XLink?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
State whether the following statement is correct?
Conditional templates are output only if certain conditions exist within
the source document.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements define 'prolog' in xml?
Correct Answer:
The prolog refers to the information that appears before
the start tag of the document or root element
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a parameter of DOM event
ontransformnode?
Correct Answer:
nodeType
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is not correct about schema?
Correct Answer:
The Schema element in an XML Schema document can
not use a namespace
Note: This Question is unanswered, help us to find answer for this one
What does the following XPath expression represent?
/addressbook/address
Correct Answer:
All addresses within the addressbook element
Note: This Question is unanswered, help us to find answer for this one
When are you most likely to use XML?
Correct Answer:
You have created a Java-based data-oriented application
which will be used on several different platforms
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not an XSL element?
Correct Answer:
select
Note: This Question is unanswered, help us to find answer for this one
Comments describe statements in a better way. What is the correct
syntax of comments in XML?
Correct Answer:
Begin with <!-- and end with -->
Note: This Question is unanswered, help us to find answer for this one
You have records of 50 employees in an XML document. You want to
create a table from a group of XML nodes. Which method is best
suited to convert data into HTML table rows?
Correct Answer:
Create a loop through for-each command
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is true?
Correct Answer:
An XML Namespace can be associated with any element
in the XML document and its scope is limited to that
element along with its child elements
Note: This Question is unanswered, help us to find answer for this one
What are the requirements for an Extended XLink element?
Correct Answer:
You must specify at least two locators and one arc
Note: This Question is unanswered, help us to find answer for this one
Is the following statement correct?
You can use XSL Transformations (XSLT) to merge simple regular
XML data with an HTML template for display.
Correct Answer:
Yes
Note: This Question is unanswered, help us to find answer for this one
What are XML Namespaces used for?
Correct Answer:
They prevent element naming conflicts when more than
one XML vocabulary is being used in an XML document
Note: This Question is unanswered, help us to find answer for this one
What does the following DTD imply?
<!DOCTYPE messagelist [
<!ELEMENT messagelist(message*)>
<!ELEMENT message(sender*,receiver,body+)>
<!ELEMENT sender (#PCDATA)>
<!ELEMENT receiver (#PCDATA)>
<!ELEMENT body (#PCDATA|subject|attachment)*>
<!ELEMENT subject (#PCDATA)>
<!ELEMENT attachment (#PCDATA)>
]>
Correct Answer:
The subject and attachments element can appear in any
sequence and can be repeated more than once
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a DOM method?
Correct Answer:
object
Note: This Question is unanswered, help us to find answer for this one
An XML document has a root element named <folder>. The DTD for
this document is stored in an External file called folder.dtd. How will
you declare this external DTD in the XML document?
Correct Answer:
<!DOCTYPE folder SYSTEM "folder.dtd">
Note: This Question is unanswered, help us to find answer for this one
Which elements in the following extract contain Mixed Content?
1 <?xml version="1.0"?>
2 <folder>
3 <file>
4 <name>Accounts Reports</name>
5 <contents>These are the contents of the file
6 <report>This is the first report</report>
7 </contents>
8 End of the file
9 </file>
10 </folder>
Correct Answer:
file
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not an advantage of DOM?
Correct Answer:
Retrieves small amounts of information
Note: This Question is unanswered, help us to find answer for this one
Which of the following is false when you use XSL to convert an XML
document to HTML format?
Correct Answer:
The document generated after transformation may or may
not satisfy all XML syntax re
Note: This Question is unanswered, help us to find answer for this one
Which of the following can store negative values?
Correct Answer:
int
Note: This Question is unanswered, help us to find answer for this one
Which of the following is an attribute of the locator element in an
Extended XLink?
Correct Answer:
href
Note: This Question is unanswered, help us to find answer for this one
What are the possible values for the show attribute of an XLink?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a schema element?
Correct Answer:
ElementGroup
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not an attribute of AttributeType element of
schema?
Correct Answer:
optional
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to define an attribute named
size of an element named shoe. The attribute should have a default
value of 0?
Correct Answer:
<!ATTLIST shoe size CDATA "0">
Note: This Question is unanswered, help us to find answer for this one
State whether the following statement is correct?
XPath can be used directly from the Document Object Model (DOM).
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
What are the relative advantages of Schemas over DTDs?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
What is the purpose of XPointer?
Correct Answer:
It is used when you want a link to point to a particular part
of an XML document
Note: This Question is unanswered, help us to find answer for this one
State whether the following statement is correct?
Attributes must have both a name and a value.
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
What is wrong with this XML code?
1 <?xml version="1.0"?>
2 <folder dt="1/1/2000">
3 <file id="1" >
4 <name>Accounts Reports</name>
5 <contents />
6 <!-- Note: This file does not contain anything yet -->
7 </file>
8 </folder>
9 <folder dt="1/2/2000">
10 <file id="2" >
11 <name>Marketing Reports</name>
12 <contents />
13 <!-- Note: This file does not contain anything yet -->
14 </file>
15 </folder>
Correct Answer:
it doesn't have a root element
Note: This Question is unanswered, help us to find answer for this one
What does the following DTD imply?
<!DOCTYPE messagelist [
<!ELEMENT messagelist(message*)>
<!ELEMENT message(sender?,receiver,subject,body,attachment+)>
<!ELEMENT sender (#PCDATA)>
<!ELEMENT receiver (#PCDATA)>
<!ELEMENT subject (#PCDATA)>
<!ELEMENT body (#PCDATA)>
<!ELEMENT attachment (#PCDATA)>
]>
Correct Answer:
There must be one or more attachments
Note: This Question is unanswered, help us to find answer for this one
Which of the following patterns are correct for 'select' attribute
of xsl:sort command?
Correct Answer:
text() for any text
Note: This Question is unanswered, help us to find answer for this one
What does the following XPath expression represent?
/addressbook/address[@id='1']
Correct Answer:
The address having an id attribute with a value of 1
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Title-Type
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The character element accepts only ONE of the LOWERCASE letters from a to z.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
createAttribute()
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
option selected="selected"
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
xs:element name="shapes" type="xs:string" default="square"/
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
ownerDocument
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The book element may or may not have an attribute called pages.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XSLT
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
floor
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
href
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XSL-FO
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
xs:schema
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
2,3,9,8
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XForms are restricted to XHTML.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
WSDL applications
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
xsl:stylesheet
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The htmltag
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
any
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
4
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
xmlDoc.getElementsByTagName("car")[1].childNodes[1].nodeValue;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
/dealers[@product = "computers"]
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
button
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
property()
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
programmatically access and manipulate XML Data.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
pattern
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Statement A selects the first trafficsign node if it has a type attribute with value warning and Statement B selects the first trafficsign node that has a type attribute with value warning.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It displays all chapter elements within the book element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
frameset
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
embed
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The summary element can occur zero or one times inside the book element.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
employeeid/idname/namedepartment/department/employee
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
xsd:token
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
All the of the above
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Tables Module
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Both a and b are true.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Statement (I) is true
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XML incorporates relational data structures.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
xs:integer
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
html xmlns='http://www.w3.org/1999/xhtml'
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Both (a) and (b) are true
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
urn:schemas-microsoft-com:datatypes
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Comment
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Any element w that is a descendant of any element body, of which the next sibling element is element c
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A valid XML document must adhere to the same basic constructs of an XML document as well as adhering to a schema.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The student subelement will be optional and the maximum occurence of the student subelement will be one
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
xs:object
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XML Schemas are easier to write.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Length of attributes
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Element 'a' may contain anything, or nothing.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XLink
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
An xs:enumeration inside an xs:restriction
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one