complexType ApplicationBodyType
diagram
version V2_1
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
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: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>