Free I10-003 Exam Braindumps (page: 3)

Page 2 of 11

Assume that you wish to create an XML Schema document against which [XML Document] (referenced in a separate window) is valid.

  1. <xs:sequence>
    <xs:any namespace="##any" processContents="lax"/>
    <xs:element ref="tns:person" maxOccurs="unbounded"/>
    </xs:sequence>
  2. <xs:sequence>
    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
    <xs:element ref="tns:person" maxOccurs="unbounded"/>
    </xs:sequence>
  3. <xs:sequence>
    <xs:any namespace-'urn:xmlmaster: division urn:xmlmaster:title" processContents="lax"/>
    <xs:element ref="tns:person" maxOccurs="unbounded"/>
    </xs:sequence>
  4. <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:any namespace="urrrxmlmaster:division um:xmlmaster:title"

    processContents="lax"/>
    <xs:element ref="tns:person"/>
    </xs:choice>

Answer(s): B,D



Assume that for [XML Document] referenced in a separate window, you wish to create an XML Schema document that defines that the value of the level attribute of the record element must be unique within the XML document, and further that the level attribute of the scenario element must reference the value of the level attribute of the record element.
[XML Document]
<TestML>
<record level="1" data="100" />
<record level="2" data="250" />
<scenario stage="A" level="1" />
<scenario stage="B" level="2" />
</TestML>
Select which answer correctly belongs in (1) of the [XML Schema] document below.


  1. Option A
  2. Option B
  3. Option C
  4. Option D

Answer(s): D



Select the correct result of executing the [XQuery] on [example xml] referenced in a separate window.

  1. <result>
    <record>
    <name/>
    </record>

    <record>
    <name/>
    </record>
    </result>
  2. <result>
    <example>
    <record>
    <name/>
    </record>
    <record>
    <name/>

    </record>
    </example>
    </result>
  3. <result>
    <record>
    <name>John Smith</name>
    </record>
    <record>
    <name>Harold Jones</name>
    </record>
    </result>
  4. <result>
    <example>
    <record>
    <name>John Smith</name>
    </record>
    <record>
    <name>Harold Jones</name>
    </record>
    </example>
    </result>

Answer(s): A



Select which of the following is not a correct description regarding dynamic context defined by XQuery 1.0.

  1. Dynamic context is information that is available at the time the expression is evaluated
  2. The dynamic context consists of all the components of the static context (default element/type namespace, etc.), and additional components (context item, etc.)
  3. The value of context size (one of the dynamic context components) can be obtained using the "fn:last()" function
  4. Query prolog cannot be used to set the value for any of the dynamic context components

Answer(s): D






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

I10-003 Exam Discussions & Posts