nc:ProgressType

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

Definition

A data type for a set of changes or advancements which bring someone closer to completing something.

Diagram

XML Schema

<xs:complexType name="ProgressType">
<xs:annotation>
<xs:documentation>
A data type for a set of changes or advancements which bring someone closer to completing something.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ProgressComplianceIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgressComplianceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgressPaymentAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgressTimeQuantityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgressAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>