complexType ImplicitClaimType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children pat:ClaimStatusCategory pat:ClaimNumber pat:ClaimNumberRange
used by
element pat:ImplicitClaim
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="ImplicitClaimType">
<xsd:sequence>
<xsd:element ref="pat:ClaimStatusCategory">
</xsd:element>
<xsd:choice>
<xsd:element ref="pat:ClaimNumber"/>
<xsd:element ref="pat:ClaimNumberRange"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute ref="com:id"/>
</xsd:complexType>