structures:ObjectType

complexType ObjectType in namespace http://release.niem.gov/niem/structures/5.0/

Definition

A data type for a thing with its own lifespan that has some existence.

Diagram

XML Schema

<xs:complexType name="ObjectType" abstract="true">
<xs:annotation>
<xs:documentation>
A data type for a thing with its own lifespan that has some existence.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="structures:ObjectAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="structures:id"/>
<xs:attribute ref="structures:ref"/>
<xs:attribute ref="structures:uri"/>
<xs:attribute ref="structures:metadata"/>
<xs:attribute ref="structures:relationshipMetadata"/>
<xs:attribute ref="structures:sequenceID"/>
<xs:anyAttribute namespace="urn:us:gov:ic:ism urn:us:gov:ic:ntk" processContents="lax"/>
</xs:complexType>