diagram |
 |
namespace |
http://niem.gov/niem/structures/2.0 |
properties |
|
used by |
|
attributes |
Name | Type | Use | Default | Fixed | annotation | id | | | | | documentation | The id attribute is used to define XML IDs for
NIEM objects. These IDs may be targets of reference elements,
metadata attributes, and link metadata
attributes. |
| ref | | | | | documentation | The ref attribute is used by reference elements in
NIEM to refer to an object via an ID reference, rather than including
the object itself as element content. |
| linkMetadata | | | | | documentation | The linkMetadata attribute allows an element to
point to metadata that affects the relationship between the context
and the value of the object. |
|
|
annotation |
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. |
|
source |
<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> |