complexType ClaimsType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:PageImage pat:DocumentURI pat:Claim com:P
used by
element pat:Claims
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
com:languageCode com:ExtendedISOLanguageCodeType
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:choice maxOccurs="unbounded">
<xsd:element ref="pat:Claim">
</xsd:element> <xsd:element ref="com:P">
</xsd:element>
</xsd:choice>
</xsd:choice> <xsd:attribute ref="com:id">
</xsd:attribute> <xsd:attribute ref="com:languageCode">
</xsd:attribute>
</xsd:complexType>