complexType EmbodimentExampleType
diagram
version V4_0
namespace http://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:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>