<xsd:complexType name="ProgramType">
<xsd:annotation>
<xsd:documentation>A data type for a set of projects, activities, or services intended to meet a need.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="ActivityType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:ActivityType">
<xsd:sequence>
<xsd:element ref="nc:ProgramPerson" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramAction" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramCapacityText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramCondition" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramFacility" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramPubliclyRunIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramPurposeText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramReferral" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramAdministrator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramRelease" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramSupervisor" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramResidentialIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ProgramSupervisedIndicator" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|