Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Correct typo in EXTENSION-SubmissionCertificationType enumeration;

...

Code Block
languagexml
. . .
	<xs:annotation>
		<xs:documentation>===== Enumerations =====</xs:documentation>
	</xs:annotation>
	<xs:simpleType name="EXTENSION-SubmissionCertificationType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="Official"/>
			<xs:enumeration value="nofficialUnofficial"/>
		</xs:restriction>
	</xs:simpleType>
. . .

...