complexType ClaimantBagType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Design
children com:PartyIdentifierBag dgn:Claimant
used by
element dgn:ClaimantBag
source <xsd:complexType name="ClaimantBagType">
<xsd:choice>
<xsd:element ref="com:PartyIdentifierBag" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="dgn:Claimant" maxOccurs="unbounded">
</xsd:element>
</xsd:choice>
</xsd:complexType>