complexType ClaimReferenceType
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Patent
properties
mixed true
children com:Ins com:Del
used by
element pat:ClaimReference
attributes
Name Type Use Default Fixed annotation
com:idrefs xsd:IDREFS documentation
It represents whitespace-separated lists of references to identifiers that are defined using the xsd:ID datatype in the current document
com:id xsd:ID documentation
Unique identifier global to the entire document
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>