XML Schema两种重要的模型是Microsoft XML Schema和()。

XML Schema两种重要的模型是Microsoft XML Schema和()。


相关考题:

简述UDDI XML Schema定义的数据类型以及其中包含的数据。

XML DTD与XML SCHEMA的功能特点及两者之间主要区别

下面哪项不是XML的三种显示样式() A、CSSB、XSLC、DataIslandD、Schema

用xmlns属性定义命名空间时前缀有什么作用?把命名空间用于元素和属性有什么区别?怎样定义和使用默认的命名空间?Xml模式(Schema)这个词汇有哪些意义?Schema和DTD有什么区别?Schema提供哪两种方式来实现数据类型的定义?具体是怎样实现?Schema和XML文档有什么关系?Schema主要检验哪些方面内容?

关于XML Schema与DTD的表述不正确的是( ) A. 一个XML文档可以调用多种schema文档B. XML Schema在代码的重用性和可扩展方面优于DTDC. 一个XML文档只能使用一个DTD文档D. 一个XML文档可以使用多个DTD文档

XML Schema数据类型分为()和复杂类型两种。

XML Schema规定XML文档实例的()和每个元素/属性的数据类型。

XML使用()或者Schema来描述数据。

如果一个XML文档存在以下()情况,我们称它为无效的xml文档。A、没有遵守XML规范定义的语法规则。B、遵守XML语法,但没有定义DTD或Schema。C、定义了DTD或Schema,但没有遵守DTD或Schema中定义的规则。D、定义的DTD或Schema不符合语法规范。

XML Schema定义了XML文档的结构。

W3C XML Schema数据类型分为()和复杂类型两种。

在XML文档中引入Schema文件的属性名称为()。

什么是XML文档的有效性?XML Schema与DTD相比,Schema的优势有哪些?

如果在W3C XML Schema文档中定义了目标名称空间,要在XML文档中使用()引用该Schema文档。A、noNamespaceSchemaLocationB、LocationC、schemaLocationD、namespaceLocation

通过DTD或是XML Schema验证的XML文档称为()的XML文档。

XML Schema simpleType 元素用于定义XML文档中元素的子元素及其属性。

XML Schema文档本身就是XML文档。

Microsoft XML Schema和W3C XML Schema分别使用Attribute Type和()声明XML文档属性。

在Microsoft XML Schema使用数据类型,引用的名称空间是urn:schemas-microsoft-com:()。A、datatypeB、xml-dataC、xml-msdataD、xslt

一个XML文档如果符合它的XML Schema文档的定义,称它为()A、结构良好的XML文档B、有效的XML文档

XML Schema是用一套预先规定的XML元素和属性创建的,这些元素和属性定义了XML文档的()和内容模式。

XML Schema规定XML文档实例的结构和每个元素/属性的()。

Microsoft XML Schema文档中的根元素用()声明。A、schemaB、SchemaC、xsd:schemaD、xsi:schema

XML Schema是用一套预先规定的XML元素和属性创建的,这些元素和属性定义了XML文档的结构和()。

Schema与DTD的相同之处有()。A、基于XML语法B、支持命名空间C、可扩展D、对XML文档结构进行验证

You create a Web application to process XML documents. The Web application receives XML document files from several sources, reads them, and stores them in a Microsoft SQL Server database. The Web application parses all incoming data files to ensure that they conform to an XML schema. You need to find all validation errors in the XML document. What should you do?()A、Load the XML data by using an instance of the XmlDocument class and specify a location for the application schema.B、Configure the ValidationEventHandler in the XmlReaderSettings of the XmlReader object.C、Read the XML file into a DataSet object and set the EnforceConstraints property to True.D、Read the XML file into a DataSet object. Handle the DataSet.MergeFailed event to parse the data that does not conform to the XML schema.

填空题XML使用()或者Schema来描述数据。