element ApplicationBody
diagram
version 0.9
namespace https://www.wipo.int/standards/XMLSchema/Patent/0
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:keyref name="CrossReferenceREFKey" refer="pat:ComponentKey">
<xsd:selector xpath=".//CrossReference">
</xsd:selector>
<xsd:field xpath="@idref">
</xsd:field>
</xsd:keyref>
</xsd:element>