complexType EmbodimentExampleType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
type extension of com:ContentType
children com:Heading com:P
used by
element pat:EmbodimentExample
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
pat:exampleNumber xsd:string
source <xsd:complexType name="EmbodimentExampleType">
<xsd:complexContent>
<xsd:extension base="com:ContentType">
<xsd:attribute ref="pat:exampleNumber"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>