XML Schema中()标签用于定义复合类型。A、<simpleType>B、<attribute>C、<element>D、<complexType>
XML Schema中()标签用于定义复合类型。
- A、<simpleType>
- B、<attribute>
- C、<element>
- D、<complexType>
相关考题:
用xmlns属性定义命名空间时前缀有什么作用?把命名空间用于元素和属性有什么区别?怎样定义和使用默认的命名空间?Xml模式(Schema)这个词汇有哪些意义?Schema和DTD有什么区别?Schema提供哪两种方式来实现数据类型的定义?具体是怎样实现?Schema和XML文档有什么关系?Schema主要检验哪些方面内容?
关于XML的表述正确的是( )A.. XML是超文本标记语言,标准通用标记语言下的一个应用B. XML 的设计宗旨是显示数据C. XML 标签是被预定义的,用户不需要自己描述D. XML 标签没有被预定义,用户需要自行定义标签
如果一个XML文档存在以下()情况,我们称它为无效的xml文档。A、没有遵守XML规范定义的语法规则。B、遵守XML语法,但没有定义DTD或Schema。C、定义了DTD或Schema,但没有遵守DTD或Schema中定义的规则。D、定义的DTD或Schema不符合语法规范。
下列哪个是schema中的simpleType与complexType的一个区别是()。A、只有simpleType元素中可以使用restriction从其他类型继承。B、只有complexType元素中可以使用restriction从其他类型继承。C、只有simpleType的元素可以含有attribute。D、只有complexType的元素可以含有attribute。
如果在W3C XML Schema文档中定义了目标名称空间,要在XML文档中使用()引用该Schema文档。A、noNamespaceSchemaLocationB、LocationC、schemaLocationD、namespaceLocation
XML Schema文档中语句 : <element type=”name” minOccurs=“1” maxOccurs=”*”/> 中属性type的作用是()A、指定子元素的属性B、指定子元素的数据类型C、指定子元素是引用元素声明中name属性值为name的元素D、指定子元素名称
W3C XML Schema文档中,attribute元素的属性use值为()表示属性是可选的并且可以具有任何值。A、optionalB、prohibitedC、requiredD、fixed
考虑如下的XML.Schema示例 <xs:element name=”Price”><xs:complexType><xs:attribute name=”currency”type=”xs:string”/></xs:complexType></xs:element> 属性currency声明等同于下面选项()的DTD声明。A、<!ATTLISTPricecurrencyCDATA#REQUIRED>B、<!ATTLISTPricecurrencyCDATA#FIXED>C、<!ATTLISTPricecurrencyCDATA#IMPLIED>D、<!ATTLISTPricecurrencyPCDATA#IMPLIED>
在XML中,在Schema中,声明一个元素的属性的attribute元素有一个常用的属性use,use的取值有()。A、emptyB、requiredC、optionalD、fixedE、prohibited
在XML中,在Schema中,声明一个元素的属性的attribute元素有一个常用的属性use,use的取值不包括下列哪一项()。A、requiredB、optionalC、fixedD、prohibited
一个元素内容中既含有文本也含有子元素,应当怎样定义()A、<xs:element name="example" type=" xs:mixed ">B、<xs:element name="example"> <xs:complexType>C、<xs:element name="example"> <xs:complexType mixed="false">D、<xs:element name="example"> <xs:complexType mixed="true">
How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?()A、 Set the faultCode value to soap:TransactionB、 Include a Fault element in the SOAP messageC、 Include a mustUnderstand attribute in the header entryD、 Include a detail element containing application-specific elements according to the XML Schema
单选题How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?()A Set the faultCode value to soap:TransactionB Include a Fault element in the SOAP messageC Include a mustUnderstand attribute in the header entryD Include a detail element containing application-specific elements according to the XML Schema