complexType EntityNameType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of com:PhraseType
children com:B com:I com:O com:S com:U com:Sub com:Sup com:SmallCapital com:Ins com:Del com:OCRConfidenceData com:TransliterationName
used by
element com:EntityName
attributes
Name Type Use Default Fixed annotation
com:languageCode com:ExtendedISOLanguageCodeType
com:entityNameCategory com:EntityNameCategoryType
source <xsd:complexType name="EntityNameType" mixed="true">
<xsd:complexContent>
<xsd:extension base="com:PhraseType">
<xsd:sequence>
<xsd:element ref="com:TransliterationName" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
</xsd:sequence> <xsd:attribute ref="com:languageCode">
</xsd:attribute> <xsd:attribute ref="com:entityNameCategory">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>