誰もがtridionでの選択の実装を説明できますか
<xs:element name="person">
<xs:complexType>
<xs:choice>
<xs:element name="employee" type="employee"/>
<xs:element name="member" type="member"/>
</xs:choice>
</xs:complexType>
tridionのchoiceタグに関連する名前空間を誰かが提案できますか