j:EducationalActivityType
complexType EducationalActivityType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/
Definition
A data type for any event or activity in the process of an education course and programs.
Diagram
XML Schema
<xs:complexType name="EducationalActivityType">
<xs:annotation>
<xs:documentation>
A data type for any event or activity in the process of an education course and programs.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="j:EducationalActivityDocumentedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EducationalActivityFullTimeIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EducationalActivityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>