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