何かのようなもの....
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<element name="myRootElement">
<complextype>
<sequence>
<import namespace="namespace1" schemaLocation="xsd/schema1.xsd" />
<import namespace="namespace2" schemaLocation="xsd/schema2.xsd" />
ここでは、このセクション内でインポートとインクルードが許可されていないため、参照などを使用する必要がある2つのスキーマが必要であり、両方のルート要素を1つとして使用したい....(myRootElement)どのような方法を使用できますか
</sequence>
</complextype>
</element>
</schema>
</wsdl:types>