【发布时间】:2013-02-14 18:41:42
【问题描述】:
如果我希望元素 complexType 具有变量属性名称、计数和值,它会是什么样子?
<mtd:attributes icon="remove" security="D" variable1="F" variable2="D"/>
我试过了:
<xsd:element name="attributes">
<xsd:complexType>
<xsd:anyAttribute/>
</xsd:complexType>
</xsd:element>
但它不这样做。
【问题讨论】: