【发布时间】:2013-07-25 00:43:15
【问题描述】:
我有带有元素的 xml:
<attribute name="attributeName1"
type="typeName1">value1</attribute>
...
<attribute name="attributeName2"
type="typeName2">
<row order="1">
<attribute name="attributeName3"
type="typeName3">value3</attribute>
...
</row>
...
</attribute>
如何在 xsd-schema 中声明这些元素?
【问题讨论】: