complexType ClaimType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Patent/1
children pat:ClaimNumber pat:ClaimText
used by
element pat:Claim
attributes
Name Type Use Default Fixed annotation
id xsd:token
source <xsd:complexType name="ClaimType">
<xsd:sequence>
<xsd:element ref="pat:ClaimNumber">
</xsd:element>
<xsd:element ref="pat:ClaimText" maxOccurs="unbounded">
</xsd:element>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
</xsd:complexType>