complexType InventionTitleType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
type extension of com:PhraseType
properties
base com:PhraseType
children com:B com:I com:O com:S com:U com:Sub com:Sup com:SmallCapital com:Ins com:Del
used by
element pat:InventionTitle
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID documentation
Unique identifier global to the entire document
com:languageCode com:ExtendedISOLanguageCodeType documentation
Two-letter code given to language names in ISO 639-1
pat:inventionTitleCategory pat:InventionTitleCategoryType documentation
Describes the type of invention title
source <xsd:complexType name="InventionTitleType">
<xsd:complexContent>
<xsd:extension base="com:PhraseType">
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:languageCode"/>
<xsd:attribute ref="pat:inventionTitleCategory"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>