Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XML スキーマ モデルを実装していますが、特定の制限を行う方法がわかりません...
次のように、単純な要素として表示されることもあれば、複雑な要素として表示されることもある xml 要素があります。
<A> <Element>hello</Element> </A>
または
<A> <Element name="dsa"/> </A>
一部の要素は、XML スキーマで単純な要素と複雑な要素の両方として表示できると断言できますか?
事前にThx