complexType ApplicationBodyType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:PageImage pat:DocumentURI pat:Description pat:ClaimStatement pat:Claims pat:Abstract pat:Drawings
used by
element pat:ApplicationBody
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
source <xsd:complexType name="ApplicationBodyType">
<xsd:choice>
<xsd:element ref="pat:PageImage" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="pat:DocumentURI" maxOccurs="unbounded">
</xsd:element>
<xsd:sequence>
<xsd:element ref="pat:Description"/>
<xsd:element ref="pat:ClaimStatement" minOccurs="0"/>
<xsd:element ref="pat:Claims"/>
<xsd:element ref="pat:Abstract" minOccurs="0"/>
<xsd:element ref="pat:Drawings" minOccurs="0"/>
</xsd:sequence>
</xsd:choice>
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:fileReferenceIdentifier"/>
<xsd:attribute ref="pat:originalLanguageCode"/>
<xsd:attribute ref="pat:translatorCategory"/>
<xsd:attribute ref="com:languageCode" use="required"/>
<xsd:attribute ref="com:receivingOffice" use="required"/>
<xsd:attribute ref="com:documentFileName"/>
<xsd:attribute ref="pat:softwareVersionNumber"/>
<xsd:attribute ref="pat:applicationBodyStatus"/>
<xsd:attribute ref="com:st96Version" use="required"/>
<xsd:attribute ref="com:ipoVersion"/>
</xsd:complexType>