考虑如下的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>
出自:计算机科学