element  ApplicationBody 
diagram
versionV3_0
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Patent
typepat:ApplicationBodyType
childrenpat:PageImage  pat:DocumentURI  pat:Description  pat:ClaimStatement  pat:Claims  pat:Abstract  pat:Drawings  com:EndnoteBag  com:FootnoteBag
attributes
Name  Type Use Default Fixed annotation
com:id xsd:ID        
com:fileReferenceIdentifier xsd:token        
pat:originalLanguageCode com:ExtendedISOLanguageCodeType        
pat:translatorCategory pat:TranslatorCategoryType        
com:languageCode com:ExtendedISOLanguageCodeType required      
com:receivingOffice com:ExtendedWIPOST3CodeType required      
com:documentFileName xsd:string        
pat:softwareVersionNumber xsd:string        
pat:applicationBodyStatus xsd:anySimpleType        
com:st96Version xsd:token required   V3_0  
com:ipoVersion xsd:token        
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 | pat:Drawings">
</xsd:selector> <xsd:field  xpath="@com:id">
</xsd:field>
</xsd:unique>
</xsd:element>