中国开发网: 论坛: 程序员情感CBD: 贴子 150367
JoJo
xs:choice, minOccurs
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:element name="Root">
<xs:complexType>
<xs:choice>
<xs:element name="Child" minOccurs="0"/>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录