<Performance>
<grouping usingTarget="M/R" />
<state code="test"/>
<state code="test2"/>
</Performance>
次の XML スキーマを記述して、1 つの (必須の)grouping
タグのみを指定できるようにするにはどうすれstate
ばよいですか?
現在、追加のグループ化タグを許可するこれがあります。
<xsi:complexType name="PerformanceType">
<xsi:choice minOccurs="1" maxOccurs="unbounded">
<xsi:element ref="grouping" minOccurs="1" maxOccurs="1" />
<xsi:element ref="client" />
</xsi:choice>
</xsi:complexType>