快速提问,我知道我可以选择元素,所以需要其中一个,这很好。
可以用属性做到这一点吗?简单的样本...
<xs:element name="date" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:choice>
<xs:attribute name="monthid" type="id" use="optional" />
<xs:attribute name="weekendid" type="id" use="optional" />
</xs:choice>
</xs:complexType>
</xs:element>
从我一直在阅读的内容来看,这是不可能的......但我可能是错的!