complexType ClaimReferenceType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
children com:Ins com:Del
used by
element pat:ClaimReference
attributes
Name Type Use Default Fixed annotation
com:idrefs xsd:IDREFS
com:id xsd:ID
source <xsd:complexType name="ClaimReferenceType" mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="com:Ins">
</xsd:element>
<xsd:element ref="com:Del">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="com:idrefs"/>
<xsd:attribute ref="com:id"/>
</xsd:complexType>