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