diagram |
|
version |
1.0 |
namespace |
https://www.wipo.int/standards/XMLSchema/Patent/1 |
type |
pat:ApplicationBodyType |
children |
pat:PageImage pat:DocumentURI pat:Description pat:Claims pat:Abstract pat:Drawings |
attributes |
|
source |
<xsd:element name="ApplicationBody" type="pat:ApplicationBodyType"> <xsd:annotation>
|
<xsd:documentation> Body of a patent application </xsd:documentation> |
</xsd:annotation> <xsd:unique name="ComponentKey">
|
<xsd:selector xpath=".//*"> </xsd:selector> |
|
<xsd:field xpath="@com:id"> </xsd:field> |
</xsd:unique> <xsd:unique name="FigureKey">
|
<xsd:selector xpath=".//pat:Figure"> </xsd:selector> |
|
<xsd:field xpath="@com:id"> </xsd:field> |
</xsd:unique> <xsd:keyref name="CrossReferenceREFKey" refer="pat:ComponentKey">
|
<xsd:selector xpath=".//pat:CrossReference"> </xsd:selector> |
|
<xsd:field xpath="@idref"> </xsd:field> |
</xsd:keyref> <xsd:keyref name="FigureReferenceREFKey" refer="pat:FigureKey">
|
<xsd:selector xpath=".//pat:FigureReference"> </xsd:selector> |
|
<xsd:field xpath="@com:idref"> </xsd:field> |
</xsd:keyref> </xsd:element> |