complexType RepresentativeBagType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:PartyIdentifierBag com:Representative
used by
element com:RepresentativeBag
source <xsd:complexType name="RepresentativeBagType">
<xsd:choice>
<xsd:element ref="com:PartyIdentifierBag" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="com:Representative" maxOccurs="unbounded">
</xsd:element>
</xsd:choice>
</xsd:complexType>