The type SId is used throughout SBML as the type of the 'id' attributes on model elements. |
<xsd:simpleType name="SId"> <xsd:annotation> <xsd:documentation>The type SId is used throughout SBML as the type of the 'id' attributes on model elements.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:pattern value="(_|[a-z]|[A-Z])(_|[a-z]|[A-Z]|[0-9])*"/> </xsd:restriction> </xsd:simpleType> |