complexType InventionTitleType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
type extension of pat:PhraseType
children pat:B pat:I pat:O pat:U pat:Sub pat:Sup pat:SmallCapital
used by
element pat:InventionTitle
attributes
Name Type Use Default Fixed annotation
id xsd:token
languageCode com:ExtendedISOLanguageCodeType
source <xsd:complexType name="InventionTitleType">
<xsd:complexContent>
<xsd:extension base="pat:PhraseType">
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:languageCode"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>