element CrossReference
diagram
version V2_0
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type com:CrossReferenceType
properties
content complex
mixed true
children com:B com:I com:O com:S com:U com:Sub com:Sup com:SmallCapital com:Ins com:Del
used by
complexType pat:ClaimTextType com:DDType com:IPOASISEntryType com:PType
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID documentation
Unique identifier global to the entire document
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:extRef xsd:token documentation
It represents a reference to an identifier defined in the external document
com:crossReferenceCategory com:CrossReferenceCategoryType required documentation
Category of cross reference, e.g. table.
com:sourceURI xsd:anyURI documentation
A string of characters used to identify a name or a web resource
com:sourceSystemName xsd:string documentation
: The name of the content or document management system that contains the source file or document
com:sourceSystemIdentifier xsd:token documentation
A unique identifier of the source file or source document in the content or document management system
annotation
documentation
Cross Reference is used to refer to another part of the current document or refer to something else that is outside of the current document. For referring to ‘figure’ which is in the same document, com:FigureReference should be used. For referring to ‘claim’ within ‘claim text’, ClaimReference should be used.
source <xsd:element name="CrossReference" type="com:CrossReferenceType">
<xsd:annotation>
<xsd:documentation>
Cross Reference is used to refer to another part of the current document or refer to something else that is outside of the current document. For referring to ‘figure’ which is in the same document, com:FigureReference should be used. For referring to ‘claim’ within ‘claim text’, ClaimReference should be used.
</xsd:documentation>
</xsd:annotation>
</xsd:element>