[Musashi-devel 30] GraphID

Back to archive index

Yukinobu Hamuro hamur****@adm*****
2004年 8月 20日 (金) 16:27:09 JST


鷲尾先生、羽室です。

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 メーリングリストの案内
Back to archive index