element ApplicationBody
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
type pat:ApplicationBodyType
properties
content complex
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 documentation
Unique identifier global to the entire document
com:fileReferenceIdentifier xsd:token documentation
Applicant's reference number
pat:originalLanguageCode com:ExtendedISOLanguageCodeType documentation
Original language
pat:translatorCategory pat:TranslatorCategoryType documentation
Category of translation
com:languageCode com:ExtendedISOLanguageCodeType required documentation
Two-letter code given to language names in ISO 639-1
com:receivingOffice com:ExtendedWIPOST3CodeType required documentation
Receiving office or office of origin
com:documentFileName xsd:string documentation
Name of the referred file
pat:softwareVersionNumber xsd:string documentation
Version of the software used to create the instance
pat:applicationBodyStatus xsd:anySimpleType documentation
Status of application body
com:st96Version xsd:token required V2_0 documentation
A specific release version of ST.96 XML Schema
com:ipoVersion xsd:token documentation
A specific version of an IPO’s implemented XML schema
identity contstraints
Name Refer Selector Field(s)
unique ComponentKey .//*
@com:id
unique FigureKey .//pat:Figure | pat:Drawings
@com:id
annotation
documentation
Body of a patent application
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>