「アカウント」要素の下に少なくとも 1 つの選択肢を義務付けることは可能ですか? (または) 「アカウント」要素の下で 1 つの選択肢をデフォルトにすることは可能ですか?
<xs:element name="Account">
<xs:complexType>
<xs:choice>
<xs:element name="User" type="tns:users"/>
<xs:element name="Group" type="tns:groups"/>
</xs:choice>
</xs:complexType>
</xs:element>