nc:StatusType

complexType StatusType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a state of something or someone.

Diagram

XML Schema

<xs:complexType name="StatusType">
<xs:annotation>
<xs:documentation>
A data type for a state of something or someone.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:StatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:StatusCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:StatusDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:StatusIssuerIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:StatusIssuerText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:StatusDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:StatusAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>