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. |
| metadata | | | | | documentation | The attribute metadata allows an object to point
to metadata that affects itself. |
| 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 ComplexObjectType type provides a base class
for object definition, association definitions, and external adapter
type definitions. An instance of one of these types may have an ID.
It may have metadata as it establishes the existence of an object
(maybe a conceptual object). It may also have link metadata, as an
element of one of these types establishes a relationship between its
value and its context. |
|
source |
<xsd:complexType name="ComplexObjectType" abstract="true">
<xsd:annotation>
<xsd:documentation>The ComplexObjectType type provides a base class
for object definition, association definitions, and external adapter
type definitions. An instance of one of these types may have an ID.
It may have metadata as it establishes the existence of an object
(maybe a conceptual object). It may also have link metadata, as an
element of one of these types establishes a relationship between its
value and its context.</xsd:documentation>
</xsd:annotation>
<xsd:attribute ref="s:id"/>
<xsd:attribute ref="s:metadata"/>
<xsd:attribute ref="s:linkMetadata"/>
</xsd:complexType> |