stat:ChangeEventType

complexType ChangeEventType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/

Definition

A data type for a change that has occurred to an identifiable artifact. It relates to the information object(s) that have been affected.

Diagram

XML Schema

<xs:complexType name="ChangeEventType">
<xs:annotation>
<xs:documentation>
A data type for a change that has occurred to an identifiable artifact. It relates to the information object(s) that have been affected.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:ChangeAppliesToIdentifiableArtifact" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ChangeAttributedToAgentInRole" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ChangeCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ChangeDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ChangeID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ChangeEventAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>