svnno****@sourc*****
svnno****@sourc*****
2009年 9月 20日 (日) 21:57:04 JST
Revision: 3620 http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3620 Author: daisuke_m Date: 2009-09-20 21:57:04 +0900 (Sun, 20 Sep 2009) Log Message: ----------- begin/endScript要素の属性からidを削除。 Modified Paths: -------------- zeus/trunk/jiemamy-spec-core/src/main/resources/jiemamy-core.xsd Modified: zeus/trunk/jiemamy-spec-core/src/main/resources/jiemamy-core.xsd =================================================================== --- zeus/trunk/jiemamy-spec-core/src/main/resources/jiemamy-core.xsd 2009-09-20 12:49:15 UTC (rev 3619) +++ zeus/trunk/jiemamy-spec-core/src/main/resources/jiemamy-core.xsd 2009-09-20 12:57:04 UTC (rev 3620) @@ -467,7 +467,6 @@ <xsd:documentation xml:lang="ja-JP">開始スクリプト(このモデルのSQL表現を出力する直前に追加されるSQL文)</xsd:documentation> </xsd:annotation> <xsd:complexType mixed="true"> - <xsd:attribute name="id" type="uuidType" use="required" /> <xsd:attribute name="engine" type="fqcnType" use="optional" /> </xsd:complexType> </xsd:element> @@ -477,7 +476,6 @@ <xsd:documentation xml:lang="ja-JP">終了スクリプト(このモデルのSQL表現を出力する直後に追加されるSQL文)</xsd:documentation> </xsd:annotation> <xsd:complexType mixed="true"> - <xsd:attribute name="id" type="uuidType" use="required" /> <xsd:attribute name="engine" type="fqcnType" use="optional" /> </xsd:complexType> </xsd:element>