<xsd:complexType name="ReferenceType" final="#all">
<xsd:annotation>
<xsd:documentation>The ReferenceType type is the type of all
reference elements within NIEM-conformant schemas. This type provides
a reference attribute, to reference an object defined elsewhere. It
includes an ID, as the link established by a reference element may
need to be identified, and it includes link metadata, as an element
of this type establishes a relationship between its context and the
referenced object. It does not contain metadata, as it does not
itself establish the existence of an object; it relies on a
definition located elsewhere.</xsd:documentation>
</xsd:annotation>
<xsd:attribute ref="s:id" />
<xsd:attribute ref="s:ref" />
<xsd:attribute ref="s:linkMetadata" />
</xsd:complexType>
|