Free I10-002 Exam Braindumps (page: 2)

Page 1 of 21

Select which of the following correctly describes WSDL. (WSDL 1.1)

  1. WSDL assumes SOAP as the message transmission form
  2. When WSDL is defined by a combination of style="rpc" and use="encoded", then encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" must be designated
  3. When WSDL is defined by a combination of style="rpc" and use="encoded", then the encodingStyle attribute cannot be designated
  4. WSDL may be defined by a combination of style="rpc" and use="literal"

Answer(s): D



Which of the following describes the most correct call order of the ContentHandler interface methods when parsing the following "XML Document" using a non-validating SAX parser? This question reflects line feeds within the XML document.
[XML Document]
<a>
<b>
c
</b>
</a>

  1. startDocument - startElement - characters - startElement - characters - characters - characters - endElement - characters - endElement - endDocument
  2. startDocument - startElement - ignorableWhitespace - startElement - ignorableWhitespace - characters - ignorableWhitespace - endElement - ignorableWhitespace - endElement - endDocument
  3. startDocument - startElement - startElement - characters - endElement - endElement - endDocument
  4. startDocument - startElement - startElement - characters - characters - endElement - endElement - endDocumentW

Answer(s): A



Push the Exhibit Button to load the referenced "XML Document".
[XML Document]
<TestML xmlns="urn:xmlmaster:testml">
<record level="1" data="100" />
<record level="2" data="250" />
</TestML>
Choose the XML Schema Document that does not correctly define the structure of the "XML Document".

  1. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    targetNamespace="urn:xmlmaster:testml"
    xmlns:tns="urn:xmlmaster:testml" >
    <xs:element name="TestML" type=" tns:testmlType " /> <xs:complexType name="testmlType">
    <xs:sequence>
    <xs:element ref=" tns:record " maxOccurs="unbounded" /> </xs:sequence>
    </xs:complexType>
    <xs:element name="record" type=" tns:recordType " /> <xs:complexType name="recordType">
    <xs:attribute name="level" type="xs:int" />
    <xs:attribute name="data" type="xs:int" />
    </xs:complexType>
    </xs:schema>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    targetNamespace="urn:xmlmaster:testml"
    xmlns="urn:xmlmaster:testml" >
    <xs:element name="TestML" type=" testmlType " />
    <xs:complexType name="testmlType">
    <xs:sequence>
    <xs:element ref=" record " maxOccurs="unbounded" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="record" type=" recordType " />
    <xs:complexType name="recordType">
    <xs:attribute name="level" type="xs:int" />
    <xs:attribute name="data" type="xs:int" />
    </xs:complexType>
    </xs:schema>
  3. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    targetNamespace="urn:xmlmaster:testml" >
    <xs:element name="TestML" type=" testmlType " />
    <xs:complexType name="testmlType">
    <xs:sequence>
    <xs:element ref=" record " maxOccurs="unbounded" />
    </xs:sequence>
    </xs:complexType>
    <xs:element name="record" type=" recordType " />
    <xs:complexType name="recordType">
    <xs:attribute name="level" type="xs:int" />
    <xs:attribute name="data" type="xs:int" />
    </xs:complexType>
    </xs:schema>
  4. <schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="urn:xmlmaster:testml"
    xmlns:tns="urn:xmlmaster:testml">
    <element name="TestML" type="tns:testmlType" />
    <complexType name="testmlType">
    <sequence>
    <element ref="tns:record" maxOccurs="unbounded" />
    </sequence>
    </complexType>
    <element name="record" type="tns:recordType" />
    <complexType name="recordType">
    <attribute name="level" type="int" />
    <attribute name="data" type="int" />
    </complexType>
    </schema>

Answer(s): C



Which of the following correctly describes the DOM (Level 2) Node interface?

  1. The Node interface can be used to change the value (nodeValue) of the DOM element node (Element)
  2. The Node interface can be used to change the name (nodeName) of the DOM element node (Element)
  3. The Node interface can be used to change the value (nodeValue) of the DOM attribute node (Attr)
  4. The Node interface can be used to change the name (nodeName) of the DOM attribute node (Attr)

Answer(s): C






Post your Comments and Discuss XML Master I10-002 exam with other Community members:

I10-002 Exam Discussions & Posts