From: Dagmar K. <da...@eb...> - 2009-02-03 13:39:33
|
Frank Bergmann wrote: > > > - Inheritances differ in OM and schema, see for example curve and > surface. > - for notes and annotations, which are currently strings, it might be > nice to use more than simple strings. If I were to use annotations, > I'd rather use a block of xml ... good news, mike has gone through the > trouble before and the sbml schema has the needed specification: > > <xsd:sequence> > <xsd:element name="notes" minOccurs="0"> > <xsd:complexType> > <xsd:sequence> > <xsd:any namespace="http://www.w3.org/1999/xhtml" > processContents="skip" > minOccurs="0" maxOccurs="unbounded"/> > </xsd:sequence> > </xsd:complexType> > </xsd:element> > <xsd:element name="annotation" minOccurs="0"> > <xsd:complexType> > <xsd:sequence> > <xsd:any processContents="skip" > minOccurs="0" maxOccurs="unbounded"/> > </xsd:sequence> > </xsd:complexType> > </xsd:element> > </xsd:sequence> Changed according to Franks suggestion - in the sedml-tmp.xsd on SF /Dagmar |