Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using this new type, the StudentAcademicRecord is extended as follows:

Code Block
languagexml
<xs:complexType name=”EXTENSION-StudentAcademicRecordExtension”>
	<xs:complexContent>
		<xs:extension base=”StudentAcademicRecord”>
			<xs:sequence>
				<xs:element name=”SubmissionCertification” type=”EXTENSION-SubmissionCertificationType”/>
			</xs:sequence>
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

...