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