complexType HeadingType
diagram
version V2_1
namespace https://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
used by
element com:Heading
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
com:headingLevelCode com:HeadingLevelCodeType
source <xsd:complexType name="HeadingType" mixed="true">
<xsd:complexContent>
<xsd:extension base="com:PhraseType">
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:headingLevelCode"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>