Index Changes
For historically reason, we continue maintaining another namespace of identification extension but we highly recommend you to use the latest version to annotate component version info because the old namespace doesn't define any element or attribute for component version info. This is the old deprecated xsd:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.sun.com/jbi/descriptor/identification" targetNamespace="http://www.sun.com/jbi/descriptor/identification" 
elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="VersionInfo" type="tns:VersionInfoType"/>
	<xs:complexType name="VersionInfoType">
		<xs:attribute name="specification-version" type="xs:string"/>
		<xs:attribute name="build-number" type="xs:string"/>
	</xs:complexType>
</xs:schema>

JSPWiki v2.4.100
[RSS]
« Home Index Changes Prefs
This page (revision-2) was last changed on 10-Sep-08 16:44 PM, -0700 by jun yang