nc:ProgramType

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

Definition

A data type for a set of projects, activities, or services intended to meet a need.

Diagram

XML Schema

<xs:complexType name="ProgramType">
<xs:annotation>
<xs:documentation>
A data type for a set of projects, activities, or services intended to meet a need.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ProgramPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramAction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramCapacityQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramCondition" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramFacility" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramPubliclyRunIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramPurposeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramReferral" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramAdministrator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramRelease" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramSupervisor" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramResidentialIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramSupervisedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ProgramAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>