stat:AgentInRoleType

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

Definition

A data type for an agent acting in a specific role.

Diagram

XML Schema

<xs:complexType name="AgentInRoleType">
<xs:annotation>
<xs:documentation>
A data type for an agent acting in a specific role.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:Agent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ArtifactDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ArtifactName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:Role" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:AgentInRoleAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>