element ApplicationBody
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
type pat:ApplicationBodyType
children pat:PageImage pat:DocumentURI pat:Description pat:ClaimStatement pat:Claims pat:Abstract pat:Drawings
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 V2_1
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>