From: <mcu...@us...> - 2007-10-23 17:56:42
|
Revision: 1160 http://orm.svn.sourceforge.net/orm/?rev=1160&view=rev Author: mcurland Date: 2007-10-23 10:54:38 -0700 (Tue, 23 Oct 2007) Log Message: ----------- Reverted inadvertent changes from [1159]. refs #96 Modified Paths: -------------- trunk/XML/OIAL/OIAL.csproj trunk/XML/OIAL/OIAL.xsd Modified: trunk/XML/OIAL/OIAL.csproj =================================================================== --- trunk/XML/OIAL/OIAL.csproj 2007-10-23 17:52:49 UTC (rev 1159) +++ trunk/XML/OIAL/OIAL.csproj 2007-10-23 17:54:38 UTC (rev 1160) @@ -11,9 +11,6 @@ <ItemGroup> </ItemGroup> <ItemGroup> - <None Include="KnowledgeLanguage.xsd"> - <SubType>Designer</SubType> - </None> <None Include="ORMDataTypes-Temporal.xsd"> <SubType>Designer</SubType> </None> Modified: trunk/XML/OIAL/OIAL.xsd =================================================================== --- trunk/XML/OIAL/OIAL.xsd 2007-10-23 17:52:49 UTC (rev 1159) +++ trunk/XML/OIAL/OIAL.xsd 2007-10-23 17:54:38 UTC (rev 1160) @@ -3,7 +3,6 @@ targetNamespace="http://schemas.orm.net/OIAL" xmlns:oil="http://schemas.orm.net/OIAL" xmlns:odt="http://schemas.orm.net/ORMDataTypes" - xmlns:kl="http://schemas.orm.net/ORM/KnowledgeLanguage" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" @@ -18,11 +17,10 @@ 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. </xs:appinfo> - <xs:appinfo source="Contributors">Kevin M. Owen, Corey Kaylor, Korvyn Dornseif, Jaron Briggs, Terry Halpin</xs:appinfo> + <xs:appinfo source="Contributors">Kevin M. Owen, Corey Kaylor, Korvyn Dornseif</xs:appinfo> </xs:annotation> <xs:import namespace="http://schemas.orm.net/ORMDataTypes"/> - <xs:import namespace="http://schemas.orm.net/ORM/KnowledgeLanguage"/> <xs:simpleType name="sourceRef"> <xs:restriction base="xs:string"/> @@ -145,7 +143,7 @@ <xs:attribute name="sourceRoleRef" use="optional" type="oil:sourceRef"> <xs:annotation> <xs:documentation>@sourceRoleRef is the @id of the role that led to the creation of this oil:informationType.</xs:documentation> - <xs:documentation>It will always be present, except for a single oil:informationType inside each oil:conceptType created for an orm:ValueType.</xs:documentation> + <xs:documentation>It will always be present, except for a single oil:informationType inside each conceptType created for an orm:ValueType.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |