要素 RandomAmount_ を適切に定義するにはどうすればよいですか
//RandomAmount が RandomAmount_1 から RandomAmount_N の場合
<xs:element name="RandomAmount">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element type="xs:float" name="RandomAmount_" />
</xs:choice>
</xs:complexType>
</xs:element>
RandomAmount の名前を = " RandomAmount_* " にしてトリックを実行する必要があると思いますが、うまくいきません。