nc:CapabilityType

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

Definition

A data type for an ability to complete a task or execute a course of action under specified condition and level of performance.

Diagram

XML Schema

<xs:complexType name="CapabilityType">
<xs:annotation>
<xs:documentation>
A data type for an ability to complete a task or execute a course of action under specified condition and level of performance.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:CapabilityEndDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CapabilityGeneralCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CapabilityIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CapabilityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CapabilityStartDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CapabilityCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CapabilityDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CapabilityIsLimitationIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CapabilityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>