complexType LegalEntityType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:LegalEntityName com:NationalLegalEntityCode com:NationalityCode com:IncorporationCountryCode com:IncorporationState
used by
complexType tmk:ApplicantType tmk:AssigneeType tmk:AssignorType tmk:ClaimantType tmk:LicenseeType tmk:PlaintiffType com:RepresentativeType
source <xsd:complexType name="LegalEntityType">
<xsd:annotation>
<xsd:documentation>
A container to hold the details about a legal entity
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="com:LegalEntityName">
</xsd:element>
<xsd:element ref="com:NationalLegalEntityCode" minOccurs="0">
</xsd:element>
<xsd:element ref="com:NationalityCode" minOccurs="0">
</xsd:element>
<xsd:element ref="com:IncorporationCountryCode" minOccurs="0">
</xsd:element>
<xsd:element ref="com:IncorporationState" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>