[Musashi-devel 34] Re: GraphID

Back to archive index

Takashi Washio washi****@ar*****
2004年 8月 23日 (月) 11:02:31 JST


羽室先生

返信が大変遅くなりすみません。原稿書きに週末埋もれてました。
以下、グラフにIDだけでなく、グラフそのものにラベル(フィールド名や値)
をつけるということですね。あれば便利と思います。ただこれらは
use="optional"にした方がいいと思います。"value"はtype="xs:string"
としたのは、数字ばかりでなく何でも書けるようにですね?

鷲尾

>Graph要素について質問(提案)があります。
>現在Graph要素で示される各グラフの識別はgraphID属性でおこなうようになっています。
>これはよいのですが、そのIDに対するラベルを記述できるようにしてはと思うのですがどうでしょうか?
>
>たぶん以下のような感じになると思うのですが。。。
>
><xs:element name="Graph">
>  <xs:complexType>
>    <xs:sequence>
>      <xs:element ref="GraphLabel" minOccurs="0" maxOccurs="unbounded" />
>      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded" /> 
>      <xs:element ref="Vertex" minOccurs="0" maxOccurs="unbounded" /> 
>      <xs:element ref="Edge" minOccurs="0" maxOccurs="unbounded" /> 
>    </xs:sequence>
>    <xs:attribute name="graphId" type="xs:int" use="optional" /> 
>    <xs:attribute name="graphType" type="GRAPH-TYPE" use="optional" /> 
>  </xs:complexType>
></xs:element>
>
>
><xs:element name="GraphLabel">
>  <xs:attribute name="field" type="xs:string" /> 
>  <xs:attribute name="value" type="xs:string" /> 
></xs:element>
>
>よろしくお願いします。
>
>----
>Yukinobu Hamuro  hamur****@adm*****
>_______________________________________________
>Musashi-devel mailing list
>Musas****@lists*****
>http://lists.sourceforge.jp/mailman/listinfo/musashi-devel





Musashi-devel メーリングリストの案内
Back to archive index