I10-001 試験問題を無料オンラインアクセス
| 試験コード: | I10-001 |
| 試験名称: | XML Master Basic V2 |
| 認定資格: | XML Master |
| 無料問題数: | 129 |
| 更新日: | 2026-07-31 |
Press the Exhibit button to view "XML Schema Document". Which of the following is a valid XML document with respect to "XML Schema Document".
Select the value that is not allowed when applying a restriction to an XML Schema with respect to the pattern below. Assume the Schema namespace prefix is "xs".
<xs:simpleType name="No_type">
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z]{2}\d{7}"/>
</xs:restriction>
</xs:simpleType>
Select which of the following correctly describes an element type declaration that includes either the "home" element or the "mobile" element as a child element of the "telephone_number" element.
Select which of the following is correct with respect to validating XML processors and non-validating XML processors.