complexType  ClaimNumberBagType  
diagram
version V8_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Patent
children   pat:ClaimNumber pat:ClaimNumberRange pat:AmendedClaimNumber pat:AmendedClaimNumberRange 
used by
element     pat:ClaimNumberBag pat:CompliantClaimNumberRange pat:NotCompliantClaimNumberRange pat:RelatedClaimBag 
attributes
Name   Type   Use   Default   Fixed   annotation
com:id    xsd:ID                
source <xsd:complexType  name="ClaimNumberBagType">
<xsd:choice  maxOccurs="unbounded">
<xsd:choice>
<xsd:element  ref="pat:ClaimNumber">
</xsd:element> <xsd:element  ref="pat:ClaimNumberRange">
</xsd:element>
</xsd:choice> <xsd:choice>
<xsd:element  ref="pat:AmendedClaimNumber">
</xsd:element> <xsd:element  ref="pat:AmendedClaimNumberRange">
</xsd:element>
</xsd:choice>
</xsd:choice> <xsd:attribute  ref="com:id">
</xsd:attribute>
</xsd:complexType>