stat:IdentifiableArtifactType

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

Definition

A data type for an abstract class that comprises the basic attributes and associations needed for identification, naming and other documentation.

Diagram

XML Schema

<xs:complexType name="IdentifiableArtifactType">
<xs:annotation>
<xs:documentation>
A data type for an abstract class that comprises the basic attributes and associations needed for identification, naming and other documentation.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:AdministrativeDetails" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ArtifactAdministeringAgentInRole" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ArtifactDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ArtifactID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ArtifactLocalID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ArtifactName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ArtifactVersionDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ArtifactVersionRationaleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ArtifactVersionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:IdentifiableArtifactAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>