complexType ClaimantBagType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Trademark/1
children com:ClaimantIdentifierBag tmk:Claimant
used by
element tmk:ClaimantBag
source <xsd:complexType name="ClaimantBagType">
<xsd:sequence>
<xsd:choice>
<xsd:element ref="com:ClaimantIdentifierBag" maxOccurs="unbounded"/>
<xsd:element ref="tmk:Claimant" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>