complexType ClaimsType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:PageImage pat:DocumentURI pat:Claim pat:ImplicitClaim
used by
element pat:Claims
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID documentation
Unique identifier global to the entire document
com:languageCode com:ExtendedISOLanguageCodeType documentation
Two-letter code given to language names in ISO 639-1
source <xsd:complexType name="ClaimsType">
<xsd:choice>
<xsd:element ref="pat:PageImage" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="pat:DocumentURI" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="pat:Claim" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="pat:ImplicitClaim" maxOccurs="unbounded">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="com:id"/>
<xsd:attribute ref="com:languageCode"/>
</xsd:complexType>