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