diagram |
 |
namespace |
http://niem.gov/niem/proxy/xsd/2.0 |
type |
extension of xsd:string |
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 |
appinfo | <i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object"/> |
|
source |
<xsd:complexType name="string">
<xsd:annotation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attributeGroup ref="s:SimpleObjectAttributeGroup"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType> |