element ApplicationBody
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
Name Type Use Default Fixed annotation
id xsd:token
fileReferenceIdentifier xsd:token
originalLanguageCode com:ExtendedISOLanguageCodeType
translatorCategory pat:TranslatorCategoryType
languageCode com:ExtendedISOLanguageCodeType required
receivingOffice com:ExtendedWIPOST3CodeType required
fileName xsd:string
softwareVersionNumber xsd:string
applicationBodyStatus xsd:anySimpleType
schemaVersion xsd:token required
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>