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