Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema CopasiML.xsd
Namespace http://www.copasi.org/static/schema
Properties
attribute form default unqualified
element form default qualified
Element schema:COPASI
Namespace http://www.copasi.org/static/schema
Annotations
This is the only top element of a CopasiML file. It contains the models as
well as the task information.
Diagram
Diagram CopasiML_xsd.tmp#COPASI_versionMajor CopasiML_xsd.tmp#COPASI_versionMinor CopasiML_xsd.tmp#COPASI_versionDevel CopasiML_xsd.tmp#COPASI_copasiSourcesModified CopasiML_xsd.tmp#ListOfFunctions CopasiML_xsd.tmp#Model CopasiML_xsd.tmp#ListOfTasks CopasiML_xsd.tmp#ListOfReports CopasiML_xsd.tmp#ListOfPlots CopasiML_xsd.tmp#GUI CopasiML_xsd.tmp#ListOfLayouts CopasiML_xsd.tmp#SBMLReference CopasiML_xsd.tmp#ListOfUnitDefinitions
Properties
content complex
Model
Children schema:GUI, schema:ListOfFunctions, schema:ListOfLayouts, schema:ListOfPlots, schema:ListOfReports, schema:ListOfTasks, schema:ListOfUnitDefinitions, schema:Model, schema:SBMLReference
Instance
<schema:COPASI copasiSourcesModified="" versionDevel="" versionMajor="" versionMinor="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ListOfFunctions>{0,1}</schema:ListOfFunctions>
  <schema:Model areaUnit="" avogadroConstant="" key="" lengthUnit="" name="" quantityUnit="" simulationType="" timeUnit="" type="" volumeUnit="">{0,1}</schema:Model>
  <schema:ListOfTasks>{0,1}</schema:ListOfTasks>
  <schema:ListOfReports>{0,1}</schema:ListOfReports>
  <schema:ListOfPlots>{0,1}</schema:ListOfPlots>
  <schema:GUI>{0,1}</schema:GUI>
  <schema:ListOfLayouts>{0,1}</schema:ListOfLayouts>
  <schema:SBMLReference file="">{0,1}</schema:SBMLReference>
  <schema:ListOfUnitDefinitions>{0,1}</schema:ListOfUnitDefinitions>
</schema:COPASI>
Attributes
QName Type Use
copasiSourcesModified xs:boolean required
versionDevel xs:integer required
versionMajor xs:integer required
versionMinor xs:integer required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.copasi.org/static/schema'
Source
<xs:element name="COPASI">
  <xs:annotation>
    <xs:documentation>This is the only top element of a CopasiML file. It contains the models as well as the task information.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:ListOfFunctions"/>
      <xs:element minOccurs="0" ref="schema:Model"/>
      <xs:element minOccurs="0" ref="schema:ListOfTasks"/>
      <xs:element minOccurs="0" ref="schema:ListOfReports"/>
      <xs:element minOccurs="0" ref="schema:ListOfPlots"/>
      <xs:element minOccurs="0" ref="schema:GUI"/>
      <xs:element minOccurs="0" ref="schema:ListOfLayouts"/>
      <xs:element minOccurs="0" ref="schema:SBMLReference"/>
      <xs:element minOccurs="0" ref="schema:ListOfUnitDefinitions"/>
      <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="skip">
        <xs:annotation>
          <xs:documentation>We explicitedly allow the addition of elements which are not in the CopasiML name space so that this may be expandend by other user to suit their needs.</xs:documentation>
        </xs:annotation>
      </xs:any>
    </xs:sequence>
    <xs:attribute name="versionMajor" use="required" type="xs:integer"/>
    <xs:attribute name="versionMinor" use="required" type="xs:integer"/>
    <xs:attribute name="versionDevel" use="required" type="xs:integer"/>
    <xs:attribute name="copasiSourcesModified" use="required" type="xs:boolean"/>
    <xs:anyAttribute namespace="##other" processContents="skip"/>
  </xs:complexType>
</xs:element>
Element schema:ListOfFunctions
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Function CopasiML_xsd.tmp#listOfFunctions.datatype
Type schema:listOfFunctions.datatype
Properties
content complex
Used by
Element schema:COPASI
Model
Children schema:Function
Instance
<schema:ListOfFunctions xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Function key="" name="" reversible="" type="">{1,unbounded}</schema:Function>
</schema:ListOfFunctions>
Source
<xs:element name="ListOfFunctions" type="schema:listOfFunctions.datatype"/>
Element schema:Function
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#Function_key CopasiML_xsd.tmp#Function_type CopasiML_xsd.tmp#Function_reversible CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#Expression CopasiML_xsd.tmp#ListOfParameterDescriptions
Properties
content complex
Used by
Model
Children schema:Comment, schema:Expression, schema:ListOfParameterDescriptions, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation
Instance
<schema:Function key="" name="" reversible="" type="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MiriamAnnotation>{0,1}</schema:MiriamAnnotation>
  <schema:Comment>{0,1}</schema:Comment>
  <schema:ListOfUnsupportedAnnotations>{0,1}</schema:ListOfUnsupportedAnnotations>
  <schema:Expression>{1,1}</schema:Expression>
  <schema:ListOfParameterDescriptions>{0,1}</schema:ListOfParameterDescriptions>
</schema:Function>
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
reversible restriction of xs:string required
type restriction of xs:string required
Source
<xs:element name="Function">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="schema:annotation.datatype"/>
      <xs:element ref="schema:Expression"/>
      <xs:element minOccurs="0" ref="schema:ListOfParameterDescriptions"/>
    </xs:sequence>
    <xs:attributeGroup ref="schema:name.attribute"/>
    <xs:attribute name="key" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:ID">
          <xs:pattern value="Function_\d+"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="type" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="MassAction"/>
          <xs:enumeration value="PreDefined"/>
          <xs:enumeration value="UserDefined"/>
          <xs:enumeration value="Function"/>
          <xs:enumeration value="Expression"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="reversible" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="unspecified"/>
          <xs:enumeration value="true"/>
          <xs:enumeration value="false"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element schema:MiriamAnnotation
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#rdf.datatype
Type schema:rdf.datatype
Properties
content complex
Used by
Model
ANY element from namespace(s) 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
Source
<xs:element name="MiriamAnnotation" type="schema:rdf.datatype"/>
Element schema:Comment
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#xhtml.datatype
Properties
content complex
mixed true
Used by
Model
ANY element from namespace(s) 'http://www.w3.org/1999/xhtml'
Source
<xs:element name="Comment">
  <xs:complexType mixed="true">
    <xs:group minOccurs="0" ref="schema:xhtml.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:ListOfUnsupportedAnnotations
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#UnsupportedAnnotation CopasiML_xsd.tmp#listOfUnsupportedAnnotations.datatype
Type schema:listOfUnsupportedAnnotations.datatype
Properties
content complex
Used by
Model
Children schema:UnsupportedAnnotation
Instance
<schema:ListOfUnsupportedAnnotations xmlns:schema="http://www.copasi.org/static/schema">
  <schema:UnsupportedAnnotation name="">{1,unbounded}</schema:UnsupportedAnnotation>
</schema:ListOfUnsupportedAnnotations>
Source
<xs:element name="ListOfUnsupportedAnnotations" type="schema:listOfUnsupportedAnnotations.datatype"/>
Element schema:UnsupportedAnnotation
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#UnsupportedAnnotation.datatype CopasiML_xsd.tmp#UnsupportedAnnotation_name
Type extension of schema:UnsupportedAnnotation.datatype
Type hierarchy
Properties
content complex
Used by
Model
ANY element from ANY namespace OTHER than 'http://www.copasi.org/static/schema'
Attributes
QName Type Use
name required
Source
<xs:element name="UnsupportedAnnotation">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:UnsupportedAnnotation.datatype">
        <xs:attribute name="name" use="required"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element schema:Expression
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#expression.simpletype
Type schema:expression.simpletype
Properties
content simple
Used by
Source
<xs:element name="Expression" type="schema:expression.simpletype"/>
Element schema:ListOfParameterDescriptions
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ParameterDescription CopasiML_xsd.tmp#listOfParameterDescriptions.datatype
Type schema:listOfParameterDescriptions.datatype
Properties
content complex
Used by
Element schema:Function
Model
Children schema:ParameterDescription
Instance
<schema:ListOfParameterDescriptions xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ParameterDescription key="" name="" order="" role="">{1,unbounded}</schema:ParameterDescription>
</schema:ListOfParameterDescriptions>
Source
<xs:element name="ListOfParameterDescriptions" type="schema:listOfParameterDescriptions.datatype"/>
Element schema:ParameterDescription
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#parameterDescription.datatype
Properties
content complex
Used by
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
order xs:nonNegativeInteger required
role restriction of xs:string required
Source
<xs:element name="ParameterDescription">
  <xs:complexType>
    <xs:attributeGroup ref="schema:parameterDescription.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:Model
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#model.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#model.datatype_simulationType CopasiML_xsd.tmp#model.datatype_timeUnit CopasiML_xsd.tmp#model.datatype_volumeUnit CopasiML_xsd.tmp#model.datatype_areaUnit CopasiML_xsd.tmp#model.datatype_lengthUnit CopasiML_xsd.tmp#model.datatype_quantityUnit CopasiML_xsd.tmp#model.datatype_type CopasiML_xsd.tmp#model.datatype_avogadroConstant CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#InitialExpression CopasiML_xsd.tmp#ListOfCompartments CopasiML_xsd.tmp#ListOfMetabolites CopasiML_xsd.tmp#ListOfModelValues CopasiML_xsd.tmp#ListOfReactions CopasiML_xsd.tmp#ListOfEvents CopasiML_xsd.tmp#ListOfModelParameterSets CopasiML_xsd.tmp#StateTemplate CopasiML_xsd.tmp#InitialState CopasiML_xsd.tmp#model.datatype
Type schema:model.datatype
Properties
content complex
Used by
Element schema:COPASI
Model
Children schema:Comment, schema:InitialExpression, schema:InitialState, schema:ListOfCompartments, schema:ListOfEvents, schema:ListOfMetabolites, schema:ListOfModelParameterSets, schema:ListOfModelValues, schema:ListOfReactions, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:StateTemplate
Instance
<schema:Model areaUnit="" avogadroConstant="" key="" lengthUnit="" name="" quantityUnit="" simulationType="" timeUnit="" type="" volumeUnit="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MiriamAnnotation>{0,1}</schema:MiriamAnnotation>
  <schema:Comment>{0,1}</schema:Comment>
  <schema:ListOfUnsupportedAnnotations>{0,1}</schema:ListOfUnsupportedAnnotations>
  <schema:InitialExpression>{0,1}</schema:InitialExpression>
  <schema:ListOfCompartments>{0,1}</schema:ListOfCompartments>
  <schema:ListOfMetabolites>{0,1}</schema:ListOfMetabolites>
  <schema:ListOfModelValues>{0,1}</schema:ListOfModelValues>
  <schema:ListOfReactions>{0,1}</schema:ListOfReactions>
  <schema:ListOfEvents>{0,1}</schema:ListOfEvents>
  <schema:ListOfModelParameterSets activeSet="">{0,1}</schema:ListOfModelParameterSets>
  <schema:StateTemplate>{0,1}</schema:StateTemplate>
  <schema:InitialState type="">{0,1}</schema:InitialState>
</schema:Model>
Attributes
QName Type Use
areaUnit xs:string required
avogadroConstant xs:double required
key restriction of xs:ID required
lengthUnit xs:string required
name restriction of xs:string required
quantityUnit xs:string required
simulationType restriction of xs:string required
timeUnit xs:string required
type restriction of xs:string required
volumeUnit xs:string required
Source
<xs:element name="Model" type="schema:model.datatype"/>
Element schema:InitialExpression
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#expression.simpletype
Type schema:expression.simpletype
Properties
content simple
Used by
Source
<xs:element name="InitialExpression" type="schema:expression.simpletype"/>
Element schema:ListOfCompartments
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Compartment CopasiML_xsd.tmp#listOfCompartments.datatype
Type schema:listOfCompartments.datatype
Properties
content complex
Used by
Complex Type schema:model.datatype
Model
Children schema:Compartment
Instance
<schema:ListOfCompartments xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Compartment addNoise="" dimensionality="" key="" name="" simulationType="">{1,unbounded}</schema:Compartment>
</schema:ListOfCompartments>
Source
<xs:element name="ListOfCompartments" type="schema:listOfCompartments.datatype"/>
Element schema:Compartment
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#compartment.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#compartment.datatype_simulationType CopasiML_xsd.tmp#compartment.datatype_dimensionality CopasiML_xsd.tmp#compartment.datatype_addNoise CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#Expression CopasiML_xsd.tmp#InitialExpression CopasiML_xsd.tmp#NoiseExpression CopasiML_xsd.tmp#compartment.datatype
Type schema:compartment.datatype
Properties
content complex
Used by
Model
Children schema:Comment, schema:Expression, schema:InitialExpression, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:NoiseExpression
Instance
<schema:Compartment addNoise="" dimensionality="" key="" name="" simulationType="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MiriamAnnotation>{0,1}</schema:MiriamAnnotation>
  <schema:Comment>{0,1}</schema:Comment>
  <schema:ListOfUnsupportedAnnotations>{0,1}</schema:ListOfUnsupportedAnnotations>
  <schema:Expression>{0,1}</schema:Expression>
  <schema:InitialExpression>{0,1}</schema:InitialExpression>
  <schema:NoiseExpression>{0,1}</schema:NoiseExpression>
</schema:Compartment>
Attributes
QName Type Use
addNoise xs:boolean required
dimensionality restriction of xs:int required
key restriction of xs:ID required
name restriction of xs:string required
simulationType restriction of xs:string required
Source
<xs:element name="Compartment" type="schema:compartment.datatype"/>
Element schema:NoiseExpression
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#expression.simpletype
Type schema:expression.simpletype
Properties
content simple
Used by
Source
<xs:element name="NoiseExpression" type="schema:expression.simpletype"/>
Element schema:ListOfMetabolites
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Metabolite CopasiML_xsd.tmp#listOfMetabolites.datatype
Type schema:listOfMetabolites.datatype
Properties
content complex
Used by
Complex Type schema:model.datatype
Model
Children schema:Metabolite
Instance
<schema:ListOfMetabolites xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Metabolite addNoise="" compartment="" key="" name="" simulationType="">{1,unbounded}</schema:Metabolite>
</schema:ListOfMetabolites>
Source
<xs:element name="ListOfMetabolites" type="schema:listOfMetabolites.datatype"/>
Element schema:Metabolite
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#metabolite.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#metabolite.datatype_compartment CopasiML_xsd.tmp#metabolite.datatype_simulationType CopasiML_xsd.tmp#metabolite.datatype_addNoise CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#Expression CopasiML_xsd.tmp#InitialExpression CopasiML_xsd.tmp#NoiseExpression CopasiML_xsd.tmp#metabolite.datatype
Type schema:metabolite.datatype
Properties
content complex
Used by
Model
Children schema:Comment, schema:Expression, schema:InitialExpression, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:NoiseExpression
Instance
<schema:Metabolite addNoise="" compartment="" key="" name="" simulationType="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MiriamAnnotation>{0,1}</schema:MiriamAnnotation>
  <schema:Comment>{0,1}</schema:Comment>
  <schema:ListOfUnsupportedAnnotations>{0,1}</schema:ListOfUnsupportedAnnotations>
  <schema:Expression>{0,1}</schema:Expression>
  <schema:InitialExpression>{0,1}</schema:InitialExpression>
  <schema:NoiseExpression>{0,1}</schema:NoiseExpression>
</schema:Metabolite>
Attributes
QName Type Use
addNoise xs:boolean required
compartment restriction of xs:IDREF required
key restriction of xs:ID required
name restriction of xs:string required
simulationType restriction of xs:string required
Source
<xs:element name="Metabolite" type="schema:metabolite.datatype"/>
Element schema:ListOfModelValues
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ModelValue CopasiML_xsd.tmp#listOfModelValues.datatype
Type schema:listOfModelValues.datatype
Properties
content complex
Used by
Complex Type schema:model.datatype
Model
Children schema:ModelValue
Instance
<schema:ListOfModelValues xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ModelValue addNoise="" key="" name="" simulationType="">{1,unbounded}</schema:ModelValue>
</schema:ListOfModelValues>
Source
<xs:element name="ListOfModelValues" type="schema:listOfModelValues.datatype"/>
Element schema:ModelValue
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#modelValue.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#modelValue.datatype_simulationType CopasiML_xsd.tmp#modelValue.datatype_addNoise CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#Expression CopasiML_xsd.tmp#InitialExpression CopasiML_xsd.tmp#NoiseExpression CopasiML_xsd.tmp#Unit CopasiML_xsd.tmp#modelValue.datatype
Type schema:modelValue.datatype
Properties
content complex
Used by
Model
Children schema:Comment, schema:Expression, schema:InitialExpression, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:NoiseExpression, schema:Unit
Instance
<schema:ModelValue addNoise="" key="" name="" simulationType="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MiriamAnnotation>{0,1}</schema:MiriamAnnotation>
  <schema:Comment>{0,1}</schema:Comment>
  <schema:ListOfUnsupportedAnnotations>{0,1}</schema:ListOfUnsupportedAnnotations>
  <schema:Expression>{0,1}</schema:Expression>
  <schema:InitialExpression>{0,1}</schema:InitialExpression>
  <schema:NoiseExpression>{0,1}</schema:NoiseExpression>
  <schema:Unit>{0,1}</schema:Unit>
</schema:ModelValue>
Attributes
QName Type Use
addNoise xs:boolean required
key restriction of xs:ID required
name restriction of xs:string required
simulationType restriction of xs:string required
Source
<xs:element name="ModelValue" type="schema:modelValue.datatype"/>
Element schema:Unit
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#expression.simpletype
Type schema:expression.simpletype
Properties
content simple
Used by
Source
<xs:element name="Unit" type="schema:expression.simpletype"/>
Element schema:ListOfReactions
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Reaction CopasiML_xsd.tmp#listOfReactions.datatype
Type schema:listOfReactions.datatype
Properties
content complex
Used by
Complex Type schema:model.datatype
Model
Children schema:Reaction
Instance
<schema:ListOfReactions xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Reaction addNoise="" fast="" key="" name="" reversible="">{1,unbounded}</schema:Reaction>
</schema:ListOfReactions>
Source
<xs:element name="ListOfReactions" type="schema:listOfReactions.datatype"/>
Element schema:Reaction
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#reaction.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#reaction.datatype_reversible CopasiML_xsd.tmp#reaction.datatype_fast CopasiML_xsd.tmp#reaction.datatype_addNoise CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#ListOfSubstrates CopasiML_xsd.tmp#ListOfProducts CopasiML_xsd.tmp#ListOfModifiers CopasiML_xsd.tmp#ListOfConstants CopasiML_xsd.tmp#KineticLaw CopasiML_xsd.tmp#NoiseExpression CopasiML_xsd.tmp#reaction.datatype
Type schema:reaction.datatype
Properties
content complex
Used by
Model
Children schema:Comment, schema:KineticLaw, schema:ListOfConstants, schema:ListOfModifiers, schema:ListOfProducts, schema:ListOfSubstrates, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:NoiseExpression
Instance
<schema:Reaction addNoise="" fast="" key="" name="" reversible="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MiriamAnnotation>{0,1}</schema:MiriamAnnotation>
  <schema:Comment>{0,1}</schema:Comment>
  <schema:ListOfUnsupportedAnnotations>{0,1}</schema:ListOfUnsupportedAnnotations>
  <schema:ListOfSubstrates>{0,1}</schema:ListOfSubstrates>
  <schema:ListOfProducts>{0,1}</schema:ListOfProducts>
  <schema:ListOfModifiers>{0,1}</schema:ListOfModifiers>
  <schema:ListOfConstants>{0,1}</schema:ListOfConstants>
  <schema:KineticLaw function="" scalingCompartment="" unitType="">{0,1}</schema:KineticLaw>
  <schema:NoiseExpression>{0,1}</schema:NoiseExpression>
</schema:Reaction>
Attributes
QName Type Use
addNoise xs:boolean required
fast xs:boolean required
key restriction of xs:ID required
name restriction of xs:string required
reversible xs:boolean required
Source
<xs:element name="Reaction" type="schema:reaction.datatype"/>
Element schema:ListOfSubstrates
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Substrate
Properties
content complex
Used by
Model
Children schema:Substrate
Instance
<schema:ListOfSubstrates xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Substrate metabolite="" stoichiometry="">{1,unbounded}</schema:Substrate>
</schema:ListOfSubstrates>
Source
<xs:element name="ListOfSubstrates">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:Substrate"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema:Substrate
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#reactionParticipant.datatype
Properties
content complex
Used by
Attributes
QName Type Use
metabolite restriction of xs:IDREF required
stoichiometry xs:double required
Source
<xs:element name="Substrate">
  <xs:complexType>
    <xs:attributeGroup ref="schema:reactionParticipant.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:ListOfProducts
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Product
Properties
content complex
Used by
Model
Children schema:Product
Instance
<schema:ListOfProducts xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Product metabolite="" stoichiometry="">{1,unbounded}</schema:Product>
</schema:ListOfProducts>
Source
<xs:element name="ListOfProducts">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:Product"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema:Product
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#reactionParticipant.datatype
Properties
content complex
Used by
Attributes
QName Type Use
metabolite restriction of xs:IDREF required
stoichiometry xs:double required
Source
<xs:element name="Product">
  <xs:complexType>
    <xs:attributeGroup ref="schema:reactionParticipant.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:ListOfModifiers
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Modifier
Properties
content complex
Used by
Model
Children schema:Modifier
Instance
<schema:ListOfModifiers xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Modifier metabolite="" stoichiometry="">{1,unbounded}</schema:Modifier>
</schema:ListOfModifiers>
Source
<xs:element name="ListOfModifiers">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:Modifier"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema:Modifier
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#reactionParticipant.datatype
Properties
content complex
Used by
Attributes
QName Type Use
metabolite restriction of xs:IDREF required
stoichiometry xs:double required
Source
<xs:element name="Modifier">
  <xs:complexType>
    <xs:attributeGroup ref="schema:reactionParticipant.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:ListOfConstants
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Constant CopasiML_xsd.tmp#listOfConstants.datatype
Type schema:listOfConstants.datatype
Properties
content complex
Used by
Model
Children schema:Constant
Instance
<schema:ListOfConstants xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Constant key="" name="" value="">{1,unbounded}</schema:Constant>
</schema:ListOfConstants>
Source
<xs:element name="ListOfConstants" type="schema:listOfConstants.datatype"/>
Element schema:Constant
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#constant.datatype
Properties
content complex
Used by
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
value xs:double required
Source
<xs:element name="Constant">
  <xs:complexType>
    <xs:attributeGroup ref="schema:constant.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:KineticLaw
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#kineticLaw.datatype_unitType CopasiML_xsd.tmp#kineticLaw.datatype_scalingCompartment CopasiML_xsd.tmp#kineticLaw.datatype_function CopasiML_xsd.tmp#ListOfCallParameters CopasiML_xsd.tmp#kineticLaw.datatype
Type schema:kineticLaw.datatype
Properties
content complex
Used by
Model
Children schema:ListOfCallParameters
Instance
<schema:KineticLaw function="" scalingCompartment="" unitType="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ListOfCallParameters>{0,1}</schema:ListOfCallParameters>
</schema:KineticLaw>
Attributes
QName Type Use
function restriction of xs:IDREF required
scalingCompartment restriction of xs:string optional
unitType restriction of xs:string required
Source
<xs:element name="KineticLaw" type="schema:kineticLaw.datatype"/>
Element schema:ListOfCallParameters
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#CallParameter CopasiML_xsd.tmp#listOfCallParameters.datatype
Type schema:listOfCallParameters.datatype
Properties
content complex
Used by
Model
Children schema:CallParameter
Instance
<schema:ListOfCallParameters xmlns:schema="http://www.copasi.org/static/schema">
  <schema:CallParameter functionParameter="">{1,unbounded}</schema:CallParameter>
</schema:ListOfCallParameters>
Source
<xs:element name="ListOfCallParameters" type="schema:listOfCallParameters.datatype"/>
Element schema:CallParameter
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#callParameter.datatype_functionParameter CopasiML_xsd.tmp#SourceParameter CopasiML_xsd.tmp#callParameter.datatype
Type schema:callParameter.datatype
Properties
content complex
Used by
Model
Children schema:SourceParameter
Instance
<schema:CallParameter functionParameter="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:SourceParameter reference="">{1,unbounded}</schema:SourceParameter>
</schema:CallParameter>
Attributes
QName Type Use
functionParameter restriction of xs:IDREF required
Source
<xs:element name="CallParameter" type="schema:callParameter.datatype"/>
Element schema:SourceParameter
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#SourceParameter_reference
Properties
content complex
Used by
Attributes
QName Type Use
reference restriction of xs:IDREF required
Source
<xs:element name="SourceParameter">
  <xs:complexType>
    <xs:attribute name="reference" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:IDREF">
          <xs:pattern value="[_a-zA-Z]+_\d+"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element schema:ListOfEvents
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Event CopasiML_xsd.tmp#listOfEvents.datatype
Type schema:listOfEvents.datatype
Properties
content complex
Used by
Complex Type schema:model.datatype
Model
Children schema:Event
Instance
<schema:ListOfEvents xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Event delayAssignment="" fireAtInitialTime="" key="" name="" persistentTrigger="">{1,unbounded}</schema:Event>
</schema:ListOfEvents>
Source
<xs:element name="ListOfEvents" type="schema:listOfEvents.datatype"/>
Element schema:Event
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#event.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#event.datatype_fireAtInitialTime CopasiML_xsd.tmp#event.datatype_persistentTrigger CopasiML_xsd.tmp#event.datatype_delayAssignment CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#TriggerExpression CopasiML_xsd.tmp#DelayExpression CopasiML_xsd.tmp#PriorityExpression CopasiML_xsd.tmp#ListOfAssignments CopasiML_xsd.tmp#event.datatype
Type schema:event.datatype
Properties
content complex
Used by
Model
Children schema:Comment, schema:DelayExpression, schema:ListOfAssignments, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:PriorityExpression, schema:TriggerExpression
Instance
<schema:Event delayAssignment="" fireAtInitialTime="" key="" name="" persistentTrigger="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MiriamAnnotation>{0,1}</schema:MiriamAnnotation>
  <schema:Comment>{0,1}</schema:Comment>
  <schema:ListOfUnsupportedAnnotations>{0,1}</schema:ListOfUnsupportedAnnotations>
  <schema:TriggerExpression>{1,1}</schema:TriggerExpression>
  <schema:DelayExpression>{0,1}</schema:DelayExpression>
  <schema:PriorityExpression>{0,1}</schema:PriorityExpression>
  <schema:ListOfAssignments>{0,1}</schema:ListOfAssignments>
</schema:Event>
Attributes
QName Type Use
delayAssignment xs:boolean optional
fireAtInitialTime xs:boolean required
key restriction of xs:ID required
name restriction of xs:string required
persistentTrigger xs:boolean required
Source
<xs:element name="Event" type="schema:event.datatype"/>
Element schema:TriggerExpression
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#expression.simpletype
Type schema:expression.simpletype
Properties
content simple
Used by
Complex Type schema:event.datatype
Source
<xs:element name="TriggerExpression" type="schema:expression.simpletype"/>
Element schema:DelayExpression
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#expression.simpletype
Type schema:expression.simpletype
Properties
content simple
Used by
Complex Type schema:event.datatype
Source
<xs:element name="DelayExpression" type="schema:expression.simpletype"/>
Element schema:PriorityExpression
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#expression.simpletype
Type schema:expression.simpletype
Properties
content simple
Used by
Complex Type schema:event.datatype
Source
<xs:element name="PriorityExpression" type="schema:expression.simpletype"/>
Element schema:ListOfAssignments
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Assignment CopasiML_xsd.tmp#listOfEventAssignments.datatype
Type schema:listOfEventAssignments.datatype
Properties
content complex
Used by
Complex Type schema:event.datatype
Model
Children schema:Assignment
Instance
<schema:ListOfAssignments xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Assignment targetKey="">{1,unbounded}</schema:Assignment>
</schema:ListOfAssignments>
Source
<xs:element name="ListOfAssignments" type="schema:listOfEventAssignments.datatype"/>
Element schema:Assignment
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Assignment_targetKey CopasiML_xsd.tmp#Expression
Properties
content complex
Used by
Model
Children schema:Expression
Instance
<schema:Assignment targetKey="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Expression>{1,1}</schema:Expression>
</schema:Assignment>
Attributes
QName Type Use
targetKey restriction of xs:IDREF required
Source
<xs:element name="Assignment">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema:Expression"/>
    </xs:sequence>
    <xs:attribute name="targetKey" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:IDREF">
          <xs:pattern value="(Metabolite|Compartment|ModelValue)_\d+"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element schema:ListOfModelParameterSets
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#listOfModelParameterSets.datatype_activeSet CopasiML_xsd.tmp#ModelParameterSet CopasiML_xsd.tmp#listOfModelParameterSets.datatype
Type schema:listOfModelParameterSets.datatype
Properties
content complex
Used by
Complex Type schema:model.datatype
Model
Children schema:ModelParameterSet
Instance
<schema:ListOfModelParameterSets activeSet="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ModelParameterSet key="" name="">{1,unbounded}</schema:ModelParameterSet>
</schema:ListOfModelParameterSets>
Attributes
QName Type Use
activeSet restriction of xs:IDREF required
Source
<xs:element name="ListOfModelParameterSets" type="schema:listOfModelParameterSets.datatype"/>
Element schema:ModelParameterSet
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#modelParameterSet.datatype_key CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#ModelParameterGroup CopasiML_xsd.tmp#ModelParameter CopasiML_xsd.tmp#modelParameterGroup.datatype CopasiML_xsd.tmp#modelParameterSet.datatype
Type schema:modelParameterSet.datatype
Properties
content complex
Used by
Model
Children schema:Comment, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:ModelParameter, schema:ModelParameterGroup
Instance
<schema:ModelParameterSet key="" name="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MiriamAnnotation>{0,1}</schema:MiriamAnnotation>
  <schema:Comment>{0,1}</schema:Comment>
  <schema:ListOfUnsupportedAnnotations>{0,1}</schema:ListOfUnsupportedAnnotations>
  <schema:ModelParameterGroup cn="" type="">{1,1}</schema:ModelParameterGroup>
  <schema:ModelParameter cn="" simulationType="" type="" value="">{1,1}</schema:ModelParameter>
</schema:ModelParameterSet>
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
Source
<xs:element name="ModelParameterSet" type="schema:modelParameterSet.datatype"/>
Element schema:ModelParameterGroup
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ModelParameterGroup_cn CopasiML_xsd.tmp#ModelParameterGroup_type CopasiML_xsd.tmp#ModelParameterGroup CopasiML_xsd.tmp#ModelParameter CopasiML_xsd.tmp#modelParameterGroup.datatype
Properties
content complex
Used by
Model
Children schema:ModelParameter, schema:ModelParameterGroup
Instance
<schema:ModelParameterGroup cn="" type="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ModelParameterGroup cn="" type="">{1,1}</schema:ModelParameterGroup>
  <schema:ModelParameter cn="" simulationType="" type="" value="">{1,1}</schema:ModelParameter>
</schema:ModelParameterGroup>
Attributes
QName Type Use
cn xs:string required
type restriction of xs:string required
Source
<xs:element name="ModelParameterGroup">
  <xs:complexType>
    <xs:group ref="schema:modelParameterGroup.datatype"/>
    <xs:attribute name="cn" use="required" type="xs:string"/>
    <xs:attribute name="type" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="Reaction"/>
          <xs:enumeration value="Group"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element schema:ModelParameter
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#modelParameter.datatype_cn CopasiML_xsd.tmp#modelParameter.datatype_value CopasiML_xsd.tmp#modelParameter.datatype_type CopasiML_xsd.tmp#modelParameter.datatype_simulationType CopasiML_xsd.tmp#InitialExpression CopasiML_xsd.tmp#modelParameter.datatype
Type schema:modelParameter.datatype
Properties
content complex
Used by
Model
Children schema:InitialExpression
Instance
<schema:ModelParameter cn="" simulationType="" type="" value="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:InitialExpression>{0,1}</schema:InitialExpression>
</schema:ModelParameter>
Attributes
QName Type Use
cn xs:string required
simulationType restriction of xs:string required
type restriction of xs:string required
value xs:double required
Source
<xs:element name="ModelParameter" type="schema:modelParameter.datatype"/>
Element schema:StateTemplate
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#StateTemplateVariable
Properties
content complex
Used by
Complex Type schema:model.datatype
Model
Children schema:StateTemplateVariable
Instance
<schema:StateTemplate xmlns:schema="http://www.copasi.org/static/schema">
  <schema:StateTemplateVariable objectReference="">{0,unbounded}</schema:StateTemplateVariable>
</schema:StateTemplate>
Source
<xs:element name="StateTemplate">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:StateTemplateVariable"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema:StateTemplateVariable
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#StateTemplateVariable_objectReference
Properties
content complex
Used by
Attributes
QName Type Use
objectReference restriction of xs:IDREF required
Source
<xs:element name="StateTemplateVariable">
  <xs:complexType>
    <xs:attribute name="objectReference" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:IDREF">
          <xs:pattern value="(Model|Metabolite|Compartment|ModelValue)_\d+"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element schema:InitialState
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#InitialState_type
Type restriction of xs:anyType
Properties
content complex
Used by
Complex Type schema:model.datatype
Attributes
QName Type Use
type xs:string required
Source
<xs:element name="InitialState">
  <xs:complexType>
    <xs:simpleContent>
      <xs:restriction base="xs:anyType">
        <xs:simpleType>
          <xs:list itemType="xs:double"/>
        </xs:simpleType>
        <xs:attribute name="type" use="required" type="xs:string"/>
      </xs:restriction>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element schema:ListOfTasks
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Task CopasiML_xsd.tmp#listOfTasks.datatype
Type schema:listOfTasks.datatype
Properties
content complex
Used by
Element schema:COPASI
Model
Children schema:Task
Instance
<schema:ListOfTasks xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Task key="" name="" scheduled="" type="" updateModel="">{1,unbounded}</schema:Task>
</schema:ListOfTasks>
Source
<xs:element name="ListOfTasks" type="schema:listOfTasks.datatype"/>
Element schema:Task
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#task.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#task.datatype_updateModel CopasiML_xsd.tmp#task.datatype_scheduled CopasiML_xsd.tmp#task.datatype_type CopasiML_xsd.tmp#task.datatype_Report CopasiML_xsd.tmp#Problem CopasiML_xsd.tmp#Method CopasiML_xsd.tmp#task.datatype
Type schema:task.datatype
Properties
content complex
Used by
Model
Children schema:Method, schema:Problem, schema:Report
Instance
<schema:Task key="" name="" scheduled="" type="" updateModel="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Report append="" confirmOverwrite="" reference="" target="">{0,1}</schema:Report>
  <schema:Problem>{1,1}</schema:Problem>
  <schema:Method name="" type="">{1,1}</schema:Method>
</schema:Task>
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
scheduled xs:boolean required
type schema:taskTypeEnumeration.datatype required
updateModel xs:boolean required
Source
<xs:element name="Task" type="schema:task.datatype"/>
Element schema:task.datatype / schema:Report
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#report.datatype
Properties
content complex
minOccurs 0
Attributes
QName Type Use
append xs:boolean required
confirmOverwrite xs:boolean required
reference restriction of xs:IDREF required
target xs:string required
Source
<xs:element minOccurs="0" name="Report">
  <xs:complexType>
    <xs:attributeGroup ref="schema:report.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:Problem
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ParameterGroup CopasiML_xsd.tmp#Parameter CopasiML_xsd.tmp#ParameterText CopasiML_xsd.tmp#parameterList.datatype
Type schema:parameterList.datatype
Properties
content complex
Used by
Complex Type schema:task.datatype
Model
Children schema:Parameter, schema:ParameterGroup, schema:ParameterText
Instance
<schema:Problem xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ParameterGroup name="">{1,1}</schema:ParameterGroup>
  <schema:Parameter name="" type="" value="">{1,1}</schema:Parameter>
  <schema:ParameterText name="" type="">{1,1}</schema:ParameterText>
</schema:Problem>
Source
<xs:element name="Problem" type="schema:parameterList.datatype"/>
Element schema:ParameterGroup
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ParameterGroup CopasiML_xsd.tmp#Parameter CopasiML_xsd.tmp#ParameterText CopasiML_xsd.tmp#parameterList.datatype CopasiML_xsd.tmp#name.attribute
Type extension of schema:parameterList.datatype
Type hierarchy
Properties
content complex
Used by
Model
Children schema:Parameter, schema:ParameterGroup, schema:ParameterText
Instance
<schema:ParameterGroup name="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ParameterGroup name="">{1,1}</schema:ParameterGroup>
  <schema:Parameter name="" type="" value="">{1,1}</schema:Parameter>
  <schema:ParameterText name="" type="">{1,1}</schema:ParameterText>
</schema:ParameterGroup>
Attributes
QName Type Use
name restriction of xs:string required
Source
<xs:element name="ParameterGroup">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:parameterList.datatype">
        <xs:attributeGroup ref="schema:name.attribute"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element schema:Parameter
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#parameter.datatype
Properties
content complex
Used by
Attributes
QName Type Use
name restriction of xs:string required
type restriction of xs:string required
value xs:string required
Source
<xs:element name="Parameter">
  <xs:complexType>
    <xs:attributeGroup ref="schema:parameter.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:ParameterText
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#parameterText.datatype
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Use
name restriction of xs:string required
type restriction of xs:string required
Source
<xs:element name="ParameterText">
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="schema:parameterText.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:Method
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ParameterGroup CopasiML_xsd.tmp#Parameter CopasiML_xsd.tmp#ParameterText CopasiML_xsd.tmp#parameterList.datatype CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#Method_type
Type extension of schema:parameterList.datatype
Type hierarchy
Properties
content complex
Used by
Complex Type schema:task.datatype
Model
Children schema:Parameter, schema:ParameterGroup, schema:ParameterText
Instance
<schema:Method name="" type="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ParameterGroup name="">{1,1}</schema:ParameterGroup>
  <schema:Parameter name="" type="" value="">{1,1}</schema:Parameter>
  <schema:ParameterText name="" type="">{1,1}</schema:ParameterText>
</schema:Method>
Attributes
QName Type Use
name restriction of xs:string required
type xs:string required
Source
<xs:element name="Method">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:parameterList.datatype">
        <xs:attributeGroup ref="schema:name.attribute"/>
        <xs:attribute name="type" use="required" type="xs:string"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element schema:ListOfReports
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#listOfReportSpecifications.datatype_Report CopasiML_xsd.tmp#listOfReportSpecifications.datatype
Type schema:listOfReportSpecifications.datatype
Properties
content complex
Used by
Element schema:COPASI
Model
Children schema:Report
Instance
<schema:ListOfReports xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Report key="" name="" precision="" separator="" taskType="">{1,unbounded}</schema:Report>
</schema:ListOfReports>
Source
<xs:element name="ListOfReports" type="schema:listOfReportSpecifications.datatype"/>
Element schema:listOfReportSpecifications.datatype / schema:Report
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#reportSpecification.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#reportSpecification.datatype_taskType CopasiML_xsd.tmp#reportSpecification.datatype_precision CopasiML_xsd.tmp#reportSpecification.datatype_separator CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#Table CopasiML_xsd.tmp#Header CopasiML_xsd.tmp#Body CopasiML_xsd.tmp#Footer CopasiML_xsd.tmp#reportSpecification.datatype
Type schema:reportSpecification.datatype
Properties
content complex
maxOccurs unbounded
Model
Children schema:Body, schema:Comment, schema:Footer, schema:Header, schema:Table
Instance
<schema:Report key="" name="" precision="" separator="" taskType="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Comment>{0,1}</schema:Comment>
  <schema:Table printTitle="">{1,1}</schema:Table>
  <schema:Header>{0,1}</schema:Header>
  <schema:Body>{0,1}</schema:Body>
  <schema:Footer>{0,1}</schema:Footer>
</schema:Report>
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
precision xs:unsignedInt required
separator xs:string required
taskType schema:taskTypeEnumeration.datatype required
Source
<xs:element maxOccurs="unbounded" name="Report" type="schema:reportSpecification.datatype"/>
Element schema:Table
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Table_printTitle CopasiML_xsd.tmp#Object
Properties
content complex
Used by
Model
Children schema:Object
Instance
<schema:Table printTitle="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Object cn="">{0,unbounded}</schema:Object>
</schema:Table>
Attributes
QName Type Use
printTitle xs:boolean required
Source
<xs:element name="Table">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:Object"/>
    </xs:sequence>
    <xs:attribute name="printTitle" use="required" type="xs:boolean"/>
  </xs:complexType>
</xs:element>
Element schema:Object
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Object_cn
Properties
content complex
Used by
Attributes
QName Type Use
cn xs:string required
Source
<xs:element name="Object">
  <xs:complexType>
    <xs:attribute name="cn" use="required" type="xs:string"/>
  </xs:complexType>
</xs:element>
Element schema:Header
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Object CopasiML_xsd.tmp#reportSection.datatype
Type schema:reportSection.datatype
Properties
content complex
Used by
Model
Children schema:Object
Instance
<schema:Header xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Object cn="">{1,unbounded}</schema:Object>
</schema:Header>
Source
<xs:element name="Header" type="schema:reportSection.datatype"/>
Element schema:Body
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Object CopasiML_xsd.tmp#reportSection.datatype
Type schema:reportSection.datatype
Properties
content complex
Used by
Model
Children schema:Object
Instance
<schema:Body xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Object cn="">{1,unbounded}</schema:Object>
</schema:Body>
Source
<xs:element name="Body" type="schema:reportSection.datatype"/>
Element schema:Footer
Namespace http://www.copasi.org/static/schema
Diagram
Type schema:reportSection.datatype
Properties
Used by
Model
Children schema:Object
Instance
Source
Element schema:ListOfPlots
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#PlotSpecification CopasiML_xsd.tmp#listOfPlotSpecifications.datatype
Type schema:listOfPlotSpecifications.datatype
Properties
content complex
Used by
Element schema:COPASI
Model
Children schema:PlotSpecification
Instance
<schema:ListOfPlots xmlns:schema="http://www.copasi.org/static/schema">
  <schema:PlotSpecification active="" name="" type="">{1,unbounded}</schema:PlotSpecification>
</schema:ListOfPlots>
Source
<xs:element name="ListOfPlots" type="schema:listOfPlotSpecifications.datatype"/>
Element schema:PlotSpecification
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ParameterGroup CopasiML_xsd.tmp#Parameter CopasiML_xsd.tmp#ParameterText CopasiML_xsd.tmp#parameterList.datatype CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#plotSpecification.datatype_type CopasiML_xsd.tmp#plotSpecification.datatype_active CopasiML_xsd.tmp#ListOfPlotItems CopasiML_xsd.tmp#plotSpecification.datatype
Type schema:plotSpecification.datatype
Type hierarchy
Properties
content complex
Used by
Model
Children schema:ListOfPlotItems, schema:Parameter, schema:ParameterGroup, schema:ParameterText
Instance
<schema:PlotSpecification active="" name="" type="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ParameterGroup name="">{1,1}</schema:ParameterGroup>
  <schema:Parameter name="" type="" value="">{1,1}</schema:Parameter>
  <schema:ParameterText name="" type="">{1,1}</schema:ParameterText>
  <schema:ListOfPlotItems>{1,1}</schema:ListOfPlotItems>
</schema:PlotSpecification>
Attributes
QName Type Use
active xs:boolean required
name restriction of xs:string required
type restriction of xs:string required
Source
<xs:element name="PlotSpecification" type="schema:plotSpecification.datatype"/>
Element schema:ListOfPlotItems
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#PlotItem CopasiML_xsd.tmp#listOfPlotItems.datatype
Type schema:listOfPlotItems.datatype
Properties
content complex
Used by
Model
Children schema:PlotItem
Instance
<schema:ListOfPlotItems xmlns:schema="http://www.copasi.org/static/schema">
  <schema:PlotItem name="" type="">{1,unbounded}</schema:PlotItem>
</schema:ListOfPlotItems>
Source
<xs:element name="ListOfPlotItems" type="schema:listOfPlotItems.datatype"/>
Element schema:PlotItem
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ParameterGroup CopasiML_xsd.tmp#Parameter CopasiML_xsd.tmp#ParameterText CopasiML_xsd.tmp#parameterList.datatype CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#plotItem.datatype_type CopasiML_xsd.tmp#ListOfChannels CopasiML_xsd.tmp#plotItem.datatype
Type schema:plotItem.datatype
Type hierarchy
Properties
content complex
Used by
Model
Children schema:ListOfChannels, schema:Parameter, schema:ParameterGroup, schema:ParameterText
Instance
<schema:PlotItem name="" type="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ParameterGroup name="">{1,1}</schema:ParameterGroup>
  <schema:Parameter name="" type="" value="">{1,1}</schema:Parameter>
  <schema:ParameterText name="" type="">{1,1}</schema:ParameterText>
  <schema:ListOfChannels>{1,1}</schema:ListOfChannels>
</schema:PlotItem>
Attributes
QName Type Use
name restriction of xs:string required
type restriction of xs:string required
Source
<xs:element name="PlotItem" type="schema:plotItem.datatype"/>
Element schema:ListOfChannels
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ChannelSpec CopasiML_xsd.tmp#listOfChannels.datatype
Type schema:listOfChannels.datatype
Properties
content complex
Used by
Model
Children schema:ChannelSpec
Instance
<schema:ListOfChannels xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ChannelSpec cn="" max="" min="">{1,unbounded}</schema:ChannelSpec>
</schema:ListOfChannels>
Source
<xs:element name="ListOfChannels" type="schema:listOfChannels.datatype"/>
Element schema:ChannelSpec
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#channelSpec.datatype
Properties
content complex
Used by
Attributes
QName Type Use
cn xs:string required
max xs:double optional
min xs:double optional
Source
<xs:element name="ChannelSpec">
  <xs:complexType>
    <xs:attributeGroup ref="schema:channelSpec.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:GUI
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ListOfSliders CopasiML_xsd.tmp#gui.datatype
Type schema:gui.datatype
Properties
content complex
Used by
Element schema:COPASI
Model
Children schema:ListOfSliders
Instance
<schema:GUI xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ListOfSliders>{0,1}</schema:ListOfSliders>
</schema:GUI>
Source
<xs:element name="GUI" type="schema:gui.datatype"/>
Element schema:ListOfSliders
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Slider CopasiML_xsd.tmp#listOfSliders.datatype
Type schema:listOfSliders.datatype
Properties
content complex
Used by
Complex Type schema:gui.datatype
Model
Children schema:Slider
Instance
<schema:ListOfSliders xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Slider associatedEntityKey="" key="" maxValue="" minValue="" objectCN="" objectType="" objectValue="" scaling="" tickFactor="" tickNumber="">{1,unbounded}</schema:Slider>
</schema:ListOfSliders>
Source
<xs:element name="ListOfSliders" type="schema:listOfSliders.datatype"/>
Element schema:Slider
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#slider.datatype
Properties
content complex
Used by
Attributes
QName Type Use
associatedEntityKey restriction of xs:IDREF required
key restriction of xs:ID required
maxValue xs:double required
minValue xs:double required
objectCN xs:string required
objectType restriction of xs:string required
objectValue xs:double required
scaling restriction of xs:string required
tickFactor xs:positiveInteger required
tickNumber xs:positiveInteger required
Source
<xs:element name="Slider">
  <xs:complexType>
    <xs:attributeGroup ref="schema:slider.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:ListOfLayouts
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Layout CopasiML_xsd.tmp#ListOfGlobalRenderInformation CopasiML_xsd.tmp#listOfLayouts.datatype
Type schema:listOfLayouts.datatype
Properties
content complex
Used by
Element schema:COPASI
Model
Children schema:Layout, schema:ListOfGlobalRenderInformation
Instance
<schema:ListOfLayouts xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Layout key="" name="">{0,unbounded}</schema:Layout>
  <schema:ListOfGlobalRenderInformation>{0,1}</schema:ListOfGlobalRenderInformation>
</schema:ListOfLayouts>
Source
<xs:element name="ListOfLayouts" type="schema:listOfLayouts.datatype"/>
Element schema:Layout
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#layout.datatype_key CopasiML_xsd.tmp#layout.datatype_name CopasiML_xsd.tmp#layout.datatype_Dimensions CopasiML_xsd.tmp#ListOfCompartmentGlyphs CopasiML_xsd.tmp#ListOfMetabGlyphs CopasiML_xsd.tmp#ListOfReactionGlyphs CopasiML_xsd.tmp#ListOfTextGlyphs CopasiML_xsd.tmp#ListOfAdditionalGraphicalObjects CopasiML_xsd.tmp#ListOfRenderInformation CopasiML_xsd.tmp#layout.datatype
Type schema:layout.datatype
Properties
content complex
Used by
Model
Children schema:Dimensions, schema:ListOfAdditionalGraphicalObjects, schema:ListOfCompartmentGlyphs, schema:ListOfMetabGlyphs, schema:ListOfReactionGlyphs, schema:ListOfRenderInformation, schema:ListOfTextGlyphs
Instance
<schema:Layout key="" name="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Dimensions height="" width="">{1,1}</schema:Dimensions>
  <schema:ListOfCompartmentGlyphs>{0,1}</schema:ListOfCompartmentGlyphs>
  <schema:ListOfMetabGlyphs>{0,1}</schema:ListOfMetabGlyphs>
  <schema:ListOfReactionGlyphs>{0,1}</schema:ListOfReactionGlyphs>
  <schema:ListOfTextGlyphs>{0,1}</schema:ListOfTextGlyphs>
  <schema:ListOfAdditionalGraphicalObjects>{0,1}</schema:ListOfAdditionalGraphicalObjects>
  <schema:ListOfRenderInformation>{0,1}</schema:ListOfRenderInformation>
</schema:Layout>
Attributes
QName Type Use
key restriction of xs:ID required
name xs:string optional
Source
<xs:element name="Layout" type="schema:layout.datatype"/>
Element schema:layout.datatype / schema:Dimensions
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#dimension.datatype
Properties
content complex
Attributes
QName Type Use
height xs:double required
width xs:double required
Source
<xs:element name="Dimensions">
  <xs:complexType>
    <xs:attributeGroup ref="schema:dimension.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:ListOfCompartmentGlyphs
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#CompartmentGlyph CopasiML_xsd.tmp#listOfCompartmentGlyphs.datatype
Type schema:listOfCompartmentGlyphs.datatype
Properties
content complex
Used by
Complex Type schema:layout.datatype
Model
Children schema:CompartmentGlyph
Instance
<schema:ListOfCompartmentGlyphs xmlns:schema="http://www.copasi.org/static/schema">
  <schema:CompartmentGlyph compartment="" key="" name="">{0,unbounded}</schema:CompartmentGlyph>
</schema:ListOfCompartmentGlyphs>
Source
<xs:element name="ListOfCompartmentGlyphs" type="schema:listOfCompartmentGlyphs.datatype"/>
Element schema:CompartmentGlyph
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#glyph.datatype_key CopasiML_xsd.tmp#glyph.datatype_name CopasiML_xsd.tmp#BoundingBox CopasiML_xsd.tmp#glyph.datatype CopasiML_xsd.tmp#CompartmentGlyph_compartment
Type extension of schema:glyph.datatype
Type hierarchy
Properties
content complex
Used by
Model
Children schema:BoundingBox
Instance
<schema:CompartmentGlyph compartment="" key="" name="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:BoundingBox>{1,1}</schema:BoundingBox>
</schema:CompartmentGlyph>
Attributes
QName Type Use
compartment restriction of xs:IDREF optional
key restriction of xs:ID required
name xs:string optional
Source
<xs:element name="CompartmentGlyph">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:glyph.datatype">
        <xs:attribute name="compartment">
          <xs:simpleType>
            <xs:restriction base="xs:IDREF">
              <xs:pattern value="Compartment_\d+"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element schema:BoundingBox
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Position CopasiML_xsd.tmp#boundingBox.datatype_Dimensions CopasiML_xsd.tmp#boundingBox.datatype
Type schema:boundingBox.datatype
Properties
content complex
Used by
Model
Children schema:Dimensions, schema:Position
Instance
<schema:BoundingBox xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Position x="" y="">{1,1}</schema:Position>
  <schema:Dimensions height="" width="">{1,1}</schema:Dimensions>
</schema:BoundingBox>
Source
<xs:element name="BoundingBox" type="schema:boundingBox.datatype"/>
Element schema:Position
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Position_x CopasiML_xsd.tmp#Position_y
Properties
content complex
Used by
Attributes
QName Type Use
x xs:double required
y xs:double required
Source
<xs:element name="Position">
  <xs:complexType>
    <xs:attribute name="x" use="required" type="xs:double"/>
    <xs:attribute name="y" use="required" type="xs:double"/>
  </xs:complexType>
</xs:element>
Element schema:boundingBox.datatype / schema:Dimensions
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#boundingBox.datatype_boundingBox.datatype_Dimensions_width CopasiML_xsd.tmp#boundingBox.datatype_boundingBox.datatype_Dimensions_height
Properties
content complex
Attributes
QName Type Use
height xs:double required
width xs:double required
Source
<xs:element name="Dimensions">
  <xs:complexType>
    <xs:attribute name="width" use="required" type="xs:double"/>
    <xs:attribute name="height" use="required" type="xs:double"/>
  </xs:complexType>
</xs:element>
Element schema:ListOfMetabGlyphs
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#MetaboliteGlyph CopasiML_xsd.tmp#listOfMetabGlyphs.datatype
Type schema:listOfMetabGlyphs.datatype
Properties
content complex
Used by
Complex Type schema:layout.datatype
Model
Children schema:MetaboliteGlyph
Instance
<schema:ListOfMetabGlyphs xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MetaboliteGlyph key="" metabolite="" name="">{0,unbounded}</schema:MetaboliteGlyph>
</schema:ListOfMetabGlyphs>
Source
<xs:element name="ListOfMetabGlyphs" type="schema:listOfMetabGlyphs.datatype"/>
Element schema:MetaboliteGlyph
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#glyph.datatype_key CopasiML_xsd.tmp#glyph.datatype_name CopasiML_xsd.tmp#BoundingBox CopasiML_xsd.tmp#glyph.datatype CopasiML_xsd.tmp#MetaboliteGlyph_metabolite
Type extension of schema:glyph.datatype
Type hierarchy
Properties
content complex
Used by
Model
Children schema:BoundingBox
Instance
<schema:MetaboliteGlyph key="" metabolite="" name="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:BoundingBox>{1,1}</schema:BoundingBox>
</schema:MetaboliteGlyph>
Attributes
QName Type Use
key restriction of xs:ID required
metabolite restriction of xs:IDREF optional
name xs:string optional
Source
<xs:element name="MetaboliteGlyph">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:glyph.datatype">
        <xs:attribute name="metabolite">
          <xs:simpleType>
            <xs:restriction base="xs:IDREF">
              <xs:pattern value="Metabolite_\d+"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element schema:ListOfReactionGlyphs
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ReactionGlyph CopasiML_xsd.tmp#listOfReactionGlyphs.datatype
Type schema:listOfReactionGlyphs.datatype
Properties
content complex
Used by
Complex Type schema:layout.datatype
Model
Children schema:ReactionGlyph
Instance
<schema:ListOfReactionGlyphs xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ReactionGlyph key="" name="" reaction="">{0,unbounded}</schema:ReactionGlyph>
</schema:ListOfReactionGlyphs>
Source
<xs:element name="ListOfReactionGlyphs" type="schema:listOfReactionGlyphs.datatype"/>
Element schema:ReactionGlyph
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ReactionGlyph_key CopasiML_xsd.tmp#ReactionGlyph_name CopasiML_xsd.tmp#ReactionGlyph_reaction CopasiML_xsd.tmp#BoundingBox CopasiML_xsd.tmp#ReactionGlyph_Curve CopasiML_xsd.tmp#ListOfMetaboliteReferenceGlyphs
Properties
content complex
Used by
Model
Children schema:BoundingBox, schema:Curve, schema:ListOfMetaboliteReferenceGlyphs
Instance
<schema:ReactionGlyph key="" name="" reaction="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:BoundingBox>{0,1}</schema:BoundingBox>
  <schema:Curve>{0,1}</schema:Curve>
  <schema:ListOfMetaboliteReferenceGlyphs>{0,1}</schema:ListOfMetaboliteReferenceGlyphs>
</schema:ReactionGlyph>
Attributes
QName Type Use
key restriction of xs:ID required
name xs:string optional
reaction restriction of xs:IDREF optional
Source
<xs:element name="ReactionGlyph">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="schema:BoundingBox"/>
      <xs:element minOccurs="0" name="Curve" type="schema:layoutCurve.datatype"/>
      <xs:element minOccurs="0" ref="schema:ListOfMetaboliteReferenceGlyphs"/>
    </xs:sequence>
    <xs:attribute name="key" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:ID">
          <xs:pattern value="Layout_\d+"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="name" type="xs:string"/>
    <xs:attribute name="reaction">
      <xs:simpleType>
        <xs:restriction base="xs:IDREF">
          <xs:pattern value="Reaction_\d+"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element schema:ReactionGlyph / schema:Curve
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ListOfCurveSegments CopasiML_xsd.tmp#layoutCurve.datatype
Type schema:layoutCurve.datatype
Properties
content complex
minOccurs 0
Model
Children schema:ListOfCurveSegments
Instance
<schema:Curve xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ListOfCurveSegments>{1,1}</schema:ListOfCurveSegments>
</schema:Curve>
Source
<xs:element minOccurs="0" name="Curve" type="schema:layoutCurve.datatype"/>
Element schema:ListOfCurveSegments
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#LineSegment CopasiML_xsd.tmp#curveSegment.element_CurveSegment CopasiML_xsd.tmp#CubicBezier CopasiML_xsd.tmp#curveSegment.element
Properties
content complex
Used by
Model
Children schema:CubicBezier, schema:CurveSegment, schema:LineSegment
Instance
<schema:ListOfCurveSegments xmlns:schema="http://www.copasi.org/static/schema">
  <schema:LineSegment>{1,1}</schema:LineSegment>
  <schema:CurveSegment>{1,1}</schema:CurveSegment>
  <schema:CubicBezier>{1,1}</schema:CubicBezier>
  <schema:CurveSegment>{1,1}</schema:CurveSegment>
</schema:ListOfCurveSegments>
Source
<xs:element name="ListOfCurveSegments">
  <xs:complexType>
    <xs:group maxOccurs="unbounded" ref="schema:curveSegment.element"/>
  </xs:complexType>
</xs:element>
Element schema:LineSegment
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Start CopasiML_xsd.tmp#End CopasiML_xsd.tmp#lineSegment.datatype
Type schema:lineSegment.datatype
Properties
content complex
Used by
Model
Children schema:End, schema:Start
Instance
<schema:LineSegment xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Start x="" y="">{1,1}</schema:Start>
  <schema:End x="" y="">{1,1}</schema:End>
</schema:LineSegment>
Source
<xs:element name="LineSegment" type="schema:lineSegment.datatype"/>
Element schema:Start
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#layoutPoint.datatype
Properties
content complex
Used by
Attributes
QName Type Use
x xs:double required
y xs:double required
Source
<xs:element name="Start">
  <xs:complexType>
    <xs:attributeGroup ref="schema:layoutPoint.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:End
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#layoutPoint.datatype
Properties
content complex
Used by
Attributes
QName Type Use
x xs:double required
y xs:double required
Source
<xs:element name="End">
  <xs:complexType>
    <xs:attributeGroup ref="schema:layoutPoint.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:curveSegment.element / schema:CurveSegment
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Start CopasiML_xsd.tmp#End CopasiML_xsd.tmp#lineSegment.datatype
Type extension of schema:lineSegment.datatype
Type hierarchy
Properties
content complex
Model
Children schema:End, schema:Start
Instance
<schema:CurveSegment xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Start x="" y="">{1,1}</schema:Start>
  <schema:End x="" y="">{1,1}</schema:End>
</schema:CurveSegment>
Source
<xs:element name="CurveSegment">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:lineSegment.datatype">
        <xs:attributeGroup ref="x:type"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element schema:CubicBezier
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Start CopasiML_xsd.tmp#End CopasiML_xsd.tmp#lineSegment.datatype CopasiML_xsd.tmp#BasePoint1 CopasiML_xsd.tmp#BasePoint2 CopasiML_xsd.tmp#cubicBezier.datatype
Type schema:cubicBezier.datatype
Type hierarchy
Properties
content complex
Used by
Model
Children schema:BasePoint1, schema:BasePoint2, schema:End, schema:Start
Instance
<schema:CubicBezier xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Start x="" y="">{1,1}</schema:Start>
  <schema:End x="" y="">{1,1}</schema:End>
  <schema:BasePoint1 x="" y="">{0,1}</schema:BasePoint1>
  <schema:BasePoint2 x="" y="">{0,1}</schema:BasePoint2>
</schema:CubicBezier>
Source
<xs:element name="CubicBezier" type="schema:cubicBezier.datatype"/>
Element schema:BasePoint1
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#layoutPoint.datatype
Properties
content complex
Used by
Attributes
QName Type Use
x xs:double required
y xs:double required
Source
<xs:element name="BasePoint1">
  <xs:complexType>
    <xs:attributeGroup ref="schema:layoutPoint.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:BasePoint2
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#layoutPoint.datatype
Properties
content complex
Used by
Attributes
QName Type Use
x xs:double required
y xs:double required
Source
<xs:element name="BasePoint2">
  <xs:complexType>
    <xs:attributeGroup ref="schema:layoutPoint.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:ListOfMetaboliteReferenceGlyphs
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#MetaboliteReferenceGlyph
Properties
content complex
Used by
Model
Children schema:MetaboliteReferenceGlyph
Instance
<schema:ListOfMetaboliteReferenceGlyphs xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MetaboliteReferenceGlyph key="" metaboliteGlyph="" name="" role="">{1,unbounded}</schema:MetaboliteReferenceGlyph>
</schema:ListOfMetaboliteReferenceGlyphs>
Source
<xs:element name="ListOfMetaboliteReferenceGlyphs">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:MetaboliteReferenceGlyph"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema:MetaboliteReferenceGlyph
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype_key CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype_name CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype_metaboliteGlyph CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype_role CopasiML_xsd.tmp#BoundingBox CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype_Curve CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype
Type schema:metaboliteReferenceGlyp.datatype
Properties
content complex
Used by
Model
Children schema:BoundingBox, schema:Curve
Instance
<schema:MetaboliteReferenceGlyph key="" metaboliteGlyph="" name="" role="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:BoundingBox>{0,1}</schema:BoundingBox>
  <schema:Curve>{0,1}</schema:Curve>
</schema:MetaboliteReferenceGlyph>
Attributes
QName Type Use
key restriction of xs:ID required
metaboliteGlyph restriction of xs:IDREF optional
name xs:string optional
role xs:string optional
Source
<xs:element name="MetaboliteReferenceGlyph" type="schema:metaboliteReferenceGlyp.datatype"/>
Element schema:metaboliteReferenceGlyp.datatype / schema:Curve
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ListOfCurveSegments CopasiML_xsd.tmp#layoutCurve.datatype
Type schema:layoutCurve.datatype
Properties
content complex
minOccurs 0
Model
Children schema:ListOfCurveSegments
Instance
<schema:Curve xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ListOfCurveSegments>{1,1}</schema:ListOfCurveSegments>
</schema:Curve>
Source
<xs:element minOccurs="0" name="Curve" type="schema:layoutCurve.datatype"/>
Element schema:ListOfTextGlyphs
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#TextGlyph CopasiML_xsd.tmp#listOfTextGlyphs.datatype
Type schema:listOfTextGlyphs.datatype
Properties
content complex
Used by
Complex Type schema:layout.datatype
Model
Children schema:TextGlyph
Instance
<schema:ListOfTextGlyphs xmlns:schema="http://www.copasi.org/static/schema">
  <schema:TextGlyph graphicalObject="" key="" name="" originOfText="" text="">{1,unbounded}</schema:TextGlyph>
</schema:ListOfTextGlyphs>
Source
<xs:element name="ListOfTextGlyphs" type="schema:listOfTextGlyphs.datatype"/>
Element schema:TextGlyph
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#glyph.datatype_key CopasiML_xsd.tmp#glyph.datatype_name CopasiML_xsd.tmp#BoundingBox CopasiML_xsd.tmp#glyph.datatype CopasiML_xsd.tmp#TextGlyph_graphicalObject CopasiML_xsd.tmp#TextGlyph_originOfText CopasiML_xsd.tmp#TextGlyph_text
Type extension of schema:glyph.datatype
Type hierarchy
Properties
content complex
Used by
Model
Children schema:BoundingBox
Instance
<schema:TextGlyph graphicalObject="" key="" name="" originOfText="" text="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:BoundingBox>{1,1}</schema:BoundingBox>
</schema:TextGlyph>
Attributes
QName Type Use
graphicalObject restriction of xs:IDREF optional
key restriction of xs:ID required
name xs:string optional
originOfText restriction of xs:IDREF optional
text xs:string optional
Source
<xs:element name="TextGlyph">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="schema:glyph.datatype">
        <xs:attribute name="graphicalObject">
          <xs:simpleType>
            <xs:restriction base="xs:IDREF">
              <xs:pattern value="[_a-zA-Z]+_\d+"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="originOfText">
          <xs:simpleType>
            <xs:restriction base="xs:IDREF">
              <xs:pattern value="[_a-zA-Z]+_\d+"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="text" type="xs:string"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element schema:ListOfAdditionalGraphicalObjects
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#AdditionalGraphicalObject CopasiML_xsd.tmp#listOfAdditionalGraphicalObjects.datatype
Type schema:listOfAdditionalGraphicalObjects.datatype
Properties
content complex
Used by
Complex Type schema:layout.datatype
Model
Children schema:AdditionalGraphicalObject
Instance
<schema:ListOfAdditionalGraphicalObjects xmlns:schema="http://www.copasi.org/static/schema">
  <schema:AdditionalGraphicalObject key="" name="">{1,unbounded}</schema:AdditionalGraphicalObject>
</schema:ListOfAdditionalGraphicalObjects>
Source
<xs:element name="ListOfAdditionalGraphicalObjects" type="schema:listOfAdditionalGraphicalObjects.datatype"/>
Element schema:AdditionalGraphicalObject
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#glyph.datatype_key CopasiML_xsd.tmp#glyph.datatype_name CopasiML_xsd.tmp#BoundingBox CopasiML_xsd.tmp#glyph.datatype
Type schema:glyph.datatype
Properties
content complex
Used by
Model
Children schema:BoundingBox
Instance
<schema:AdditionalGraphicalObject key="" name="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:BoundingBox>{1,1}</schema:BoundingBox>
</schema:AdditionalGraphicalObject>
Attributes
QName Type Use
key restriction of xs:ID required
name xs:string optional
Source
<xs:element name="AdditionalGraphicalObject" type="schema:glyph.datatype"/>
Element schema:ListOfRenderInformation
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#listOfLocalRenderInformation.datatype_RenderInformation CopasiML_xsd.tmp#listOfLocalRenderInformation.datatype
Type schema:listOfLocalRenderInformation.datatype
Properties
content complex
Used by
Complex Type schema:layout.datatype
Model
Children schema:RenderInformation
Instance
<schema:ListOfRenderInformation xmlns:schema="http://www.copasi.org/static/schema">
  <schema:RenderInformation backgroundColor="#FFFFFFFF" key="" name="" referenceRenderInformation="">{1,unbounded}</schema:RenderInformation>
</schema:ListOfRenderInformation>
Source
<xs:element name="ListOfRenderInformation" type="schema:listOfLocalRenderInformation.datatype"/>
Element schema:listOfLocalRenderInformation.datatype / schema:RenderInformation
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderInformationBase.datatype_backgroundColor CopasiML_xsd.tmp#renderInformationBase.datatype_referenceRenderInformation CopasiML_xsd.tmp#renderInformationBase.datatype_name CopasiML_xsd.tmp#ListOfColorDefinitions CopasiML_xsd.tmp#ListOfGradientDefinitions CopasiML_xsd.tmp#ListOfLineEndings CopasiML_xsd.tmp#renderInformationBase.datatype CopasiML_xsd.tmp#localRenderInformation.datatype_key CopasiML_xsd.tmp#localRenderInformation.datatype_ListOfStyles CopasiML_xsd.tmp#localRenderInformation.datatype
Type schema:localRenderInformation.datatype
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children schema:ListOfColorDefinitions, schema:ListOfGradientDefinitions, schema:ListOfLineEndings, schema:ListOfStyles
Instance
<schema:RenderInformation backgroundColor="#FFFFFFFF" key="" name="" referenceRenderInformation="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ListOfColorDefinitions>{0,1}</schema:ListOfColorDefinitions>
  <schema:ListOfGradientDefinitions>{0,1}</schema:ListOfGradientDefinitions>
  <schema:ListOfLineEndings>{0,1}</schema:ListOfLineEndings>
  <schema:ListOfStyles>{0,1}</schema:ListOfStyles>
</schema:RenderInformation>
Attributes
QName Type Default Use
backgroundColor schema:colorValue.datatype #FFFFFFFF optional
key restriction of xs:ID required
name xs:string optional
referenceRenderInformation restriction of xs:IDREF optional
Source
<xs:element maxOccurs="unbounded" name="RenderInformation" type="schema:localRenderInformation.datatype"/>
Element schema:ListOfColorDefinitions
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ColorDefinition
Properties
content complex
Used by
Model
Children schema:ColorDefinition
Instance
<schema:ListOfColorDefinitions xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ColorDefinition id="" value="">{1,unbounded}</schema:ColorDefinition>
</schema:ListOfColorDefinitions>
Source
<xs:element name="ListOfColorDefinitions">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:ColorDefinition"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema:ColorDefinition
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#colorDefinition.datatype
Properties
content complex
Used by
Attributes
QName Type Use
id schema:layoutId.datatype required
value schema:colorValue.datatype required
Source
<xs:element name="ColorDefinition">
  <xs:complexType>
    <xs:attributeGroup ref="schema:colorDefinition.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:ListOfGradientDefinitions
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#gradientGroup.datatype
Properties
content complex
Used by
Model
Children schema:gradientGroup.datatype
Instance
<schema:ListOfGradientDefinitions xmlns:schema="http://www.copasi.org/static/schema">
  <schema:gradientGroup.datatype>{1,unbounded}</schema:gradientGroup.datatype>
</schema:ListOfGradientDefinitions>
Source
<xs:element name="ListOfGradientDefinitions">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:gradientGroup.datatype"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema:gradientGroup.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#LinearGradient CopasiML_xsd.tmp#RadialGradient
Properties
abstract true
Substitution Group
Used by
Source
<xs:element name="gradientGroup.datatype" abstract="true"/>
Element schema:ListOfLineEndings
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#LineEnding
Properties
content complex
Used by
Model
Children schema:LineEnding
Instance
<schema:ListOfLineEndings xmlns:schema="http://www.copasi.org/static/schema">
  <schema:LineEnding id="">{1,unbounded}</schema:LineEnding>
</schema:ListOfLineEndings>
Source
<xs:element name="ListOfLineEndings">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:LineEnding"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema:LineEnding
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#lineEnding.datatype_id CopasiML_xsd.tmp#BoundingBox CopasiML_xsd.tmp#Group CopasiML_xsd.tmp#lineEnding.datatype
Type schema:lineEnding.datatype
Properties
content complex
Used by
Model
Children schema:BoundingBox, schema:Group
Instance
<schema:LineEnding id="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:BoundingBox>{1,1}</schema:BoundingBox>
  <schema:Group endHead="" fill="" fill-rule="" font-family="" font-size="" font-style="" font-weight="" startHead="" stroke="" stroke-dasharray="" stroke-width="" text-anchor="" transform="" vtext-anchor="">{1,1}</schema:Group>
</schema:LineEnding>
Attributes
QName Type Use
id schema:layoutId.datatype required
Source
<xs:element name="LineEnding" type="schema:lineEnding.datatype"/>
Element schema:Group
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#graphicalPrimitive2D.datatype CopasiML_xsd.tmp#group.datatype_font-family CopasiML_xsd.tmp#group.datatype_font-size CopasiML_xsd.tmp#group.datatype_font-style CopasiML_xsd.tmp#group.datatype_font-weight CopasiML_xsd.tmp#group.datatype_text-anchor CopasiML_xsd.tmp#group.datatype_vtext-anchor CopasiML_xsd.tmp#group.datatype_startHead CopasiML_xsd.tmp#group.datatype_endHead CopasiML_xsd.tmp#Group CopasiML_xsd.tmp#Text CopasiML_xsd.tmp#Rectangle CopasiML_xsd.tmp#Ellipse CopasiML_xsd.tmp#Polygon CopasiML_xsd.tmp#Image CopasiML_xsd.tmp#groupElements.datatype_Curve CopasiML_xsd.tmp#groupElements.datatype CopasiML_xsd.tmp#group.datatype
Type schema:group.datatype
Properties
content complex
Used by
Model
Children schema:Curve, schema:Ellipse, schema:Group, schema:Image, schema:Polygon, schema:Rectangle, schema:Text
Instance
<schema:Group endHead="" fill="" fill-rule="" font-family="" font-size="" font-style="" font-weight="" startHead="" stroke="" stroke-dasharray="" stroke-width="" text-anchor="" transform="" vtext-anchor="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Group endHead="" fill="" fill-rule="" font-family="" font-size="" font-style="" font-weight="" startHead="" stroke="" stroke-dasharray="" stroke-width="" text-anchor="" transform="" vtext-anchor="">{1,1}</schema:Group>
  <schema:Text font-family="" font-size="" font-style="" font-weight="" stroke="" stroke-dasharray="" stroke-width="" text-anchor="" transform="" vtext-anchor="" x="" y="">{1,1}</schema:Text>
  <schema:Rectangle fill="" fill-rule="" height="" rx="" ry="" stroke="" stroke-dasharray="" stroke-width="" transform="" width="" x="" y="">{1,1}</schema:Rectangle>
  <schema:Ellipse cx="" cy="" fill="" fill-rule="" rx="" ry="" stroke="" stroke-dasharray="" stroke-width="" transform="">{1,1}</schema:Ellipse>
  <schema:Polygon fill="" fill-rule="" stroke="" stroke-dasharray="" stroke-width="" transform="">{1,1}</schema:Polygon>
  <schema:Image height="" href="" transform="" width="" x="" y="">{1,1}</schema:Image>
  <schema:Curve endHead="" startHead="" stroke="" stroke-dasharray="" stroke-width="" transform="">{1,1}</schema:Curve>
</schema:Group>
Attributes
QName Type Use
endHead schema:layoutIdRef.datatype optional
fill schema:colorValueOrId.datatype optional
fill-rule restriction of xs:token optional
font-family xs:string optional
font-size schema:relAbsValue.datatype optional
font-style schema:fontStyle.datatype optional
font-weight schema:fontWeight.datatype optional
startHead schema:layoutIdRef.datatype optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
text-anchor schema:textAnchor.datatype optional
transform restriction of xs:string optional
vtext-anchor schema:vtextAnchor.datatype optional
Source
<xs:element name="Group" type="schema:group.datatype"/>
Element schema:Text
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#text.datatype
Properties
content complex
Used by
Attributes
QName Type Use
font-family xs:string optional
font-size schema:relAbsValue.datatype optional
font-style schema:fontStyle.datatype optional
font-weight schema:fontWeight.datatype optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
text-anchor schema:textAnchor.datatype optional
transform restriction of xs:string optional
vtext-anchor schema:vtextAnchor.datatype optional
x schema:relAbsValue.datatype required
y schema:relAbsValue.datatype required
Source
<xs:element name="Text">
  <xs:complexType>
    <xs:attributeGroup ref="schema:text.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:Rectangle
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#rectangle.datatype
Properties
content complex
Used by
Attributes
QName Type Use
fill schema:colorValueOrId.datatype optional
fill-rule restriction of xs:token optional
height schema:relAbsValue.datatype required
rx schema:relAbsValue.datatype optional
ry schema:relAbsValue.datatype optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
transform restriction of xs:string optional
width schema:relAbsValue.datatype required
x schema:relAbsValue.datatype required
y schema:relAbsValue.datatype required
Source
<xs:element name="Rectangle">
  <xs:complexType>
    <xs:attributeGroup ref="schema:rectangle.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:Ellipse
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ellipse.datatype
Properties
content complex
Used by
Attributes
QName Type Use
cx schema:relAbsValue.datatype required
cy schema:relAbsValue.datatype required
fill schema:colorValueOrId.datatype optional
fill-rule restriction of xs:token optional
rx schema:relAbsValue.datatype required
ry schema:relAbsValue.datatype required
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
transform restriction of xs:string optional
Source
<xs:element name="Ellipse">
  <xs:complexType>
    <xs:attributeGroup ref="schema:ellipse.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:Polygon
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#graphicalPrimitive2D.datatype CopasiML_xsd.tmp#ListOfElements CopasiML_xsd.tmp#polygon.datatype
Type schema:polygon.datatype
Properties
content complex
Used by
Model
Children schema:ListOfElements
Instance
<schema:Polygon fill="" fill-rule="" stroke="" stroke-dasharray="" stroke-width="" transform="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ListOfElements>{1,1}</schema:ListOfElements>
</schema:Polygon>
Attributes
QName Type Use
fill schema:colorValueOrId.datatype optional
fill-rule restriction of xs:token optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
transform restriction of xs:string optional
Source
<xs:element name="Polygon" type="schema:polygon.datatype"/>
Element schema:ListOfElements
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderCurve.element CopasiML_xsd.tmp#renderCurveElements.datatype
Type schema:renderCurveElements.datatype
Properties
content complex
Used by
Model
Children schema:renderCurve.element
Instance
<schema:ListOfElements xmlns:schema="http://www.copasi.org/static/schema">
  <schema:renderCurve.element>{1,unbounded}</schema:renderCurve.element>
</schema:ListOfElements>
Source
<xs:element name="ListOfElements" type="schema:renderCurveElements.datatype"/>
Element schema:renderCurve.element
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#RenderCubicBezier CopasiML_xsd.tmp#RenderPoint
Properties
abstract true
Substitution Group
Used by
Source
<xs:element name="renderCurve.element" abstract="true"/>
Element schema:Image
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#image.dataype
Properties
content complex
Used by
Attributes
QName Type Use
height schema:relAbsValue.datatype required
href xs:string required
transform restriction of xs:string optional
width schema:relAbsValue.datatype required
x schema:relAbsValue.datatype required
y schema:relAbsValue.datatype required
Source
<xs:element name="Image">
  <xs:complexType>
    <xs:attributeGroup ref="schema:image.dataype"/>
  </xs:complexType>
</xs:element>
Element schema:groupElements.datatype / schema:Curve
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#graphicalPrimitive1D.datatype CopasiML_xsd.tmp#renderCurve.datatype_startHead CopasiML_xsd.tmp#renderCurve.datatype_endHead CopasiML_xsd.tmp#ListOfElements CopasiML_xsd.tmp#renderCurve.datatype
Type schema:renderCurve.datatype
Properties
content complex
Model
Children schema:ListOfElements
Instance
<schema:Curve endHead="" startHead="" stroke="" stroke-dasharray="" stroke-width="" transform="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ListOfElements>{1,1}</schema:ListOfElements>
</schema:Curve>
Attributes
QName Type Use
endHead schema:layoutIdRef.datatype optional
startHead schema:layoutIdRef.datatype optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
transform restriction of xs:string optional
Source
<xs:element name="Curve" type="schema:renderCurve.datatype"/>
Element schema:localRenderInformation.datatype / schema:ListOfStyles
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#localRenderInformation.datatype_localRenderInformation.datatype_ListOfStyles_Style
Properties
content complex
minOccurs 0
Model
Children schema:Style
Instance
<schema:ListOfStyles xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Style key="" keyList="" roleList="" typeList="">{1,unbounded}</schema:Style>
</schema:ListOfStyles>
Source
<xs:element minOccurs="0" name="ListOfStyles">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Style" type="schema:localStyle.datatype"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema:localRenderInformation.datatype / schema:ListOfStyles / schema:Style
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#style.datatype_roleList CopasiML_xsd.tmp#style.datatype_typeList CopasiML_xsd.tmp#Group CopasiML_xsd.tmp#style.datatype CopasiML_xsd.tmp#localStyle.datatype_keyList CopasiML_xsd.tmp#localStyle.datatype_key CopasiML_xsd.tmp#localStyle.datatype
Type schema:localStyle.datatype
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children schema:Group
Instance
<schema:Style key="" keyList="" roleList="" typeList="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Group endHead="" fill="" fill-rule="" font-family="" font-size="" font-style="" font-weight="" startHead="" stroke="" stroke-dasharray="" stroke-width="" text-anchor="" transform="" vtext-anchor="">{1,1}</schema:Group>
</schema:Style>
Attributes
Source
<xs:element maxOccurs="unbounded" name="Style" type="schema:localStyle.datatype"/>
Element schema:ListOfGlobalRenderInformation
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#listOfGlobalRenderInformation.datatype_RenderInformation CopasiML_xsd.tmp#listOfGlobalRenderInformation.datatype
Type schema:listOfGlobalRenderInformation.datatype
Properties
content complex
Used by
Model
Children schema:RenderInformation
Instance
<schema:ListOfGlobalRenderInformation xmlns:schema="http://www.copasi.org/static/schema">
  <schema:RenderInformation backgroundColor="#FFFFFFFF" key="" name="" referenceRenderInformation="">{1,unbounded}</schema:RenderInformation>
</schema:ListOfGlobalRenderInformation>
Source
<xs:element name="ListOfGlobalRenderInformation" type="schema:listOfGlobalRenderInformation.datatype"/>
Element schema:listOfGlobalRenderInformation.datatype / schema:RenderInformation
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderInformationBase.datatype_backgroundColor CopasiML_xsd.tmp#renderInformationBase.datatype_referenceRenderInformation CopasiML_xsd.tmp#renderInformationBase.datatype_name CopasiML_xsd.tmp#ListOfColorDefinitions CopasiML_xsd.tmp#ListOfGradientDefinitions CopasiML_xsd.tmp#ListOfLineEndings CopasiML_xsd.tmp#renderInformationBase.datatype CopasiML_xsd.tmp#globalRenderInformation.datatype_key CopasiML_xsd.tmp#globalRenderInformation.datatype_ListOfStyles CopasiML_xsd.tmp#globalRenderInformation.datatype
Type schema:globalRenderInformation.datatype
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children schema:ListOfColorDefinitions, schema:ListOfGradientDefinitions, schema:ListOfLineEndings, schema:ListOfStyles
Instance
<schema:RenderInformation backgroundColor="#FFFFFFFF" key="" name="" referenceRenderInformation="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:ListOfColorDefinitions>{0,1}</schema:ListOfColorDefinitions>
  <schema:ListOfGradientDefinitions>{0,1}</schema:ListOfGradientDefinitions>
  <schema:ListOfLineEndings>{0,1}</schema:ListOfLineEndings>
  <schema:ListOfStyles>{0,1}</schema:ListOfStyles>
</schema:RenderInformation>
Attributes
QName Type Default Use
backgroundColor schema:colorValue.datatype #FFFFFFFF optional
key restriction of xs:ID required
name xs:string optional
referenceRenderInformation restriction of xs:IDREF optional
Source
<xs:element maxOccurs="unbounded" name="RenderInformation" type="schema:globalRenderInformation.datatype"/>
Element schema:globalRenderInformation.datatype / schema:ListOfStyles
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#globalRenderInformation.datatype_globalRenderInformation.datatype_ListOfStyles_Style
Properties
content complex
minOccurs 0
Model
Children schema:Style
Instance
<schema:ListOfStyles xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Style key="" roleList="" typeList="">{1,unbounded}</schema:Style>
</schema:ListOfStyles>
Source
<xs:element minOccurs="0" name="ListOfStyles">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Style" type="schema:globalStyle.dataType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema:globalRenderInformation.datatype / schema:ListOfStyles / schema:Style
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#style.datatype_roleList CopasiML_xsd.tmp#style.datatype_typeList CopasiML_xsd.tmp#Group CopasiML_xsd.tmp#style.datatype CopasiML_xsd.tmp#globalStyle.dataType_key CopasiML_xsd.tmp#globalStyle.dataType
Type schema:globalStyle.dataType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Model
Children schema:Group
Instance
<schema:Style key="" roleList="" typeList="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Group endHead="" fill="" fill-rule="" font-family="" font-size="" font-style="" font-weight="" startHead="" stroke="" stroke-dasharray="" stroke-width="" text-anchor="" transform="" vtext-anchor="">{1,1}</schema:Group>
</schema:Style>
Attributes
QName Type Use
key restriction of xs:ID optional
roleList schema:wsSeparatedStringList.datatype optional
typeList schema:wsSeparatedStringList.datatype optional
Source
<xs:element maxOccurs="unbounded" name="Style" type="schema:globalStyle.dataType"/>
Element schema:SBMLReference
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#SBMLReference_file CopasiML_xsd.tmp#SBMLMap
Properties
content complex
Used by
Element schema:COPASI
Model
Children schema:SBMLMap
Instance
<schema:SBMLReference file="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:SBMLMap COPASIkey="" SBMLid="">{1,unbounded}</schema:SBMLMap>
</schema:SBMLReference>
Attributes
QName Type Use
file xs:string required
Source
<xs:element name="SBMLReference">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="schema:SBMLMap"/>
    </xs:sequence>
    <xs:attribute name="file" use="required" type="xs:string"/>
  </xs:complexType>
</xs:element>
Element schema:SBMLMap
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#SBMLMap_COPASIkey CopasiML_xsd.tmp#SBMLMap_SBMLid
Properties
content complex
Used by
Attributes
QName Type Use
COPASIkey restriction of xs:IDREF required
SBMLid restriction of xs:string required
Source
<xs:element name="SBMLMap">
  <xs:complexType>
    <xs:attribute name="COPASIkey" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:IDREF">
          <xs:pattern value="[_a-zA-Z]+_\d+"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="SBMLid" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="[_a-zA-Z][_a-zA-Z0-9]*"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element schema:ListOfUnitDefinitions
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#UnitDefinition CopasiML_xsd.tmp#listOfUnitDefinitions.datatype
Type schema:listOfUnitDefinitions.datatype
Properties
content complex
Used by
Element schema:COPASI
Model
Children schema:UnitDefinition
Instance
<schema:ListOfUnitDefinitions xmlns:schema="http://www.copasi.org/static/schema">
  <schema:UnitDefinition key="" name="" symbol="">{1,unbounded}</schema:UnitDefinition>
</schema:ListOfUnitDefinitions>
Source
<xs:element name="ListOfUnitDefinitions" type="schema:listOfUnitDefinitions.datatype"/>
Element schema:UnitDefinition
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#UnitDefinition_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#UnitDefinition_symbol CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#Expression
Properties
content complex
Used by
Model
Children schema:Comment, schema:Expression, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation
Instance
<schema:UnitDefinition key="" name="" symbol="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:MiriamAnnotation>{0,1}</schema:MiriamAnnotation>
  <schema:Comment>{0,1}</schema:Comment>
  <schema:ListOfUnsupportedAnnotations>{0,1}</schema:ListOfUnsupportedAnnotations>
  <schema:Expression>{1,1}</schema:Expression>
</schema:UnitDefinition>
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
symbol xs:string required
Source
<xs:element name="UnitDefinition">
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="schema:annotation.datatype"/>
      <xs:element ref="schema:Expression"/>
    </xs:sequence>
    <xs:attribute name="key" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:ID">
          <xs:pattern value="Unit_\d+"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attributeGroup ref="schema:name.attribute"/>
    <xs:attribute name="symbol" use="required" type="xs:string"/>
  </xs:complexType>
</xs:element>
Element schema:Stop
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#gradientStop.datatype
Properties
content complex
Used by
Attributes
Source
<xs:element name="Stop">
  <xs:complexType>
    <xs:attributeGroup ref="schema:gradientStop.datatype"/>
  </xs:complexType>
</xs:element>
Element schema:RadialGradient
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#gradientBase.datatype_id CopasiML_xsd.tmp#Stop CopasiML_xsd.tmp#gradientBase.datatype CopasiML_xsd.tmp#radialGradient.datatype_cx CopasiML_xsd.tmp#radialGradient.datatype_cy CopasiML_xsd.tmp#radialGradient.datatype_r CopasiML_xsd.tmp#radialGradient.datatype_fx CopasiML_xsd.tmp#radialGradient.datatype_fy CopasiML_xsd.tmp#radialGradient.datatype CopasiML_xsd.tmp#gradientGroup.datatype
Type schema:radialGradient.datatype
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children schema:Stop
Instance
<schema:RadialGradient cx="" cy="" fx="" fy="" id="" r="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Stop offset="" stop-color="">{1,unbounded}</schema:Stop>
</schema:RadialGradient>
Attributes
Source
<xs:element name="RadialGradient" substitutionGroup="schema:gradientGroup.datatype" type="schema:radialGradient.datatype"/>
Element schema:LinearGradient
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#gradientBase.datatype_id CopasiML_xsd.tmp#Stop CopasiML_xsd.tmp#gradientBase.datatype CopasiML_xsd.tmp#linearGradient.datatype_x1 CopasiML_xsd.tmp#linearGradient.datatype_y1 CopasiML_xsd.tmp#linearGradient.datatype_z1 CopasiML_xsd.tmp#linearGradient.datatype_x2 CopasiML_xsd.tmp#linearGradient.datatype_y2 CopasiML_xsd.tmp#linearGradient.datatype_z2 CopasiML_xsd.tmp#linearGradient.datatype CopasiML_xsd.tmp#gradientGroup.datatype
Type schema:linearGradient.datatype
Type hierarchy
Properties
content complex
Substitution Group Affiliation
Model
Children schema:Stop
Instance
<schema:LinearGradient id="" x1="" x2="" y1="" y2="" z1="" z2="" xmlns:schema="http://www.copasi.org/static/schema">
  <schema:Stop offset="" stop-color="">{1,unbounded}</schema:Stop>
</schema:LinearGradient>
Attributes
Source
<xs:element name="LinearGradient" substitutionGroup="schema:gradientGroup.datatype" type="schema:linearGradient.datatype"/>
Element schema:RenderPoint
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderPoint.datatytpe CopasiML_xsd.tmp#renderCurve.element
Properties
content complex
Substitution Group Affiliation
Attributes
QName Type Use
x schema:relAbsValue.datatype required
y schema:relAbsValue.datatype required
Source
<xs:element name="RenderPoint" substitutionGroup="schema:renderCurve.element">
  <xs:complexType>
    <xs:attributeGroup ref="schema:renderPoint.datatytpe"/>
  </xs:complexType>
</xs:element>
Element schema:RenderCubicBezier
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderCubicBezier.datatype CopasiML_xsd.tmp#renderCurve.element
Properties
content complex
Substitution Group Affiliation
Attributes
Source
<xs:element name="RenderCubicBezier" substitutionGroup="schema:renderCurve.element">
  <xs:complexType>
    <xs:attributeGroup ref="schema:renderCubicBezier.datatype"/>
  </xs:complexType>
</xs:element>
Complex Type schema:listOfFunctions.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Function
Used by
Model
Children schema:Function
Source
<xs:complexType name="listOfFunctions.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Function"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:rdf.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Used by
Model
ANY element from namespace(s) 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
Source
<xs:complexType name="rdf.datatype">
  <xs:sequence>
    <xs:any namespace="http://www.w3.org/1999/02/22-rdf-syntax-ns#" processContents="skip"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:listOfUnsupportedAnnotations.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#UnsupportedAnnotation
Used by
Model
Children schema:UnsupportedAnnotation
Source
<xs:complexType name="listOfUnsupportedAnnotations.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:UnsupportedAnnotation"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:UnsupportedAnnotation.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Properties
mixed true
Used by
Model
ANY element from ANY namespace OTHER than 'http://www.copasi.org/static/schema'
Source
<xs:complexType name="UnsupportedAnnotation.datatype" mixed="true">
  <xs:sequence>
    <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="skip"/>
  </xs:sequence>
</xs:complexType>
Simple Type schema:expression.simpletype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="expression.simpletype">
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Complex Type schema:listOfParameterDescriptions.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ParameterDescription
Used by
Model
Children schema:ParameterDescription
Source
<xs:complexType name="listOfParameterDescriptions.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:ParameterDescription"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:model.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#model.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#model.datatype_simulationType CopasiML_xsd.tmp#model.datatype_timeUnit CopasiML_xsd.tmp#model.datatype_volumeUnit CopasiML_xsd.tmp#model.datatype_areaUnit CopasiML_xsd.tmp#model.datatype_lengthUnit CopasiML_xsd.tmp#model.datatype_quantityUnit CopasiML_xsd.tmp#model.datatype_type CopasiML_xsd.tmp#model.datatype_avogadroConstant CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#InitialExpression CopasiML_xsd.tmp#ListOfCompartments CopasiML_xsd.tmp#ListOfMetabolites CopasiML_xsd.tmp#ListOfModelValues CopasiML_xsd.tmp#ListOfReactions CopasiML_xsd.tmp#ListOfEvents CopasiML_xsd.tmp#ListOfModelParameterSets CopasiML_xsd.tmp#StateTemplate CopasiML_xsd.tmp#InitialState
Used by
Element schema:Model
Model
Children schema:Comment, schema:InitialExpression, schema:InitialState, schema:ListOfCompartments, schema:ListOfEvents, schema:ListOfMetabolites, schema:ListOfModelParameterSets, schema:ListOfModelValues, schema:ListOfReactions, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:StateTemplate
Attributes
QName Type Use
areaUnit xs:string required
avogadroConstant xs:double required
key restriction of xs:ID required
lengthUnit xs:string required
name restriction of xs:string required
quantityUnit xs:string required
simulationType restriction of xs:string required
timeUnit xs:string required
type restriction of xs:string required
volumeUnit xs:string required
Source
<xs:complexType name="model.datatype">
  <xs:sequence>
    <xs:group ref="schema:annotation.datatype"/>
    <xs:element minOccurs="0" ref="schema:InitialExpression"/>
    <xs:element minOccurs="0" ref="schema:ListOfCompartments"/>
    <xs:element minOccurs="0" ref="schema:ListOfMetabolites"/>
    <xs:element minOccurs="0" ref="schema:ListOfModelValues"/>
    <xs:element minOccurs="0" ref="schema:ListOfReactions"/>
    <xs:element minOccurs="0" ref="schema:ListOfEvents"/>
    <xs:element minOccurs="0" ref="schema:ListOfModelParameterSets"/>
    <xs:element minOccurs="0" ref="schema:StateTemplate"/>
    <xs:element minOccurs="0" ref="schema:InitialState"/>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Model_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="simulationType" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="time"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="timeUnit" use="required" type="xs:string"/>
  <xs:attribute name="volumeUnit" use="required" type="xs:string"/>
  <xs:attribute name="areaUnit" use="required" type="xs:string"/>
  <xs:attribute name="lengthUnit" use="required" type="xs:string"/>
  <xs:attribute name="quantityUnit" use="required" type="xs:string"/>
  <xs:attribute name="type" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="stochastic"/>
        <xs:enumeration value="deterministic"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="avogadroConstant" use="required" type="xs:double"/>
</xs:complexType>
Complex Type schema:listOfCompartments.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Compartment
Used by
Model
Children schema:Compartment
Source
<xs:complexType name="listOfCompartments.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Compartment"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:compartment.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#compartment.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#compartment.datatype_simulationType CopasiML_xsd.tmp#compartment.datatype_dimensionality CopasiML_xsd.tmp#compartment.datatype_addNoise CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#Expression CopasiML_xsd.tmp#InitialExpression CopasiML_xsd.tmp#NoiseExpression
Used by
Model
Children schema:Comment, schema:Expression, schema:InitialExpression, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:NoiseExpression
Attributes
QName Type Use
addNoise xs:boolean required
dimensionality restriction of xs:int required
key restriction of xs:ID required
name restriction of xs:string required
simulationType restriction of xs:string required
Source
<xs:complexType name="compartment.datatype">
  <xs:sequence>
    <xs:group ref="schema:annotation.datatype"/>
    <xs:element minOccurs="0" ref="schema:Expression"/>
    <xs:element minOccurs="0" ref="schema:InitialExpression"/>
    <xs:element minOccurs="0" ref="schema:NoiseExpression"/>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Compartment_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="simulationType" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="ode"/>
        <xs:enumeration value="assignment"/>
        <xs:enumeration value="fixed"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="dimensionality" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:int">
        <xs:minInclusive value="0"/>
        <xs:maxInclusive value="3"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="addNoise" use="required" type="xs:boolean"/>
</xs:complexType>
Complex Type schema:listOfMetabolites.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Metabolite
Used by
Model
Children schema:Metabolite
Source
<xs:complexType name="listOfMetabolites.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Metabolite"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:metabolite.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#metabolite.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#metabolite.datatype_compartment CopasiML_xsd.tmp#metabolite.datatype_simulationType CopasiML_xsd.tmp#metabolite.datatype_addNoise CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#Expression CopasiML_xsd.tmp#InitialExpression CopasiML_xsd.tmp#NoiseExpression
Used by
Model
Children schema:Comment, schema:Expression, schema:InitialExpression, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:NoiseExpression
Attributes
QName Type Use
addNoise xs:boolean required
compartment restriction of xs:IDREF required
key restriction of xs:ID required
name restriction of xs:string required
simulationType restriction of xs:string required
Source
<xs:complexType name="metabolite.datatype">
  <xs:sequence>
    <xs:group ref="schema:annotation.datatype"/>
    <xs:element minOccurs="0" ref="schema:Expression"/>
    <xs:element minOccurs="0" ref="schema:InitialExpression"/>
    <xs:element minOccurs="0" ref="schema:NoiseExpression"/>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Metabolite_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="compartment" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:IDREF">
        <xs:pattern value="Compartment_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="simulationType" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="ode"/>
        <xs:enumeration value="assignment"/>
        <xs:enumeration value="reactions"/>
        <xs:enumeration value="fixed"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="addNoise" use="required" type="xs:boolean"/>
</xs:complexType>
Complex Type schema:listOfModelValues.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ModelValue
Used by
Model
Children schema:ModelValue
Source
<xs:complexType name="listOfModelValues.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:ModelValue"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:modelValue.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#modelValue.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#modelValue.datatype_simulationType CopasiML_xsd.tmp#modelValue.datatype_addNoise CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#Expression CopasiML_xsd.tmp#InitialExpression CopasiML_xsd.tmp#NoiseExpression CopasiML_xsd.tmp#Unit
Used by
Model
Children schema:Comment, schema:Expression, schema:InitialExpression, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:NoiseExpression, schema:Unit
Attributes
QName Type Use
addNoise xs:boolean required
key restriction of xs:ID required
name restriction of xs:string required
simulationType restriction of xs:string required
Source
<xs:complexType name="modelValue.datatype">
  <xs:sequence>
    <xs:group ref="schema:annotation.datatype"/>
    <xs:element minOccurs="0" ref="schema:Expression"/>
    <xs:element minOccurs="0" ref="schema:InitialExpression"/>
    <xs:element minOccurs="0" ref="schema:NoiseExpression"/>
    <xs:element minOccurs="0" ref="schema:Unit"/>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="ModelValue_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="simulationType" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="ode"/>
        <xs:enumeration value="assignment"/>
        <xs:enumeration value="fixed"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="addNoise" use="required" type="xs:boolean"/>
</xs:complexType>
Complex Type schema:listOfReactions.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Reaction
Used by
Model
Children schema:Reaction
Source
<xs:complexType name="listOfReactions.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Reaction"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:reaction.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#reaction.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#reaction.datatype_reversible CopasiML_xsd.tmp#reaction.datatype_fast CopasiML_xsd.tmp#reaction.datatype_addNoise CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#ListOfSubstrates CopasiML_xsd.tmp#ListOfProducts CopasiML_xsd.tmp#ListOfModifiers CopasiML_xsd.tmp#ListOfConstants CopasiML_xsd.tmp#KineticLaw CopasiML_xsd.tmp#NoiseExpression
Used by
Element schema:Reaction
Model
Children schema:Comment, schema:KineticLaw, schema:ListOfConstants, schema:ListOfModifiers, schema:ListOfProducts, schema:ListOfSubstrates, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:NoiseExpression
Attributes
QName Type Use
addNoise xs:boolean required
fast xs:boolean required
key restriction of xs:ID required
name restriction of xs:string required
reversible xs:boolean required
Source
<xs:complexType name="reaction.datatype">
  <xs:sequence>
    <xs:group ref="schema:annotation.datatype"/>
    <xs:element minOccurs="0" ref="schema:ListOfSubstrates"/>
    <xs:element minOccurs="0" ref="schema:ListOfProducts"/>
    <xs:element minOccurs="0" ref="schema:ListOfModifiers"/>
    <xs:element minOccurs="0" ref="schema:ListOfConstants"/>
    <xs:element minOccurs="0" ref="schema:KineticLaw"/>
    <xs:element minOccurs="0" ref="schema:NoiseExpression"/>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Reaction_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="reversible" use="required" type="xs:boolean"/>
  <xs:attribute name="fast" use="required" type="xs:boolean"/>
  <xs:attribute name="addNoise" use="required" type="xs:boolean"/>
</xs:complexType>
Complex Type schema:listOfConstants.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Constant
Used by
Model
Children schema:Constant
Source
<xs:complexType name="listOfConstants.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Constant"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:kineticLaw.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#kineticLaw.datatype_unitType CopasiML_xsd.tmp#kineticLaw.datatype_scalingCompartment CopasiML_xsd.tmp#kineticLaw.datatype_function CopasiML_xsd.tmp#ListOfCallParameters
Used by
Model
Children schema:ListOfCallParameters
Attributes
QName Type Use
function restriction of xs:IDREF required
scalingCompartment restriction of xs:string optional
unitType restriction of xs:string required
Source
<xs:complexType name="kineticLaw.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" ref="schema:ListOfCallParameters"/>
  </xs:sequence>
  <xs:attribute name="unitType" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Default"/>
        <xs:enumeration value="AmountPerTime"/>
        <xs:enumeration value="ConcentrationPerTime"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="scalingCompartment">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="CN=Root,Model=([^\\\[\]=,>]|\\.)*,Vector=Compartments\[([^\\\[\]=,>]|\\.)*\]"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="function" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:IDREF">
        <xs:pattern value="Function_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Complex Type schema:listOfCallParameters.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#CallParameter
Used by
Model
Children schema:CallParameter
Source
<xs:complexType name="listOfCallParameters.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:CallParameter"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:callParameter.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#callParameter.datatype_functionParameter CopasiML_xsd.tmp#SourceParameter
Used by
Model
Children schema:SourceParameter
Attributes
QName Type Use
functionParameter restriction of xs:IDREF required
Source
<xs:complexType name="callParameter.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:SourceParameter"/>
  </xs:sequence>
  <xs:attribute name="functionParameter" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:IDREF">
        <xs:pattern value="FunctionParameter_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Complex Type schema:listOfEvents.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Event
Used by
Model
Children schema:Event
Source
<xs:complexType name="listOfEvents.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Event"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:event.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#event.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#event.datatype_fireAtInitialTime CopasiML_xsd.tmp#event.datatype_persistentTrigger CopasiML_xsd.tmp#event.datatype_delayAssignment CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#TriggerExpression CopasiML_xsd.tmp#DelayExpression CopasiML_xsd.tmp#PriorityExpression CopasiML_xsd.tmp#ListOfAssignments
Used by
Element schema:Event
Model
Children schema:Comment, schema:DelayExpression, schema:ListOfAssignments, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:PriorityExpression, schema:TriggerExpression
Attributes
QName Type Use
delayAssignment xs:boolean optional
fireAtInitialTime xs:boolean required
key restriction of xs:ID required
name restriction of xs:string required
persistentTrigger xs:boolean required
Source
<xs:complexType name="event.datatype">
  <xs:sequence>
    <xs:group ref="schema:annotation.datatype"/>
    <xs:element ref="schema:TriggerExpression"/>
    <xs:element minOccurs="0" ref="schema:DelayExpression"/>
    <xs:element minOccurs="0" ref="schema:PriorityExpression"/>
    <xs:element minOccurs="0" ref="schema:ListOfAssignments"/>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Event_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="fireAtInitialTime" use="required" type="xs:boolean"/>
  <xs:attribute name="persistentTrigger" use="required" type="xs:boolean"/>
  <xs:attribute name="delayAssignment" type="xs:boolean"/>
</xs:complexType>
Complex Type schema:listOfEventAssignments.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Assignment
Used by
Model
Children schema:Assignment
Source
<xs:complexType name="listOfEventAssignments.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Assignment"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:listOfModelParameterSets.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#listOfModelParameterSets.datatype_activeSet CopasiML_xsd.tmp#ModelParameterSet
Used by
Model
Children schema:ModelParameterSet
Attributes
QName Type Use
activeSet restriction of xs:IDREF required
Source
<xs:complexType name="listOfModelParameterSets.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:ModelParameterSet"/>
  </xs:sequence>
  <xs:attribute name="activeSet" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:IDREF">
        <xs:pattern value="ModelParameterSet_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Complex Type schema:modelParameterSet.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#modelParameterSet.datatype_key CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations CopasiML_xsd.tmp#annotation.datatype CopasiML_xsd.tmp#ModelParameterGroup CopasiML_xsd.tmp#ModelParameter CopasiML_xsd.tmp#modelParameterGroup.datatype
Used by
Model
Children schema:Comment, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation, schema:ModelParameter, schema:ModelParameterGroup
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
Source
<xs:complexType name="modelParameterSet.datatype">
  <xs:sequence>
    <xs:group ref="schema:annotation.datatype"/>
    <xs:group ref="schema:modelParameterGroup.datatype"/>
  </xs:sequence>
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="ModelParameterSet_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Complex Type schema:modelParameter.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#modelParameter.datatype_cn CopasiML_xsd.tmp#modelParameter.datatype_value CopasiML_xsd.tmp#modelParameter.datatype_type CopasiML_xsd.tmp#modelParameter.datatype_simulationType CopasiML_xsd.tmp#InitialExpression
Used by
Model
Children schema:InitialExpression
Attributes
QName Type Use
cn xs:string required
simulationType restriction of xs:string required
type restriction of xs:string required
value xs:double required
Source
<xs:complexType name="modelParameter.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" ref="schema:InitialExpression"/>
  </xs:sequence>
  <xs:attribute name="cn" use="required" type="xs:string"/>
  <xs:attribute name="value" use="required" type="xs:double"/>
  <xs:attribute name="type" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="Model"/>
        <xs:enumeration value="Compartment"/>
        <xs:enumeration value="Species"/>
        <xs:enumeration value="ModelValue"/>
        <xs:enumeration value="ReactionParameter"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="simulationType" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="time"/>
        <xs:enumeration value="ode"/>
        <xs:enumeration value="assignment"/>
        <xs:enumeration value="reactions"/>
        <xs:enumeration value="fixed"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Complex Type schema:listOfTasks.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Task
Used by
Model
Children schema:Task
Source
<xs:complexType name="listOfTasks.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Task"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:task.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#task.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#task.datatype_updateModel CopasiML_xsd.tmp#task.datatype_scheduled CopasiML_xsd.tmp#task.datatype_type CopasiML_xsd.tmp#task.datatype_Report CopasiML_xsd.tmp#Problem CopasiML_xsd.tmp#Method
Used by
Element schema:Task
Model
Children schema:Method, schema:Problem, schema:Report
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
scheduled xs:boolean required
type schema:taskTypeEnumeration.datatype required
updateModel xs:boolean required
Source
<xs:complexType name="task.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" name="Report">
      <xs:complexType>
        <xs:attributeGroup ref="schema:report.datatype"/>
      </xs:complexType>
    </xs:element>
    <xs:element ref="schema:Problem"/>
    <xs:element ref="schema:Method"/>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Task_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="updateModel" use="required" type="xs:boolean"/>
  <xs:attribute name="scheduled" use="required" type="xs:boolean"/>
  <xs:attribute name="type" use="required" type="schema:taskTypeEnumeration.datatype"/>
</xs:complexType>
Complex Type schema:parameterList.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ParameterGroup CopasiML_xsd.tmp#Parameter CopasiML_xsd.tmp#ParameterText
Used by
Model
Children schema:Parameter, schema:ParameterGroup, schema:ParameterText
Source
<xs:complexType name="parameterList.datatype">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="schema:ParameterGroup"/>
    <xs:element ref="schema:Parameter"/>
    <xs:element ref="schema:ParameterText"/>
  </xs:choice>
</xs:complexType>
Simple Type schema:taskTypeEnumeration.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration lyapunovExponents
enumeration parameterFitting
enumeration timeCourse
enumeration moieties
enumeration sensitivities
enumeration optimization
enumeration metabolicControlAnalysis
enumeration timeScaleSeparationAnalysis
enumeration scan
enumeration steadyState
enumeration fluxMode
enumeration timeScaleSeparation
enumeration crosssection
enumeration linearNoiseApproximation
enumeration unset
Used by
Source
<xs:simpleType name="taskTypeEnumeration.datatype">
  <xs:restriction base="xs:string">
    <xs:enumeration value="lyapunovExponents"/>
    <xs:enumeration value="parameterFitting"/>
    <xs:enumeration value="timeCourse"/>
    <xs:enumeration value="moieties"/>
    <xs:enumeration value="sensitivities"/>
    <xs:enumeration value="optimization"/>
    <xs:enumeration value="metabolicControlAnalysis"/>
    <xs:enumeration value="timeScaleSeparationAnalysis"/>
    <xs:enumeration value="scan"/>
    <xs:enumeration value="steadyState"/>
    <xs:enumeration value="fluxMode"/>
    <xs:enumeration value="timeScaleSeparation"/>
    <xs:enumeration value="crosssection"/>
    <xs:enumeration value="linearNoiseApproximation"/>
    <xs:enumeration value="unset"/>
  </xs:restriction>
</xs:simpleType>
Complex Type schema:listOfReportSpecifications.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#listOfReportSpecifications.datatype_Report
Used by
Model
Children schema:Report
Source
<xs:complexType name="listOfReportSpecifications.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" name="Report" type="schema:reportSpecification.datatype"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:reportSpecification.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#reportSpecification.datatype_key CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#reportSpecification.datatype_taskType CopasiML_xsd.tmp#reportSpecification.datatype_precision CopasiML_xsd.tmp#reportSpecification.datatype_separator CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#Table CopasiML_xsd.tmp#Header CopasiML_xsd.tmp#Body CopasiML_xsd.tmp#Footer
Used by
Model
Children schema:Body, schema:Comment, schema:Footer, schema:Header, schema:Table
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
precision xs:unsignedInt required
separator xs:string required
taskType schema:taskTypeEnumeration.datatype required
Source
<xs:complexType name="reportSpecification.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" ref="schema:Comment"/>
    <xs:choice>
      <xs:element ref="schema:Table"/>
      <xs:sequence>
        <xs:element minOccurs="0" ref="schema:Header"/>
        <xs:element minOccurs="0" ref="schema:Body"/>
        <xs:element minOccurs="0" ref="schema:Footer"/>
      </xs:sequence>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Report_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="taskType" use="required" type="schema:taskTypeEnumeration.datatype"/>
  <xs:attribute name="precision" use="required" type="xs:unsignedInt"/>
  <xs:attribute name="separator" use="required" type="xs:string"/>
</xs:complexType>
Complex Type schema:reportSection.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Object
Used by
Model
Children schema:Object
Source
<xs:complexType name="reportSection.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Object"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:listOfPlotSpecifications.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#PlotSpecification
Used by
Model
Children schema:PlotSpecification
Source
<xs:complexType name="listOfPlotSpecifications.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:PlotSpecification"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:plotSpecification.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ParameterGroup CopasiML_xsd.tmp#Parameter CopasiML_xsd.tmp#ParameterText CopasiML_xsd.tmp#parameterList.datatype CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#plotSpecification.datatype_type CopasiML_xsd.tmp#plotSpecification.datatype_active CopasiML_xsd.tmp#ListOfPlotItems
Type extension of schema:parameterList.datatype
Type hierarchy
Used by
Model
Children schema:ListOfPlotItems, schema:Parameter, schema:ParameterGroup, schema:ParameterText
Attributes
QName Type Use
active xs:boolean required
name restriction of xs:string required
type restriction of xs:string required
Source
<xs:complexType name="plotSpecification.datatype">
  <xs:complexContent>
    <xs:extension base="schema:parameterList.datatype">
      <xs:sequence>
        <xs:element ref="schema:ListOfPlotItems"/>
      </xs:sequence>
      <xs:attributeGroup ref="schema:name.attribute"/>
      <xs:attribute name="type" use="required">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="Plot2D"/>
            <xs:enumeration value="SimWiz"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="active" use="required" type="xs:boolean"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type schema:listOfPlotItems.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#PlotItem
Used by
Model
Children schema:PlotItem
Source
<xs:complexType name="listOfPlotItems.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:PlotItem"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:plotItem.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ParameterGroup CopasiML_xsd.tmp#Parameter CopasiML_xsd.tmp#ParameterText CopasiML_xsd.tmp#parameterList.datatype CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#plotItem.datatype_type CopasiML_xsd.tmp#ListOfChannels
Type extension of schema:parameterList.datatype
Type hierarchy
Used by
Element schema:PlotItem
Model
Children schema:ListOfChannels, schema:Parameter, schema:ParameterGroup, schema:ParameterText
Attributes
QName Type Use
name restriction of xs:string required
type restriction of xs:string required
Source
<xs:complexType name="plotItem.datatype">
  <xs:complexContent>
    <xs:extension base="schema:parameterList.datatype">
      <xs:sequence>
        <xs:element ref="schema:ListOfChannels"/>
      </xs:sequence>
      <xs:attributeGroup ref="schema:name.attribute"/>
      <xs:attribute name="type" use="required">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="Unset"/>
            <xs:enumeration value="Histogram1DItem"/>
            <xs:enumeration value="Curve2D"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type schema:listOfChannels.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ChannelSpec
Used by
Model
Children schema:ChannelSpec
Source
<xs:complexType name="listOfChannels.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:ChannelSpec"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:gui.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ListOfSliders
Used by
Element schema:GUI
Model
Children schema:ListOfSliders
Source
<xs:complexType name="gui.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" ref="schema:ListOfSliders"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:listOfSliders.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Slider
Used by
Model
Children schema:Slider
Source
<xs:complexType name="listOfSliders.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Slider"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:listOfLayouts.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Layout CopasiML_xsd.tmp#ListOfGlobalRenderInformation
Used by
Model
Children schema:Layout, schema:ListOfGlobalRenderInformation
Source
<xs:complexType name="listOfLayouts.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:Layout"/>
    <xs:element minOccurs="0" ref="schema:ListOfGlobalRenderInformation"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:layout.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#layout.datatype_key CopasiML_xsd.tmp#layout.datatype_name CopasiML_xsd.tmp#layout.datatype_Dimensions CopasiML_xsd.tmp#ListOfCompartmentGlyphs CopasiML_xsd.tmp#ListOfMetabGlyphs CopasiML_xsd.tmp#ListOfReactionGlyphs CopasiML_xsd.tmp#ListOfTextGlyphs CopasiML_xsd.tmp#ListOfAdditionalGraphicalObjects CopasiML_xsd.tmp#ListOfRenderInformation
Used by
Element schema:Layout
Model
Children schema:Dimensions, schema:ListOfAdditionalGraphicalObjects, schema:ListOfCompartmentGlyphs, schema:ListOfMetabGlyphs, schema:ListOfReactionGlyphs, schema:ListOfRenderInformation, schema:ListOfTextGlyphs
Attributes
QName Type Use
key restriction of xs:ID required
name xs:string optional
Source
<xs:complexType name="layout.datatype">
  <xs:sequence>
    <xs:element name="Dimensions">
      <xs:complexType>
        <xs:attributeGroup ref="schema:dimension.datatype"/>
      </xs:complexType>
    </xs:element>
    <xs:element minOccurs="0" ref="schema:ListOfCompartmentGlyphs"/>
    <xs:element minOccurs="0" ref="schema:ListOfMetabGlyphs"/>
    <xs:element minOccurs="0" ref="schema:ListOfReactionGlyphs"/>
    <xs:element minOccurs="0" ref="schema:ListOfTextGlyphs"/>
    <xs:element minOccurs="0" ref="schema:ListOfAdditionalGraphicalObjects"/>
    <xs:element minOccurs="0" ref="schema:ListOfRenderInformation"/>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Layout_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="name" type="xs:string"/>
</xs:complexType>
Complex Type schema:listOfCompartmentGlyphs.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#CompartmentGlyph
Used by
Model
Children schema:CompartmentGlyph
Source
<xs:complexType name="listOfCompartmentGlyphs.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:CompartmentGlyph"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:glyph.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#glyph.datatype_key CopasiML_xsd.tmp#glyph.datatype_name CopasiML_xsd.tmp#BoundingBox
Used by
Model
Children schema:BoundingBox
Attributes
QName Type Use
key restriction of xs:ID required
name xs:string optional
Source
<xs:complexType name="glyph.datatype">
  <xs:sequence>
    <xs:element ref="schema:BoundingBox"/>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Layout_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="name" type="xs:string"/>
</xs:complexType>
Complex Type schema:boundingBox.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Position CopasiML_xsd.tmp#boundingBox.datatype_Dimensions
Used by
Model
Children schema:Dimensions, schema:Position
Source
<xs:complexType name="boundingBox.datatype">
  <xs:sequence>
    <xs:element ref="schema:Position"/>
    <xs:element name="Dimensions">
      <xs:complexType>
        <xs:attribute name="width" use="required" type="xs:double"/>
        <xs:attribute name="height" use="required" type="xs:double"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type schema:listOfMetabGlyphs.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#MetaboliteGlyph
Used by
Model
Children schema:MetaboliteGlyph
Source
<xs:complexType name="listOfMetabGlyphs.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:MetaboliteGlyph"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:listOfReactionGlyphs.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ReactionGlyph
Used by
Model
Children schema:ReactionGlyph
Source
<xs:complexType name="listOfReactionGlyphs.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="schema:ReactionGlyph"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:layoutCurve.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ListOfCurveSegments
Used by
Model
Children schema:ListOfCurveSegments
Source
<xs:complexType name="layoutCurve.datatype">
  <xs:sequence>
    <xs:element ref="schema:ListOfCurveSegments"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:lineSegment.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Start CopasiML_xsd.tmp#End
Used by
Model
Children schema:End, schema:Start
Source
<xs:complexType name="lineSegment.datatype">
  <xs:sequence>
    <xs:element ref="schema:Start"/>
    <xs:element ref="schema:End"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:cubicBezier.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Start CopasiML_xsd.tmp#End CopasiML_xsd.tmp#lineSegment.datatype CopasiML_xsd.tmp#BasePoint1 CopasiML_xsd.tmp#BasePoint2
Type extension of schema:lineSegment.datatype
Type hierarchy
Used by
Model
Children schema:BasePoint1, schema:BasePoint2, schema:End, schema:Start
Source
<xs:complexType name="cubicBezier.datatype">
  <xs:complexContent>
    <xs:extension base="schema:lineSegment.datatype">
      <xs:sequence>
        <xs:element minOccurs="0" ref="schema:BasePoint1"/>
        <xs:element minOccurs="0" ref="schema:BasePoint2"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type schema:metaboliteReferenceGlyp.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype_key CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype_name CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype_metaboliteGlyph CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype_role CopasiML_xsd.tmp#BoundingBox CopasiML_xsd.tmp#metaboliteReferenceGlyp.datatype_Curve
Used by
Model
Children schema:BoundingBox, schema:Curve
Attributes
QName Type Use
key restriction of xs:ID required
metaboliteGlyph restriction of xs:IDREF optional
name xs:string optional
role xs:string optional
Source
<xs:complexType name="metaboliteReferenceGlyp.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" ref="schema:BoundingBox"/>
    <xs:element minOccurs="0" name="Curve" type="schema:layoutCurve.datatype"/>
  </xs:sequence>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Layout_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="name" type="xs:string"/>
  <xs:attribute name="metaboliteGlyph">
    <xs:simpleType>
      <xs:restriction base="xs:IDREF">
        <xs:pattern value="Layout_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="role" type="xs:string"/>
</xs:complexType>
Complex Type schema:listOfTextGlyphs.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#TextGlyph
Used by
Model
Children schema:TextGlyph
Source
<xs:complexType name="listOfTextGlyphs.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:TextGlyph"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:listOfAdditionalGraphicalObjects.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#AdditionalGraphicalObject
Used by
Model
Children schema:AdditionalGraphicalObject
Source
<xs:complexType name="listOfAdditionalGraphicalObjects.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:AdditionalGraphicalObject"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:listOfLocalRenderInformation.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#listOfLocalRenderInformation.datatype_RenderInformation
Used by
Model
Children schema:RenderInformation
Source
<xs:complexType name="listOfLocalRenderInformation.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" name="RenderInformation" type="schema:localRenderInformation.datatype"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:localRenderInformation.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderInformationBase.datatype_backgroundColor CopasiML_xsd.tmp#renderInformationBase.datatype_referenceRenderInformation CopasiML_xsd.tmp#renderInformationBase.datatype_name CopasiML_xsd.tmp#ListOfColorDefinitions CopasiML_xsd.tmp#ListOfGradientDefinitions CopasiML_xsd.tmp#ListOfLineEndings CopasiML_xsd.tmp#renderInformationBase.datatype CopasiML_xsd.tmp#localRenderInformation.datatype_key CopasiML_xsd.tmp#localRenderInformation.datatype_ListOfStyles
Type extension of schema:renderInformationBase.datatype
Type hierarchy
Used by
Model
Children schema:ListOfColorDefinitions, schema:ListOfGradientDefinitions, schema:ListOfLineEndings, schema:ListOfStyles
Attributes
QName Type Default Use
backgroundColor schema:colorValue.datatype #FFFFFFFF optional
key restriction of xs:ID required
name xs:string optional
referenceRenderInformation restriction of xs:IDREF optional
Source
<xs:complexType name="localRenderInformation.datatype">
  <xs:complexContent>
    <xs:extension base="schema:renderInformationBase.datatype">
      <xs:sequence>
        <xs:element minOccurs="0" name="ListOfStyles">
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" name="Style" type="schema:localStyle.datatype"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="key" use="required">
        <xs:simpleType>
          <xs:restriction base="xs:ID">
            <xs:pattern value="LocalRenderInformation_\d+"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type schema:renderInformationBase.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderInformationBase.datatype_backgroundColor CopasiML_xsd.tmp#renderInformationBase.datatype_referenceRenderInformation CopasiML_xsd.tmp#renderInformationBase.datatype_name CopasiML_xsd.tmp#ListOfColorDefinitions CopasiML_xsd.tmp#ListOfGradientDefinitions CopasiML_xsd.tmp#ListOfLineEndings
Used by
Model
Children schema:ListOfColorDefinitions, schema:ListOfGradientDefinitions, schema:ListOfLineEndings
Attributes
QName Type Default Use
backgroundColor schema:colorValue.datatype #FFFFFFFF optional
name xs:string optional
referenceRenderInformation restriction of xs:IDREF optional
Source
<xs:complexType name="renderInformationBase.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" ref="schema:ListOfColorDefinitions"/>
    <xs:element minOccurs="0" ref="schema:ListOfGradientDefinitions"/>
    <xs:element minOccurs="0" ref="schema:ListOfLineEndings"/>
  </xs:sequence>
  <xs:attribute name="backgroundColor" default="#FFFFFFFF" type="schema:colorValue.datatype"/>
  <xs:attribute name="referenceRenderInformation">
    <xs:simpleType>
      <xs:restriction base="xs:IDREF">
        <xs:pattern value="[_a-zA-Z]+_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="name" type="xs:string"/>
</xs:complexType>
Simple Type schema:layoutId.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Used by
Source
<xs:simpleType name="layoutId.datatype">
  <xs:restriction base="xs:string">
    <xs:pattern value="[_a-zA-Z][_a-zA-Z0-9]*"/>
  </xs:restriction>
</xs:simpleType>
Simple Type schema:colorValue.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:string
Facets
pattern #([0-9a-f]|[0-9A-F]){8}|#([0-9a-f]|[0-9A-F]){6}
Used by
Source
<xs:simpleType name="colorValue.datatype">
  <xs:restriction base="xs:string">
    <xs:pattern value="#([0-9a-f]|[0-9A-F]){8}|#([0-9a-f]|[0-9A-F]){6}"/>
  </xs:restriction>
</xs:simpleType>
Complex Type schema:lineEnding.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#lineEnding.datatype_id CopasiML_xsd.tmp#BoundingBox CopasiML_xsd.tmp#Group
Used by
Model
Children schema:BoundingBox, schema:Group
Attributes
QName Type Use
id schema:layoutId.datatype required
Source
<xs:complexType name="lineEnding.datatype">
  <xs:sequence>
    <xs:element ref="schema:BoundingBox"/>
    <xs:element ref="schema:Group"/>
  </xs:sequence>
  <xs:attribute name="id" use="required" type="schema:layoutId.datatype"/>
</xs:complexType>
Complex Type schema:group.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#graphicalPrimitive2D.datatype CopasiML_xsd.tmp#group.datatype_font-family CopasiML_xsd.tmp#group.datatype_font-size CopasiML_xsd.tmp#group.datatype_font-style CopasiML_xsd.tmp#group.datatype_font-weight CopasiML_xsd.tmp#group.datatype_text-anchor CopasiML_xsd.tmp#group.datatype_vtext-anchor CopasiML_xsd.tmp#group.datatype_startHead CopasiML_xsd.tmp#group.datatype_endHead CopasiML_xsd.tmp#Group CopasiML_xsd.tmp#Text CopasiML_xsd.tmp#Rectangle CopasiML_xsd.tmp#Ellipse CopasiML_xsd.tmp#Polygon CopasiML_xsd.tmp#Image CopasiML_xsd.tmp#groupElements.datatype_Curve CopasiML_xsd.tmp#groupElements.datatype
Used by
Element schema:Group
Model
Children schema:Curve, schema:Ellipse, schema:Group, schema:Image, schema:Polygon, schema:Rectangle, schema:Text
Attributes
QName Type Use
endHead schema:layoutIdRef.datatype optional
fill schema:colorValueOrId.datatype optional
fill-rule restriction of xs:token optional
font-family xs:string optional
font-size schema:relAbsValue.datatype optional
font-style schema:fontStyle.datatype optional
font-weight schema:fontWeight.datatype optional
startHead schema:layoutIdRef.datatype optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
text-anchor schema:textAnchor.datatype optional
transform restriction of xs:string optional
vtext-anchor schema:vtextAnchor.datatype optional
Source
<xs:complexType name="group.datatype">
  <xs:group minOccurs="0" maxOccurs="unbounded" ref="schema:groupElements.datatype"/>
  <xs:attributeGroup ref="schema:graphicalPrimitive2D.datatype"/>
  <xs:attribute name="font-family" type="xs:string"/>
  <xs:attribute name="font-size" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="font-style" type="schema:fontStyle.datatype"/>
  <xs:attribute name="font-weight" type="schema:fontWeight.datatype"/>
  <xs:attribute name="text-anchor" type="schema:textAnchor.datatype"/>
  <xs:attribute name="vtext-anchor" type="schema:vtextAnchor.datatype"/>
  <xs:attribute name="startHead" type="schema:layoutIdRef.datatype"/>
  <xs:attribute name="endHead" type="schema:layoutIdRef.datatype"/>
</xs:complexType>
Simple Type schema:colorValueOrId.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#layoutIdRef.datatype CopasiML_xsd.tmp#colorValue.datatype
Type union of(schema:layoutIdRef.datatype, schema:colorValue.datatype)
Used by
Source
<xs:simpleType name="colorValueOrId.datatype">
  <xs:union memberTypes="schema:layoutIdRef.datatype schema:colorValue.datatype"/>
</xs:simpleType>
Simple Type schema:relAbsValue.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:string
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:simpleType name="relAbsValue.datatype">
  <xs:restriction base="xs:string">
    <xs:pattern value="\s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*"/>
  </xs:restriction>
</xs:simpleType>
Simple Type schema:fontStyle.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration normal
enumeration italic
Used by
Source
<xs:simpleType name="fontStyle.datatype">
  <xs:restriction base="xs:token">
    <xs:enumeration value="normal"/>
    <xs:enumeration value="italic"/>
  </xs:restriction>
</xs:simpleType>
Simple Type schema:fontWeight.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration normal
enumeration bold
Used by
Source
<xs:simpleType name="fontWeight.datatype">
  <xs:restriction base="xs:token">
    <xs:enumeration value="normal"/>
    <xs:enumeration value="bold"/>
  </xs:restriction>
</xs:simpleType>
Simple Type schema:textAnchor.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration start
enumeration middle
enumeration end
Used by
Source
<xs:simpleType name="textAnchor.datatype">
  <xs:restriction base="xs:token">
    <xs:enumeration value="start"/>
    <xs:enumeration value="middle"/>
    <xs:enumeration value="end"/>
  </xs:restriction>
</xs:simpleType>
Simple Type schema:vtextAnchor.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration top
enumeration middle
enumeration bottom
Used by
Source
<xs:simpleType name="vtextAnchor.datatype">
  <xs:restriction base="xs:token">
    <xs:enumeration value="top"/>
    <xs:enumeration value="middle"/>
    <xs:enumeration value="bottom"/>
  </xs:restriction>
</xs:simpleType>
Complex Type schema:polygon.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#graphicalPrimitive2D.datatype CopasiML_xsd.tmp#ListOfElements
Used by
Element schema:Polygon
Model
Children schema:ListOfElements
Attributes
QName Type Use
fill schema:colorValueOrId.datatype optional
fill-rule restriction of xs:token optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
transform restriction of xs:string optional
Source
<xs:complexType name="polygon.datatype">
  <xs:sequence>
    <xs:element ref="schema:ListOfElements"/>
  </xs:sequence>
  <xs:attributeGroup ref="schema:graphicalPrimitive2D.datatype"/>
</xs:complexType>
Complex Type schema:renderCurveElements.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderCurve.element
Used by
Model
Children schema:renderCurve.element
Source
<xs:complexType name="renderCurveElements.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:renderCurve.element"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:renderCurve.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#graphicalPrimitive1D.datatype CopasiML_xsd.tmp#renderCurve.datatype_startHead CopasiML_xsd.tmp#renderCurve.datatype_endHead CopasiML_xsd.tmp#ListOfElements
Used by
Model
Children schema:ListOfElements
Attributes
QName Type Use
endHead schema:layoutIdRef.datatype optional
startHead schema:layoutIdRef.datatype optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
transform restriction of xs:string optional
Source
<xs:complexType name="renderCurve.datatype">
  <xs:sequence>
    <xs:element ref="schema:ListOfElements"/>
  </xs:sequence>
  <xs:attributeGroup ref="schema:graphicalPrimitive1D.datatype"/>
  <xs:attribute name="startHead" type="schema:layoutIdRef.datatype"/>
  <xs:attribute name="endHead" type="schema:layoutIdRef.datatype"/>
</xs:complexType>
Simple Type schema:layoutIdRef.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Used by
Source
<xs:simpleType name="layoutIdRef.datatype">
  <xs:restriction base="xs:string">
    <xs:pattern value="[_a-zA-Z][_a-zA-Z0-9]*"/>
  </xs:restriction>
</xs:simpleType>
Complex Type schema:localStyle.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#style.datatype_roleList CopasiML_xsd.tmp#style.datatype_typeList CopasiML_xsd.tmp#Group CopasiML_xsd.tmp#style.datatype CopasiML_xsd.tmp#localStyle.datatype_keyList CopasiML_xsd.tmp#localStyle.datatype_key
Type extension of schema:style.datatype
Type hierarchy
Used by
Model
Children schema:Group
Attributes
Source
<xs:complexType name="localStyle.datatype">
  <xs:complexContent>
    <xs:extension base="schema:style.datatype">
      <xs:attribute name="keyList" type="schema:wsSeparatedStringList.datatype"/>
      <xs:attribute name="key">
        <xs:simpleType>
          <xs:restriction base="xs:ID">
            <xs:pattern value="LocalStyle_\d+"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type schema:style.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#style.datatype_roleList CopasiML_xsd.tmp#style.datatype_typeList CopasiML_xsd.tmp#Group
Used by
Model
Children schema:Group
Attributes
Source
<xs:complexType name="style.datatype">
  <xs:sequence>
    <xs:element ref="schema:Group"/>
  </xs:sequence>
  <xs:attribute name="roleList" type="schema:wsSeparatedStringList.datatype"/>
  <xs:attribute name="typeList" type="schema:wsSeparatedStringList.datatype"/>
</xs:complexType>
Simple Type schema:wsSeparatedStringList.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:string
Facets
pattern ^(\s*\S+\s+)*(\s*\S+\s*)?$
Used by
Source
<xs:simpleType name="wsSeparatedStringList.datatype">
  <xs:restriction base="xs:string">
    <xs:pattern value="^(\s*\S+\s+)*(\s*\S+\s*)?$"/>
  </xs:restriction>
</xs:simpleType>
Complex Type schema:listOfGlobalRenderInformation.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#listOfGlobalRenderInformation.datatype_RenderInformation
Used by
Model
Children schema:RenderInformation
Source
<xs:complexType name="listOfGlobalRenderInformation.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" name="RenderInformation" type="schema:globalRenderInformation.datatype"/>
  </xs:sequence>
</xs:complexType>
Complex Type schema:globalRenderInformation.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderInformationBase.datatype_backgroundColor CopasiML_xsd.tmp#renderInformationBase.datatype_referenceRenderInformation CopasiML_xsd.tmp#renderInformationBase.datatype_name CopasiML_xsd.tmp#ListOfColorDefinitions CopasiML_xsd.tmp#ListOfGradientDefinitions CopasiML_xsd.tmp#ListOfLineEndings CopasiML_xsd.tmp#renderInformationBase.datatype CopasiML_xsd.tmp#globalRenderInformation.datatype_key CopasiML_xsd.tmp#globalRenderInformation.datatype_ListOfStyles
Type extension of schema:renderInformationBase.datatype
Type hierarchy
Used by
Model
Children schema:ListOfColorDefinitions, schema:ListOfGradientDefinitions, schema:ListOfLineEndings, schema:ListOfStyles
Attributes
QName Type Default Use
backgroundColor schema:colorValue.datatype #FFFFFFFF optional
key restriction of xs:ID required
name xs:string optional
referenceRenderInformation restriction of xs:IDREF optional
Source
<xs:complexType name="globalRenderInformation.datatype">
  <xs:complexContent>
    <xs:extension base="schema:renderInformationBase.datatype">
      <xs:sequence>
        <xs:element minOccurs="0" name="ListOfStyles">
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" name="Style" type="schema:globalStyle.dataType"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="key" use="required">
        <xs:simpleType>
          <xs:restriction base="xs:ID">
            <xs:pattern value="GlobalRenderInformation_\d+"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type schema:globalStyle.dataType
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#style.datatype_roleList CopasiML_xsd.tmp#style.datatype_typeList CopasiML_xsd.tmp#Group CopasiML_xsd.tmp#style.datatype CopasiML_xsd.tmp#globalStyle.dataType_key
Type extension of schema:style.datatype
Type hierarchy
Used by
Model
Children schema:Group
Attributes
QName Type Use
key restriction of xs:ID optional
roleList schema:wsSeparatedStringList.datatype optional
typeList schema:wsSeparatedStringList.datatype optional
Source
<xs:complexType name="globalStyle.dataType">
  <xs:complexContent>
    <xs:extension base="schema:style.datatype">
      <xs:attribute name="key">
        <xs:simpleType>
          <xs:restriction base="xs:ID">
            <xs:pattern value="GlobalStyle_\d+"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type schema:listOfUnitDefinitions.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#UnitDefinition
Used by
Model
Children schema:UnitDefinition
Source
<xs:complexType name="listOfUnitDefinitions.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:UnitDefinition"/>
  </xs:sequence>
</xs:complexType>
Simple Type schema:commaSeparatedStringList.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Type restriction of xs:string
Facets
pattern ^(\s*\S+\s*,)*(\s*\S+\s*)?$
Source
<xs:simpleType name="commaSeparatedStringList.datatype">
  <xs:restriction base="xs:string">
    <xs:pattern value="^(\s*\S+\s*,)*(\s*\S+\s*)?$"/>
  </xs:restriction>
</xs:simpleType>
Complex Type schema:gradientBase.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#gradientBase.datatype_id CopasiML_xsd.tmp#Stop
Used by
Model
Children schema:Stop
Attributes
QName Type Use
id schema:layoutId.datatype required
Source
<xs:complexType name="gradientBase.datatype">
  <xs:sequence>
    <xs:element maxOccurs="unbounded" ref="schema:Stop"/>
  </xs:sequence>
  <xs:attribute name="id" use="required" type="schema:layoutId.datatype"/>
</xs:complexType>
Complex Type schema:radialGradient.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#gradientBase.datatype_id CopasiML_xsd.tmp#Stop CopasiML_xsd.tmp#gradientBase.datatype CopasiML_xsd.tmp#radialGradient.datatype_cx CopasiML_xsd.tmp#radialGradient.datatype_cy CopasiML_xsd.tmp#radialGradient.datatype_r CopasiML_xsd.tmp#radialGradient.datatype_fx CopasiML_xsd.tmp#radialGradient.datatype_fy
Type extension of schema:gradientBase.datatype
Type hierarchy
Used by
Model
Children schema:Stop
Attributes
Source
<xs:complexType name="radialGradient.datatype">
  <xs:complexContent>
    <xs:extension base="schema:gradientBase.datatype">
      <xs:attribute name="cx" use="required" type="schema:relAbsValue.datatype"/>
      <xs:attribute name="cy" use="required" type="schema:relAbsValue.datatype"/>
      <xs:attribute name="r" use="required" type="schema:relAbsValue.datatype"/>
      <xs:attribute name="fx" type="schema:relAbsValue.datatype"/>
      <xs:attribute name="fy" type="schema:relAbsValue.datatype"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type schema:linearGradient.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#gradientBase.datatype_id CopasiML_xsd.tmp#Stop CopasiML_xsd.tmp#gradientBase.datatype CopasiML_xsd.tmp#linearGradient.datatype_x1 CopasiML_xsd.tmp#linearGradient.datatype_y1 CopasiML_xsd.tmp#linearGradient.datatype_z1 CopasiML_xsd.tmp#linearGradient.datatype_x2 CopasiML_xsd.tmp#linearGradient.datatype_y2 CopasiML_xsd.tmp#linearGradient.datatype_z2
Type extension of schema:gradientBase.datatype
Type hierarchy
Used by
Model
Children schema:Stop
Attributes
Source
<xs:complexType name="linearGradient.datatype">
  <xs:complexContent>
    <xs:extension base="schema:gradientBase.datatype">
      <xs:attribute name="x1" use="required" type="schema:relAbsValue.datatype"/>
      <xs:attribute name="y1" use="required" type="schema:relAbsValue.datatype"/>
      <xs:attribute name="z1" use="required" type="schema:relAbsValue.datatype"/>
      <xs:attribute name="x2" use="required" type="schema:relAbsValue.datatype"/>
      <xs:attribute name="y2" use="required" type="schema:relAbsValue.datatype"/>
      <xs:attribute name="z2" use="required" type="schema:relAbsValue.datatype"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute schema:UnsupportedAnnotation / @name
Namespace No namespace
Properties
use required
Used by
Source
<xs:attribute name="name" use="required"/>
Attribute schema:name.attribute / @name
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
pattern [\S ]+
Used by
Attribute Group schema:name.attribute
Source
<xs:attribute name="name" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="[\S ]+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:parameterDescription.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (FunctionParameter_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="FunctionParameter_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:parameterDescription.datatype / @order
Namespace No namespace
Type xs:nonNegativeInteger
Properties
use required
Used by
Source
<xs:attribute name="order" use="required" type="xs:nonNegativeInteger"/>
Attribute schema:parameterDescription.datatype / @role
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration product
enumeration volume
enumeration time
enumeration modifier
enumeration variable
enumeration substrate
enumeration constant
Used by
Source
<xs:attribute name="role" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="product"/>
      <xs:enumeration value="volume"/>
      <xs:enumeration value="time"/>
      <xs:enumeration value="modifier"/>
      <xs:enumeration value="variable"/>
      <xs:enumeration value="substrate"/>
      <xs:enumeration value="constant"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:Function / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Function_\d+)
Used by
Element schema:Function
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Function_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:Function / @type
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration MassAction
enumeration PreDefined
enumeration UserDefined
enumeration Function
enumeration Expression
Used by
Element schema:Function
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="MassAction"/>
      <xs:enumeration value="PreDefined"/>
      <xs:enumeration value="UserDefined"/>
      <xs:enumeration value="Function"/>
      <xs:enumeration value="Expression"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:Function / @reversible
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration unspecified
enumeration true
enumeration false
Used by
Element schema:Function
Source
<xs:attribute name="reversible" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="unspecified"/>
      <xs:enumeration value="true"/>
      <xs:enumeration value="false"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:compartment.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Compartment_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Compartment_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:compartment.datatype / @simulationType
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration ode
enumeration assignment
enumeration fixed
Used by
Source
<xs:attribute name="simulationType" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="ode"/>
      <xs:enumeration value="assignment"/>
      <xs:enumeration value="fixed"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:compartment.datatype / @dimensionality
Namespace No namespace
Type restriction of xs:int
Properties
use required
Facets
maxInclusive 3
minInclusive 0
Used by
Source
<xs:attribute name="dimensionality" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="3"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:compartment.datatype / @addNoise
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Source
<xs:attribute name="addNoise" use="required" type="xs:boolean"/>
Attribute schema:metabolite.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Metabolite_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Metabolite_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:metabolite.datatype / @compartment
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Compartment_\d+)
Used by
Source
<xs:attribute name="compartment" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="Compartment_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:metabolite.datatype / @simulationType
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration ode
enumeration assignment
enumeration reactions
enumeration fixed
Used by
Source
<xs:attribute name="simulationType" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="ode"/>
      <xs:enumeration value="assignment"/>
      <xs:enumeration value="reactions"/>
      <xs:enumeration value="fixed"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:metabolite.datatype / @addNoise
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Source
<xs:attribute name="addNoise" use="required" type="xs:boolean"/>
Attribute schema:modelValue.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (ModelValue_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="ModelValue_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:modelValue.datatype / @simulationType
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration ode
enumeration assignment
enumeration fixed
Used by
Source
<xs:attribute name="simulationType" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="ode"/>
      <xs:enumeration value="assignment"/>
      <xs:enumeration value="fixed"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:modelValue.datatype / @addNoise
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Source
<xs:attribute name="addNoise" use="required" type="xs:boolean"/>
Attribute schema:reactionParticipant.datatype / @stoichiometry
Namespace No namespace
Type xs:double
Properties
use required
Used by
Source
<xs:attribute name="stoichiometry" use="required" type="xs:double"/>
Attribute schema:reactionParticipant.datatype / @metabolite
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Metabolite_\d+)
Used by
Source
<xs:attribute name="metabolite" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="Metabolite_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:constant.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Parameter_\d+)
Used by
Attribute Group schema:constant.datatype
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Parameter_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:constant.datatype / @value
Namespace No namespace
Type xs:double
Properties
use required
Used by
Attribute Group schema:constant.datatype
Source
<xs:attribute name="value" use="required" type="xs:double"/>
Attribute schema:SourceParameter / @reference
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ([_a-zA-Z]+_\d+)
Used by
Source
<xs:attribute name="reference" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="[_a-zA-Z]+_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:callParameter.datatype / @functionParameter
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (FunctionParameter_\d+)
Used by
Source
<xs:attribute name="functionParameter" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="FunctionParameter_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:kineticLaw.datatype / @unitType
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration Default
enumeration AmountPerTime
enumeration ConcentrationPerTime
Used by
Source
<xs:attribute name="unitType" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Default"/>
      <xs:enumeration value="AmountPerTime"/>
      <xs:enumeration value="ConcentrationPerTime"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:kineticLaw.datatype / @scalingCompartment
Namespace No namespace
Type restriction of xs:string
Properties
content simple
Facets
pattern CN=Root,Model=([^\\\[\]=,>]|\\.)*,Vector=Compartments\[([^\\\[\]=,>]|\\.)*\]
Used by
Source
<xs:attribute name="scalingCompartment">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="CN=Root,Model=([^\\\[\]=,>]|\\.)*,Vector=Compartments\[([^\\\[\]=,>]|\\.)*\]"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:kineticLaw.datatype / @function
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Function_\d+)
Used by
Source
<xs:attribute name="function" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="Function_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:reaction.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Reaction_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Reaction_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:reaction.datatype / @reversible
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Source
<xs:attribute name="reversible" use="required" type="xs:boolean"/>
Attribute schema:reaction.datatype / @fast
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Source
<xs:attribute name="fast" use="required" type="xs:boolean"/>
Attribute schema:reaction.datatype / @addNoise
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Source
<xs:attribute name="addNoise" use="required" type="xs:boolean"/>
Attribute schema:Assignment / @targetKey
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ((Metabolite|Compartment|ModelValue)_\d+)
Used by
Source
<xs:attribute name="targetKey" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="(Metabolite|Compartment|ModelValue)_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:event.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Event_\d+)
Used by
Complex Type schema:event.datatype
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Event_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:event.datatype / @fireAtInitialTime
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Complex Type schema:event.datatype
Source
<xs:attribute name="fireAtInitialTime" use="required" type="xs:boolean"/>
Attribute schema:event.datatype / @persistentTrigger
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Complex Type schema:event.datatype
Source
<xs:attribute name="persistentTrigger" use="required" type="xs:boolean"/>
Attribute schema:event.datatype / @delayAssignment
Namespace No namespace
Type xs:boolean
Properties
content simple
Used by
Complex Type schema:event.datatype
Source
<xs:attribute name="delayAssignment" type="xs:boolean"/>
Attribute schema:modelParameter.datatype / @cn
Namespace No namespace
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="cn" use="required" type="xs:string"/>
Attribute schema:modelParameter.datatype / @value
Namespace No namespace
Type xs:double
Properties
use required
Used by
Source
<xs:attribute name="value" use="required" type="xs:double"/>
Attribute schema:modelParameter.datatype / @type
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration Model
enumeration Compartment
enumeration Species
enumeration ModelValue
enumeration ReactionParameter
Used by
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Model"/>
      <xs:enumeration value="Compartment"/>
      <xs:enumeration value="Species"/>
      <xs:enumeration value="ModelValue"/>
      <xs:enumeration value="ReactionParameter"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:modelParameter.datatype / @simulationType
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration time
enumeration ode
enumeration assignment
enumeration reactions
enumeration fixed
Used by
Source
<xs:attribute name="simulationType" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="time"/>
      <xs:enumeration value="ode"/>
      <xs:enumeration value="assignment"/>
      <xs:enumeration value="reactions"/>
      <xs:enumeration value="fixed"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:modelParameterGroup.datatype / @cn
Namespace No namespace
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="cn" use="required" type="xs:string"/>
Attribute schema:modelParameterGroup.datatype / @type
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration Reaction
enumeration Group
Used by
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Reaction"/>
      <xs:enumeration value="Group"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:ModelParameterGroup / @cn
Namespace No namespace
Type xs:string
Properties
use required
Source
<xs:attribute name="cn" use="required" type="xs:string"/>
Attribute schema:ModelParameterGroup / @type
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration Reaction
enumeration Group
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Reaction"/>
      <xs:enumeration value="Group"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:modelParameterSet.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (ModelParameterSet_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="ModelParameterSet_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:listOfModelParameterSets.datatype / @activeSet
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (ModelParameterSet_\d+)
Used by
Source
<xs:attribute name="activeSet" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="ModelParameterSet_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:StateTemplateVariable / @objectReference
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ((Model|Metabolite|Compartment|ModelValue)_\d+)
Used by
Source
<xs:attribute name="objectReference" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="(Model|Metabolite|Compartment|ModelValue)_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:InitialState / @type
Namespace No namespace
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="type" use="required" type="xs:string"/>
Attribute schema:model.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Model_\d+)
Used by
Complex Type schema:model.datatype
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Model_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:model.datatype / @simulationType
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration time
Used by
Complex Type schema:model.datatype
Source
<xs:attribute name="simulationType" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="time"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:model.datatype / @timeUnit
Namespace No namespace
Type xs:string
Properties
use required
Used by
Complex Type schema:model.datatype
Source
<xs:attribute name="timeUnit" use="required" type="xs:string"/>
Attribute schema:model.datatype / @volumeUnit
Namespace No namespace
Type xs:string
Properties
use required
Used by
Complex Type schema:model.datatype
Source
<xs:attribute name="volumeUnit" use="required" type="xs:string"/>
Attribute schema:model.datatype / @areaUnit
Namespace No namespace
Type xs:string
Properties
use required
Used by
Complex Type schema:model.datatype
Source
<xs:attribute name="areaUnit" use="required" type="xs:string"/>
Attribute schema:model.datatype / @lengthUnit
Namespace No namespace
Type xs:string
Properties
use required
Used by
Complex Type schema:model.datatype
Source
<xs:attribute name="lengthUnit" use="required" type="xs:string"/>
Attribute schema:model.datatype / @quantityUnit
Namespace No namespace
Type xs:string
Properties
use required
Used by
Complex Type schema:model.datatype
Source
<xs:attribute name="quantityUnit" use="required" type="xs:string"/>
Attribute schema:model.datatype / @type
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration stochastic
enumeration deterministic
Used by
Complex Type schema:model.datatype
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="stochastic"/>
      <xs:enumeration value="deterministic"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:model.datatype / @avogadroConstant
Namespace No namespace
Type xs:double
Properties
use required
Used by
Complex Type schema:model.datatype
Source
<xs:attribute name="avogadroConstant" use="required" type="xs:double"/>
Attribute schema:report.datatype / @reference
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Report_\d+)
Used by
Attribute Group schema:report.datatype
Source
<xs:attribute name="reference" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="Report_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:report.datatype / @target
Namespace No namespace
Type xs:string
Properties
use required
Used by
Attribute Group schema:report.datatype
Source
<xs:attribute name="target" use="required" type="xs:string"/>
Attribute schema:report.datatype / @append
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Attribute Group schema:report.datatype
Source
<xs:attribute name="append" use="required" type="xs:boolean"/>
Attribute schema:report.datatype / @confirmOverwrite
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Attribute Group schema:report.datatype
Source
<xs:attribute name="confirmOverwrite" use="required" type="xs:boolean"/>
Attribute schema:parameter.datatype / @type
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration float
enumeration unsignedFloat
enumeration integer
enumeration unsignedInteger
enumeration bool
enumeration string
enumeration cn
enumeration key
enumeration file
Used by
Attribute Group schema:parameter.datatype
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="float"/>
      <xs:enumeration value="unsignedFloat"/>
      <xs:enumeration value="integer"/>
      <xs:enumeration value="unsignedInteger"/>
      <xs:enumeration value="bool"/>
      <xs:enumeration value="string"/>
      <xs:enumeration value="cn"/>
      <xs:enumeration value="key"/>
      <xs:enumeration value="file"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:parameter.datatype / @value
Namespace No namespace
Type xs:string
Properties
use required
Used by
Attribute Group schema:parameter.datatype
Source
<xs:attribute name="value" use="required" type="xs:string"/>
Attribute schema:parameterText.datatype / @type
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration expression
Used by
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="expression"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:Method / @type
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element schema:Method
Source
<xs:attribute name="type" use="required" type="xs:string"/>
Attribute schema:task.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Task_\d+)
Used by
Complex Type schema:task.datatype
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Task_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:task.datatype / @updateModel
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Complex Type schema:task.datatype
Source
<xs:attribute name="updateModel" use="required" type="xs:boolean"/>
Attribute schema:task.datatype / @scheduled
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Complex Type schema:task.datatype
Source
<xs:attribute name="scheduled" use="required" type="xs:boolean"/>
Attribute schema:task.datatype / @type
Namespace No namespace
Type schema:taskTypeEnumeration.datatype
Properties
use required
Facets
enumeration lyapunovExponents
enumeration parameterFitting
enumeration timeCourse
enumeration moieties
enumeration sensitivities
enumeration optimization
enumeration metabolicControlAnalysis
enumeration timeScaleSeparationAnalysis
enumeration scan
enumeration steadyState
enumeration fluxMode
enumeration timeScaleSeparation
enumeration crosssection
enumeration linearNoiseApproximation
enumeration unset
Used by
Complex Type schema:task.datatype
Source
<xs:attribute name="type" use="required" type="schema:taskTypeEnumeration.datatype"/>
Attribute schema:Object / @cn
Namespace No namespace
Type xs:string
Properties
use required
Used by
Element schema:Object
Source
<xs:attribute name="cn" use="required" type="xs:string"/>
Attribute schema:Table / @printTitle
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Element schema:Table
Source
<xs:attribute name="printTitle" use="required" type="xs:boolean"/>
Attribute schema:reportSpecification.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Report_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Report_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:reportSpecification.datatype / @taskType
Namespace No namespace
Type schema:taskTypeEnumeration.datatype
Properties
use required
Facets
enumeration lyapunovExponents
enumeration parameterFitting
enumeration timeCourse
enumeration moieties
enumeration sensitivities
enumeration optimization
enumeration metabolicControlAnalysis
enumeration timeScaleSeparationAnalysis
enumeration scan
enumeration steadyState
enumeration fluxMode
enumeration timeScaleSeparation
enumeration crosssection
enumeration linearNoiseApproximation
enumeration unset
Used by
Source
<xs:attribute name="taskType" use="required" type="schema:taskTypeEnumeration.datatype"/>
Attribute schema:reportSpecification.datatype / @precision
Namespace No namespace
Type xs:unsignedInt
Properties
use required
Used by
Source
<xs:attribute name="precision" use="required" type="xs:unsignedInt"/>
Attribute schema:reportSpecification.datatype / @separator
Namespace No namespace
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="separator" use="required" type="xs:string"/>
Attribute schema:channelSpec.datatype / @cn
Namespace No namespace
Type xs:string
Properties
use required
Used by
Attribute Group schema:channelSpec.datatype
Source
<xs:attribute name="cn" use="required" type="xs:string"/>
Attribute schema:channelSpec.datatype / @min
Namespace No namespace
Type xs:double
Properties
content simple
Used by
Attribute Group schema:channelSpec.datatype
Source
<xs:attribute name="min" type="xs:double"/>
Attribute schema:channelSpec.datatype / @max
Namespace No namespace
Type xs:double
Properties
content simple
Used by
Attribute Group schema:channelSpec.datatype
Source
<xs:attribute name="max" type="xs:double"/>
Attribute schema:plotItem.datatype / @type
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration Unset
enumeration Histogram1DItem
enumeration Curve2D
Used by
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Unset"/>
      <xs:enumeration value="Histogram1DItem"/>
      <xs:enumeration value="Curve2D"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:plotSpecification.datatype / @type
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration Plot2D
enumeration SimWiz
Used by
Source
<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Plot2D"/>
      <xs:enumeration value="SimWiz"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:plotSpecification.datatype / @active
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Source
<xs:attribute name="active" use="required" type="xs:boolean"/>
Attribute schema:slider.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Slider_\d+)
Used by
Attribute Group schema:slider.datatype
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Slider_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:slider.datatype / @associatedEntityKey
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ([_a-zA-Z]+_\d+)
Used by
Attribute Group schema:slider.datatype
Source
<xs:attribute name="associatedEntityKey" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="[_a-zA-Z]+_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:slider.datatype / @objectCN
Namespace No namespace
Type xs:string
Properties
use required
Used by
Attribute Group schema:slider.datatype
Source
<xs:attribute name="objectCN" use="required" type="xs:string"/>
Attribute schema:slider.datatype / @objectType
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration unsignedInteger
enumeration unsignedFloat
enumeration integer
enumeration float
Used by
Attribute Group schema:slider.datatype
Source
<xs:attribute name="objectType" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="unsignedInteger"/>
      <xs:enumeration value="unsignedFloat"/>
      <xs:enumeration value="integer"/>
      <xs:enumeration value="float"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:slider.datatype / @objectValue
Namespace No namespace
Type xs:double
Properties
use required
Used by
Attribute Group schema:slider.datatype
Source
<xs:attribute name="objectValue" use="required" type="xs:double"/>
Attribute schema:slider.datatype / @maxValue
Namespace No namespace
Type xs:double
Properties
use required
Used by
Attribute Group schema:slider.datatype
Source
<xs:attribute name="maxValue" use="required" type="xs:double"/>
Attribute schema:slider.datatype / @minValue
Namespace No namespace
Type xs:double
Properties
use required
Used by
Attribute Group schema:slider.datatype
Source
<xs:attribute name="minValue" use="required" type="xs:double"/>
Attribute schema:slider.datatype / @tickFactor
Namespace No namespace
Type xs:positiveInteger
Properties
use required
Used by
Attribute Group schema:slider.datatype
Source
<xs:attribute name="tickFactor" use="required" type="xs:positiveInteger"/>
Attribute schema:slider.datatype / @tickNumber
Namespace No namespace
Type xs:positiveInteger
Properties
use required
Used by
Attribute Group schema:slider.datatype
Source
<xs:attribute name="tickNumber" use="required" type="xs:positiveInteger"/>
Attribute schema:slider.datatype / @scaling
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration logarithmic
enumeration linear
Used by
Attribute Group schema:slider.datatype
Source
<xs:attribute name="scaling" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="logarithmic"/>
      <xs:enumeration value="linear"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:dimension.datatype / @width
Namespace No namespace
Type xs:double
Properties
use required
Used by
Attribute Group schema:dimension.datatype
Source
<xs:attribute name="width" use="required" type="xs:double"/>
Attribute schema:dimension.datatype / @height
Namespace No namespace
Type xs:double
Properties
use required
Used by
Attribute Group schema:dimension.datatype
Source
<xs:attribute name="height" use="required" type="xs:double"/>
Attribute schema:Position / @x
Namespace No namespace
Type xs:double
Properties
use required
Used by
Element schema:Position
Source
<xs:attribute name="x" use="required" type="xs:double"/>
Attribute schema:Position / @y
Namespace No namespace
Type xs:double
Properties
use required
Used by
Element schema:Position
Source
<xs:attribute name="y" use="required" type="xs:double"/>
Attribute schema:boundingBox.datatype / schema:Dimensions / @width
Namespace No namespace
Type xs:double
Properties
use required
Used by
Source
<xs:attribute name="width" use="required" type="xs:double"/>
Attribute schema:boundingBox.datatype / schema:Dimensions / @height
Namespace No namespace
Type xs:double
Properties
use required
Used by
Source
<xs:attribute name="height" use="required" type="xs:double"/>
Attribute schema:glyph.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Layout_\d+)
Used by
Complex Type schema:glyph.datatype
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Layout_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:glyph.datatype / @name
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type schema:glyph.datatype
Source
<xs:attribute name="name" type="xs:string"/>
Attribute schema:CompartmentGlyph / @compartment
Namespace No namespace
Type restriction of xs:IDREF
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Compartment_\d+)
Used by
Source
<xs:attribute name="compartment">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="Compartment_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:MetaboliteGlyph / @metabolite
Namespace No namespace
Type restriction of xs:IDREF
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Metabolite_\d+)
Used by
Source
<xs:attribute name="metabolite">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="Metabolite_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:layoutPoint.datatype / @x
Namespace No namespace
Type xs:double
Properties
use required
Used by
Attribute Group schema:layoutPoint.datatype
Source
<xs:attribute name="x" use="required" type="xs:double"/>
Attribute schema:layoutPoint.datatype / @y
Namespace No namespace
Type xs:double
Properties
use required
Used by
Attribute Group schema:layoutPoint.datatype
Source
<xs:attribute name="y" use="required" type="xs:double"/>
Attribute schema:metaboliteReferenceGlyp.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Layout_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Layout_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:metaboliteReferenceGlyp.datatype / @name
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="name" type="xs:string"/>
Attribute schema:metaboliteReferenceGlyp.datatype / @metaboliteGlyph
Namespace No namespace
Type restriction of xs:IDREF
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Layout_\d+)
Used by
Source
<xs:attribute name="metaboliteGlyph">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="Layout_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:metaboliteReferenceGlyp.datatype / @role
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="role" type="xs:string"/>
Attribute schema:ReactionGlyph / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Layout_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Layout_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:ReactionGlyph / @name
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="name" type="xs:string"/>
Attribute schema:ReactionGlyph / @reaction
Namespace No namespace
Type restriction of xs:IDREF
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Reaction_\d+)
Used by
Source
<xs:attribute name="reaction">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="Reaction_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:TextGlyph / @graphicalObject
Namespace No namespace
Type restriction of xs:IDREF
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ([_a-zA-Z]+_\d+)
Used by
Source
<xs:attribute name="graphicalObject">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="[_a-zA-Z]+_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:TextGlyph / @originOfText
Namespace No namespace
Type restriction of xs:IDREF
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ([_a-zA-Z]+_\d+)
Used by
Source
<xs:attribute name="originOfText">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="[_a-zA-Z]+_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:TextGlyph / @text
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="text" type="xs:string"/>
Attribute schema:colorDefinition.datatype / @id
Namespace No namespace
Type schema:layoutId.datatype
Properties
use required
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Used by
Source
<xs:attribute name="id" use="required" type="schema:layoutId.datatype"/>
Attribute schema:colorDefinition.datatype / @value
Namespace No namespace
Type schema:colorValue.datatype
Properties
use required
Facets
pattern #([0-9a-f]|[0-9A-F]){8}|#([0-9a-f]|[0-9A-F]){6}
Used by
Source
<xs:attribute name="value" use="required" type="schema:colorValue.datatype"/>
Attribute schema:transformation.datatype / @transform
Namespace No namespace
Type restriction of xs:string
Properties
content simple
Facets
pattern ((\s*[+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?\s*,){5}|(\s*[+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?\s*,){11})(\s*[+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?\s*)
Used by
Source
<xs:attribute name="transform">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="((\s*[+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?\s*,){5}|(\s*[+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?\s*,){11})(\s*[+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?\s*)"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:graphicalPrimitive1D.datatype / @stroke
Namespace No namespace
Type schema:colorValueOrId.datatype
Properties
content simple
Used by
Source
<xs:attribute name="stroke" type="schema:colorValueOrId.datatype"/>
Attribute schema:graphicalPrimitive1D.datatype / @stroke-width
Namespace No namespace
Type xs:double
Properties
content simple
Used by
Source
<xs:attribute name="stroke-width" type="xs:double"/>
Attribute schema:graphicalPrimitive1D.datatype / @stroke-dasharray
Namespace No namespace
Type restriction of list of xs:integer
Type hierarchy
  • xs:integer
Properties
content simple
Facets
length 1
Used by
Source
<xs:attribute name="stroke-dasharray">
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="xs:integer"/>
      </xs:simpleType>
      <xs:length value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:text.datatype / @x
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:text.datatype
Source
<xs:attribute name="x" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:text.datatype / @y
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:text.datatype
Source
<xs:attribute name="y" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:text.datatype / @font-family
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Attribute Group schema:text.datatype
Source
<xs:attribute name="font-family" type="xs:string"/>
Attribute schema:text.datatype / @font-size
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
content simple
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:text.datatype
Source
<xs:attribute name="font-size" type="schema:relAbsValue.datatype"/>
Attribute schema:text.datatype / @font-style
Namespace No namespace
Type schema:fontStyle.datatype
Properties
content simple
Facets
enumeration normal
enumeration italic
Used by
Attribute Group schema:text.datatype
Source
<xs:attribute name="font-style" type="schema:fontStyle.datatype"/>
Attribute schema:text.datatype / @font-weight
Namespace No namespace
Type schema:fontWeight.datatype
Properties
content simple
Facets
enumeration normal
enumeration bold
Used by
Attribute Group schema:text.datatype
Source
<xs:attribute name="font-weight" type="schema:fontWeight.datatype"/>
Attribute schema:text.datatype / @text-anchor
Namespace No namespace
Type schema:textAnchor.datatype
Properties
content simple
Facets
enumeration start
enumeration middle
enumeration end
Used by
Attribute Group schema:text.datatype
Source
<xs:attribute name="text-anchor" type="schema:textAnchor.datatype"/>
Attribute schema:text.datatype / @vtext-anchor
Namespace No namespace
Type schema:vtextAnchor.datatype
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
Used by
Attribute Group schema:text.datatype
Source
<xs:attribute name="vtext-anchor" type="schema:vtextAnchor.datatype"/>
Attribute schema:graphicalPrimitive2D.datatype / @fill
Namespace No namespace
Type schema:colorValueOrId.datatype
Properties
content simple
Used by
Source
<xs:attribute name="fill" type="schema:colorValueOrId.datatype"/>
Attribute schema:graphicalPrimitive2D.datatype / @fill-rule
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration nonzero
enumeration evenodd
Used by
Source
<xs:attribute name="fill-rule">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="nonzero"/>
      <xs:enumeration value="evenodd"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:rectangle.datatype / @x
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:rectangle.datatype
Source
<xs:attribute name="x" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:rectangle.datatype / @y
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:rectangle.datatype
Source
<xs:attribute name="y" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:rectangle.datatype / @width
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:rectangle.datatype
Source
<xs:attribute name="width" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:rectangle.datatype / @height
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:rectangle.datatype
Source
<xs:attribute name="height" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:rectangle.datatype / @rx
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
content simple
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:rectangle.datatype
Source
<xs:attribute name="rx" type="schema:relAbsValue.datatype"/>
Attribute schema:rectangle.datatype / @ry
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
content simple
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:rectangle.datatype
Source
<xs:attribute name="ry" type="schema:relAbsValue.datatype"/>
Attribute schema:ellipse.datatype / @cx
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:ellipse.datatype
Source
<xs:attribute name="cx" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:ellipse.datatype / @cy
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:ellipse.datatype
Source
<xs:attribute name="cy" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:ellipse.datatype / @rx
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:ellipse.datatype
Source
<xs:attribute name="rx" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:ellipse.datatype / @ry
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:ellipse.datatype
Source
<xs:attribute name="ry" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:image.dataype / @x
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:image.dataype
Source
<xs:attribute name="x" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:image.dataype / @y
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:image.dataype
Source
<xs:attribute name="y" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:image.dataype / @width
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:image.dataype
Source
<xs:attribute name="width" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:image.dataype / @height
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Attribute Group schema:image.dataype
Source
<xs:attribute name="height" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:image.dataype / @href
Namespace No namespace
Type xs:string
Properties
use required
Used by
Attribute Group schema:image.dataype
Source
<xs:attribute name="href" use="required" type="xs:string"/>
Attribute schema:renderCurve.datatype / @startHead
Namespace No namespace
Type schema:layoutIdRef.datatype
Properties
content simple
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Used by
Source
<xs:attribute name="startHead" type="schema:layoutIdRef.datatype"/>
Attribute schema:renderCurve.datatype / @endHead
Namespace No namespace
Type schema:layoutIdRef.datatype
Properties
content simple
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Used by
Source
<xs:attribute name="endHead" type="schema:layoutIdRef.datatype"/>
Attribute schema:groupElements.datatype / @font-family
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type schema:group.datatype
Source
<xs:attribute name="font-family" type="xs:string"/>
Attribute schema:groupElements.datatype / @font-size
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
content simple
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Complex Type schema:group.datatype
Source
<xs:attribute name="font-size" type="schema:relAbsValue.datatype"/>
Attribute schema:groupElements.datatype / @font-style
Namespace No namespace
Type schema:fontStyle.datatype
Properties
content simple
Facets
enumeration normal
enumeration italic
Used by
Complex Type schema:group.datatype
Source
<xs:attribute name="font-style" type="schema:fontStyle.datatype"/>
Attribute schema:groupElements.datatype / @font-weight
Namespace No namespace
Type schema:fontWeight.datatype
Properties
content simple
Facets
enumeration normal
enumeration bold
Used by
Complex Type schema:group.datatype
Source
<xs:attribute name="font-weight" type="schema:fontWeight.datatype"/>
Attribute schema:groupElements.datatype / @text-anchor
Namespace No namespace
Type schema:textAnchor.datatype
Properties
content simple
Facets
enumeration start
enumeration middle
enumeration end
Used by
Complex Type schema:group.datatype
Source
<xs:attribute name="text-anchor" type="schema:textAnchor.datatype"/>
Attribute schema:groupElements.datatype / @vtext-anchor
Namespace No namespace
Type schema:vtextAnchor.datatype
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
Used by
Complex Type schema:group.datatype
Source
<xs:attribute name="vtext-anchor" type="schema:vtextAnchor.datatype"/>
Attribute schema:groupElements.datatype / @startHead
Namespace No namespace
Type schema:layoutIdRef.datatype
Properties
content simple
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Used by
Complex Type schema:group.datatype
Source
<xs:attribute name="startHead" type="schema:layoutIdRef.datatype"/>
Attribute schema:groupElements.datatype / @endHead
Namespace No namespace
Type schema:layoutIdRef.datatype
Properties
content simple
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Used by
Complex Type schema:group.datatype
Source
<xs:attribute name="endHead" type="schema:layoutIdRef.datatype"/>
Attribute schema:group.datatype / @endHead
Namespace No namespace
Type schema:layoutIdRef.datatype
Properties
content simple
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Source
<xs:attribute name="endHead" type="schema:layoutIdRef.datatype"/>
Attribute schema:group.datatype / @font-family
Namespace No namespace
Type xs:string
Properties
content simple
Source
<xs:attribute name="font-family" type="xs:string"/>
Attribute schema:group.datatype / @font-size
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
content simple
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Source
<xs:attribute name="font-size" type="schema:relAbsValue.datatype"/>
Attribute schema:group.datatype / @font-style
Namespace No namespace
Type schema:fontStyle.datatype
Properties
content simple
Facets
enumeration normal
enumeration italic
Source
<xs:attribute name="font-style" type="schema:fontStyle.datatype"/>
Attribute schema:group.datatype / @font-weight
Namespace No namespace
Type schema:fontWeight.datatype
Properties
content simple
Facets
enumeration normal
enumeration bold
Source
<xs:attribute name="font-weight" type="schema:fontWeight.datatype"/>
Attribute schema:group.datatype / @startHead
Namespace No namespace
Type schema:layoutIdRef.datatype
Properties
content simple
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Source
<xs:attribute name="startHead" type="schema:layoutIdRef.datatype"/>
Attribute schema:group.datatype / @text-anchor
Namespace No namespace
Type schema:textAnchor.datatype
Properties
content simple
Facets
enumeration start
enumeration middle
enumeration end
Source
<xs:attribute name="text-anchor" type="schema:textAnchor.datatype"/>
Attribute schema:group.datatype / @vtext-anchor
Namespace No namespace
Type schema:vtextAnchor.datatype
Properties
content simple
Facets
enumeration top
enumeration middle
enumeration bottom
Source
<xs:attribute name="vtext-anchor" type="schema:vtextAnchor.datatype"/>
Attribute schema:lineEnding.datatype / @id
Namespace No namespace
Type schema:layoutId.datatype
Properties
use required
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Used by
Source
<xs:attribute name="id" use="required" type="schema:layoutId.datatype"/>
Attribute schema:renderInformationBase.datatype / @backgroundColor
Namespace No namespace
Type schema:colorValue.datatype
Properties
default #FFFFFFFF
Facets
pattern #([0-9a-f]|[0-9A-F]){8}|#([0-9a-f]|[0-9A-F]){6}
Used by
Source
<xs:attribute name="backgroundColor" default="#FFFFFFFF" type="schema:colorValue.datatype"/>
Attribute schema:renderInformationBase.datatype / @referenceRenderInformation
Namespace No namespace
Type restriction of xs:IDREF
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ([_a-zA-Z]+_\d+)
Used by
Source
<xs:attribute name="referenceRenderInformation">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="[_a-zA-Z]+_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:renderInformationBase.datatype / @name
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="name" type="xs:string"/>
Attribute schema:style.datatype / @roleList
Namespace No namespace
Type schema:wsSeparatedStringList.datatype
Properties
content simple
Facets
pattern ^(\s*\S+\s+)*(\s*\S+\s*)?$
Used by
Complex Type schema:style.datatype
Source
<xs:attribute name="roleList" type="schema:wsSeparatedStringList.datatype"/>
Attribute schema:style.datatype / @typeList
Namespace No namespace
Type schema:wsSeparatedStringList.datatype
Properties
content simple
Facets
pattern ^(\s*\S+\s+)*(\s*\S+\s*)?$
Used by
Complex Type schema:style.datatype
Source
<xs:attribute name="typeList" type="schema:wsSeparatedStringList.datatype"/>
Attribute schema:localStyle.datatype / @keyList
Namespace No namespace
Type schema:wsSeparatedStringList.datatype
Properties
content simple
Facets
pattern ^(\s*\S+\s+)*(\s*\S+\s*)?$
Used by
Source
<xs:attribute name="keyList" type="schema:wsSeparatedStringList.datatype"/>
Attribute schema:localStyle.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (LocalStyle_\d+)
Used by
Source
<xs:attribute name="key">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="LocalStyle_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:localRenderInformation.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (LocalRenderInformation_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="LocalRenderInformation_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:layout.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Layout_\d+)
Used by
Complex Type schema:layout.datatype
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Layout_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:layout.datatype / @name
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Complex Type schema:layout.datatype
Source
<xs:attribute name="name" type="xs:string"/>
Attribute schema:globalStyle.dataType / @key
Namespace No namespace
Type restriction of xs:ID
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (GlobalStyle_\d+)
Used by
Source
<xs:attribute name="key">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="GlobalStyle_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:globalRenderInformation.datatype / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (GlobalRenderInformation_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="GlobalRenderInformation_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:SBMLMap / @COPASIkey
Namespace No namespace
Type restriction of xs:IDREF
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & ([_a-zA-Z]+_\d+)
Used by
Element schema:SBMLMap
Source
<xs:attribute name="COPASIkey" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:IDREF">
      <xs:pattern value="[_a-zA-Z]+_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:SBMLMap / @SBMLid
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Used by
Element schema:SBMLMap
Source
<xs:attribute name="SBMLid" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="[_a-zA-Z][_a-zA-Z0-9]*"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:SBMLReference / @file
Namespace No namespace
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="file" use="required" type="xs:string"/>
Attribute schema:UnitDefinition / @key
Namespace No namespace
Type restriction of xs:ID
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (Unit_\d+)
Used by
Source
<xs:attribute name="key" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:ID">
      <xs:pattern value="Unit_\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute schema:UnitDefinition / @symbol
Namespace No namespace
Type xs:string
Properties
use required
Used by
Source
<xs:attribute name="symbol" use="required" type="xs:string"/>
Attribute schema:COPASI / @versionMajor
Namespace No namespace
Type xs:integer
Properties
use required
Used by
Element schema:COPASI
Source
<xs:attribute name="versionMajor" use="required" type="xs:integer"/>
Attribute schema:COPASI / @versionMinor
Namespace No namespace
Type xs:integer
Properties
use required
Used by
Element schema:COPASI
Source
<xs:attribute name="versionMinor" use="required" type="xs:integer"/>
Attribute schema:COPASI / @versionDevel
Namespace No namespace
Type xs:integer
Properties
use required
Used by
Element schema:COPASI
Source
<xs:attribute name="versionDevel" use="required" type="xs:integer"/>
Attribute schema:COPASI / @copasiSourcesModified
Namespace No namespace
Type xs:boolean
Properties
use required
Used by
Element schema:COPASI
Source
<xs:attribute name="copasiSourcesModified" use="required" type="xs:boolean"/>
Attribute schema:gradientStop.datatype / @offset
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="offset" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:gradientStop.datatype / @stop-color
Namespace No namespace
Type schema:colorValue.datatype
Properties
use required
Facets
pattern #([0-9a-f]|[0-9A-F]){8}|#([0-9a-f]|[0-9A-F]){6}
Used by
Source
<xs:attribute name="stop-color" use="required" type="schema:colorValue.datatype"/>
Attribute schema:gradientBase.datatype / @id
Namespace No namespace
Type schema:layoutId.datatype
Properties
use required
Facets
pattern [_a-zA-Z][_a-zA-Z0-9]*
Used by
Source
<xs:attribute name="id" use="required" type="schema:layoutId.datatype"/>
Attribute schema:radialGradient.datatype / @cx
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="cx" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:radialGradient.datatype / @cy
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="cy" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:radialGradient.datatype / @r
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="r" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:radialGradient.datatype / @fx
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
content simple
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="fx" type="schema:relAbsValue.datatype"/>
Attribute schema:radialGradient.datatype / @fy
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
content simple
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="fy" type="schema:relAbsValue.datatype"/>
Attribute schema:linearGradient.datatype / @x1
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="x1" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:linearGradient.datatype / @y1
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="y1" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:linearGradient.datatype / @z1
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="z1" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:linearGradient.datatype / @x2
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="x2" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:linearGradient.datatype / @y2
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="y2" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:linearGradient.datatype / @z2
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="z2" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:renderPoint.datatytpe / @x
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="x" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:renderPoint.datatytpe / @y
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="y" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:renderCubicBezier.datatype / @basePoint1_x
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="basePoint1_x" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:renderCubicBezier.datatype / @basePoint1_y
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="basePoint1_y" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:renderCubicBezier.datatype / @basePoint2_x
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="basePoint2_x" use="required" type="schema:relAbsValue.datatype"/>
Attribute schema:renderCubicBezier.datatype / @basePoint2_y
Namespace No namespace
Type schema:relAbsValue.datatype
Properties
use required
Facets
pattern \s*((([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?)([+\-][0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%))|([+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?%?))\s*
Used by
Source
<xs:attribute name="basePoint2_y" use="required" type="schema:relAbsValue.datatype"/>
Element Group schema:annotation.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#MiriamAnnotation CopasiML_xsd.tmp#Comment CopasiML_xsd.tmp#ListOfUnsupportedAnnotations
Used by
Model
Children schema:Comment, schema:ListOfUnsupportedAnnotations, schema:MiriamAnnotation
Source
<xs:group name="annotation.datatype">
  <xs:sequence>
    <xs:element minOccurs="0" ref="schema:MiriamAnnotation"/>
    <xs:element minOccurs="0" ref="schema:Comment"/>
    <xs:element minOccurs="0" ref="schema:ListOfUnsupportedAnnotations"/>
  </xs:sequence>
</xs:group>
Element Group schema:xhtml.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Used by
Element schema:Comment
Model
ANY element from namespace(s) 'http://www.w3.org/1999/xhtml'
Source
<xs:group name="xhtml.datatype">
  <xs:sequence>
    <xs:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
  </xs:sequence>
</xs:group>
Element Group schema:modelParameterGroup.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#ModelParameterGroup CopasiML_xsd.tmp#ModelParameter
Used by
Model
Children schema:ModelParameter, schema:ModelParameterGroup
Source
<xs:group name="modelParameterGroup.datatype">
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="schema:ModelParameterGroup"/>
      <xs:element ref="schema:ModelParameter"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
Element Group schema:curveSegment.element
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#LineSegment CopasiML_xsd.tmp#curveSegment.element_CurveSegment CopasiML_xsd.tmp#CubicBezier
Used by
Model
Children schema:CubicBezier, schema:CurveSegment, schema:LineSegment
Source
<xs:group name="curveSegment.element">
  <xs:choice>
    <xs:element ref="schema:LineSegment"/>
    <xs:element name="CurveSegment">
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="schema:lineSegment.datatype">
            <xs:attributeGroup ref="x:type"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
    <xs:element ref="schema:CubicBezier"/>
    <xs:element name="CurveSegment">
      <xs:complexType>
        <xs:complexContent>
          <xs:extension base="schema:cubicBezier.datatype">
            <xs:attributeGroup ref="x:type1"/>
          </xs:extension>
        </xs:complexContent>
      </xs:complexType>
    </xs:element>
  </xs:choice>
</xs:group>
Element Group schema:groupElements.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#Group CopasiML_xsd.tmp#Text CopasiML_xsd.tmp#Rectangle CopasiML_xsd.tmp#Ellipse CopasiML_xsd.tmp#Polygon CopasiML_xsd.tmp#Image CopasiML_xsd.tmp#groupElements.datatype_Curve
Used by
Complex Type schema:group.datatype
Model
Children schema:Curve, schema:Ellipse, schema:Group, schema:Image, schema:Polygon, schema:Rectangle, schema:Text
Source
<xs:group name="groupElements.datatype">
  <xs:choice>
    <xs:element ref="schema:Group"/>
    <xs:element ref="schema:Text"/>
    <xs:element ref="schema:Rectangle"/>
    <xs:element ref="schema:Ellipse"/>
    <xs:element ref="schema:Polygon"/>
    <xs:element ref="schema:Image"/>
    <xs:element name="Curve" type="schema:renderCurve.datatype"/>
  </xs:choice>
</xs:group>
Element Group schema:other.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Model
ANY element from ANY namespace
Source
<xs:group name="other.datatype">
  <xs:sequence>
    <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
  </xs:sequence>
</xs:group>
Element Group schema:rdfContent.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram
Model
ANY element from ANY namespace
Source
<xs:group name="rdfContent.datatype">
  <xs:sequence>
    <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
  </xs:sequence>
</xs:group>
Attribute Group schema:parameterDescription.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#name.attribute_name CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#parameterDescription.datatype_key CopasiML_xsd.tmp#parameterDescription.datatype_order CopasiML_xsd.tmp#parameterDescription.datatype_role
Used by
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
order xs:nonNegativeInteger required
role restriction of xs:string required
Source
<xs:attributeGroup name="parameterDescription.datatype">
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="FunctionParameter_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="order" use="required" type="xs:nonNegativeInteger"/>
  <xs:attribute name="role" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="product"/>
        <xs:enumeration value="volume"/>
        <xs:enumeration value="time"/>
        <xs:enumeration value="modifier"/>
        <xs:enumeration value="variable"/>
        <xs:enumeration value="substrate"/>
        <xs:enumeration value="constant"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group schema:name.attribute
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#name.attribute_name
Used by
Attributes
QName Type Use
name restriction of xs:string required
Source
<xs:attributeGroup name="name.attribute">
  <xs:attribute name="name" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="[\S ]+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group schema:reactionParticipant.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#reactionParticipant.datatype_stoichiometry CopasiML_xsd.tmp#reactionParticipant.datatype_metabolite
Used by
Attributes
QName Type Use
metabolite restriction of xs:IDREF required
stoichiometry xs:double required
Source
<xs:attributeGroup name="reactionParticipant.datatype">
  <xs:attribute name="stoichiometry" use="required" type="xs:double"/>
  <xs:attribute name="metabolite" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:IDREF">
        <xs:pattern value="Metabolite_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group schema:constant.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#constant.datatype_key CopasiML_xsd.tmp#name.attribute_name CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#constant.datatype_value
Used by
Element schema:Constant
Attributes
QName Type Use
key restriction of xs:ID required
name restriction of xs:string required
value xs:double required
Source
<xs:attributeGroup name="constant.datatype">
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Parameter_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="value" use="required" type="xs:double"/>
</xs:attributeGroup>
Attribute Group schema:report.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#report.datatype_reference CopasiML_xsd.tmp#report.datatype_target CopasiML_xsd.tmp#report.datatype_append CopasiML_xsd.tmp#report.datatype_confirmOverwrite
Used by
Attributes
QName Type Use
append xs:boolean required
confirmOverwrite xs:boolean required
reference restriction of xs:IDREF required
target xs:string required
Source
<xs:attributeGroup name="report.datatype">
  <xs:attribute name="reference" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:IDREF">
        <xs:pattern value="Report_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="target" use="required" type="xs:string"/>
  <xs:attribute name="append" use="required" type="xs:boolean"/>
  <xs:attribute name="confirmOverwrite" use="required" type="xs:boolean"/>
</xs:attributeGroup>
Attribute Group schema:parameter.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#name.attribute_name CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#parameter.datatype_type CopasiML_xsd.tmp#parameter.datatype_value
Used by
Attributes
QName Type Use
name restriction of xs:string required
type restriction of xs:string required
value xs:string required
Source
<xs:attributeGroup name="parameter.datatype">
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="type" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="float"/>
        <xs:enumeration value="unsignedFloat"/>
        <xs:enumeration value="integer"/>
        <xs:enumeration value="unsignedInteger"/>
        <xs:enumeration value="bool"/>
        <xs:enumeration value="string"/>
        <xs:enumeration value="cn"/>
        <xs:enumeration value="key"/>
        <xs:enumeration value="file"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="value" use="required" type="xs:string"/>
</xs:attributeGroup>
Attribute Group schema:parameterText.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#name.attribute_name CopasiML_xsd.tmp#name.attribute CopasiML_xsd.tmp#parameterText.datatype_type
Used by
Attributes
QName Type Use
name restriction of xs:string required
type restriction of xs:string required
Source
<xs:attributeGroup name="parameterText.datatype">
  <xs:attributeGroup ref="schema:name.attribute"/>
  <xs:attribute name="type" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="expression"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group schema:channelSpec.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#channelSpec.datatype_cn CopasiML_xsd.tmp#channelSpec.datatype_min CopasiML_xsd.tmp#channelSpec.datatype_max
Used by
Attributes
QName Type Use
cn xs:string required
max xs:double optional
min xs:double optional
Source
<xs:attributeGroup name="channelSpec.datatype">
  <xs:attribute name="cn" use="required" type="xs:string"/>
  <xs:attribute name="min" type="xs:double"/>
  <xs:attribute name="max" type="xs:double"/>
</xs:attributeGroup>
Attribute Group schema:slider.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#slider.datatype_key CopasiML_xsd.tmp#slider.datatype_associatedEntityKey CopasiML_xsd.tmp#slider.datatype_objectCN CopasiML_xsd.tmp#slider.datatype_objectType CopasiML_xsd.tmp#slider.datatype_objectValue CopasiML_xsd.tmp#slider.datatype_maxValue CopasiML_xsd.tmp#slider.datatype_minValue CopasiML_xsd.tmp#slider.datatype_tickFactor CopasiML_xsd.tmp#slider.datatype_tickNumber CopasiML_xsd.tmp#slider.datatype_scaling
Used by
Element schema:Slider
Attributes
QName Type Use
associatedEntityKey restriction of xs:IDREF required
key restriction of xs:ID required
maxValue xs:double required
minValue xs:double required
objectCN xs:string required
objectType restriction of xs:string required
objectValue xs:double required
scaling restriction of xs:string required
tickFactor xs:positiveInteger required
tickNumber xs:positiveInteger required
Source
<xs:attributeGroup name="slider.datatype">
  <xs:attribute name="key" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:ID">
        <xs:pattern value="Slider_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="associatedEntityKey" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:IDREF">
        <xs:pattern value="[_a-zA-Z]+_\d+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="objectCN" use="required" type="xs:string"/>
  <xs:attribute name="objectType" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="unsignedInteger"/>
        <xs:enumeration value="unsignedFloat"/>
        <xs:enumeration value="integer"/>
        <xs:enumeration value="float"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="objectValue" use="required" type="xs:double"/>
  <xs:attribute name="maxValue" use="required" type="xs:double"/>
  <xs:attribute name="minValue" use="required" type="xs:double"/>
  <xs:attribute name="tickFactor" use="required" type="xs:positiveInteger"/>
  <xs:attribute name="tickNumber" use="required" type="xs:positiveInteger"/>
  <xs:attribute name="scaling" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="logarithmic"/>
        <xs:enumeration value="linear"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group schema:dimension.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#dimension.datatype_width CopasiML_xsd.tmp#dimension.datatype_height
Used by
Attributes
QName Type Use
height xs:double required
width xs:double required
Source
<xs:attributeGroup name="dimension.datatype">
  <xs:attribute name="width" use="required" type="xs:double"/>
  <xs:attribute name="height" use="required" type="xs:double"/>
</xs:attributeGroup>
Attribute Group schema:layoutPoint.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#layoutPoint.datatype_x CopasiML_xsd.tmp#layoutPoint.datatype_y
Used by
Attributes
QName Type Use
x xs:double required
y xs:double required
Source
<xs:attributeGroup name="layoutPoint.datatype">
  <xs:attribute name="x" use="required" type="xs:double"/>
  <xs:attribute name="y" use="required" type="xs:double"/>
</xs:attributeGroup>
Attribute Group schema:colorDefinition.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#colorDefinition.datatype_id CopasiML_xsd.tmp#colorDefinition.datatype_value
Used by
Attributes
QName Type Use
id schema:layoutId.datatype required
value schema:colorValue.datatype required
Source
<xs:attributeGroup name="colorDefinition.datatype">
  <xs:attribute name="id" use="required" type="schema:layoutId.datatype"/>
  <xs:attribute name="value" use="required" type="schema:colorValue.datatype"/>
</xs:attributeGroup>
Attribute Group schema:text.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#transformation.datatype CopasiML_xsd.tmp#graphicalPrimitive1D.datatype_stroke CopasiML_xsd.tmp#graphicalPrimitive1D.datatype_stroke-width CopasiML_xsd.tmp#graphicalPrimitive1D.datatype_stroke-dasharray CopasiML_xsd.tmp#graphicalPrimitive1D.datatype CopasiML_xsd.tmp#text.datatype_x CopasiML_xsd.tmp#text.datatype_y CopasiML_xsd.tmp#text.datatype_font-family CopasiML_xsd.tmp#text.datatype_font-size CopasiML_xsd.tmp#text.datatype_font-style CopasiML_xsd.tmp#text.datatype_font-weight CopasiML_xsd.tmp#text.datatype_text-anchor CopasiML_xsd.tmp#text.datatype_vtext-anchor
Used by
Element schema:Text
Attributes
QName Type Use
font-family xs:string optional
font-size schema:relAbsValue.datatype optional
font-style schema:fontStyle.datatype optional
font-weight schema:fontWeight.datatype optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
text-anchor schema:textAnchor.datatype optional
transform restriction of xs:string optional
vtext-anchor schema:vtextAnchor.datatype optional
x schema:relAbsValue.datatype required
y schema:relAbsValue.datatype required
Source
<xs:attributeGroup name="text.datatype">
  <xs:attributeGroup ref="schema:graphicalPrimitive1D.datatype"/>
  <xs:attribute name="x" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="y" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="font-family" type="xs:string"/>
  <xs:attribute name="font-size" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="font-style" type="schema:fontStyle.datatype"/>
  <xs:attribute name="font-weight" type="schema:fontWeight.datatype"/>
  <xs:attribute name="text-anchor" type="schema:textAnchor.datatype"/>
  <xs:attribute name="vtext-anchor" type="schema:vtextAnchor.datatype"/>
</xs:attributeGroup>
Attribute Group schema:graphicalPrimitive1D.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#transformation.datatype_transform CopasiML_xsd.tmp#transformation.datatype CopasiML_xsd.tmp#graphicalPrimitive1D.datatype_stroke CopasiML_xsd.tmp#graphicalPrimitive1D.datatype_stroke-width CopasiML_xsd.tmp#graphicalPrimitive1D.datatype_stroke-dasharray
Used by
Attributes
QName Type Use
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
transform restriction of xs:string optional
Source
<xs:attributeGroup name="graphicalPrimitive1D.datatype">
  <xs:attributeGroup ref="schema:transformation.datatype"/>
  <xs:attribute name="stroke" type="schema:colorValueOrId.datatype"/>
  <xs:attribute name="stroke-width" type="xs:double"/>
  <xs:attribute name="stroke-dasharray">
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="xs:integer"/>
        </xs:simpleType>
        <xs:length value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group schema:transformation.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#transformation.datatype_transform
Used by
Attributes
QName Type Use
transform restriction of xs:string optional
Source
<xs:attributeGroup name="transformation.datatype">
  <xs:attribute name="transform">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="((\s*[+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?\s*,){5}|(\s*[+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?\s*,){11})(\s*[+\-]?[0-9]*(\.[0-9]*)?([eE][+\-]?[0-9]+)?\s*)"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group schema:rectangle.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#graphicalPrimitive1D.datatype CopasiML_xsd.tmp#graphicalPrimitive2D.datatype_fill CopasiML_xsd.tmp#graphicalPrimitive2D.datatype_fill-rule CopasiML_xsd.tmp#graphicalPrimitive2D.datatype CopasiML_xsd.tmp#rectangle.datatype_x CopasiML_xsd.tmp#rectangle.datatype_y CopasiML_xsd.tmp#rectangle.datatype_width CopasiML_xsd.tmp#rectangle.datatype_height CopasiML_xsd.tmp#rectangle.datatype_rx CopasiML_xsd.tmp#rectangle.datatype_ry
Used by
Attributes
QName Type Use
fill schema:colorValueOrId.datatype optional
fill-rule restriction of xs:token optional
height schema:relAbsValue.datatype required
rx schema:relAbsValue.datatype optional
ry schema:relAbsValue.datatype optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
transform restriction of xs:string optional
width schema:relAbsValue.datatype required
x schema:relAbsValue.datatype required
y schema:relAbsValue.datatype required
Source
<xs:attributeGroup name="rectangle.datatype">
  <xs:attributeGroup ref="schema:graphicalPrimitive2D.datatype"/>
  <xs:attribute name="x" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="y" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="width" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="height" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="rx" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="ry" type="schema:relAbsValue.datatype"/>
</xs:attributeGroup>
Attribute Group schema:graphicalPrimitive2D.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#transformation.datatype CopasiML_xsd.tmp#graphicalPrimitive1D.datatype_stroke CopasiML_xsd.tmp#graphicalPrimitive1D.datatype_stroke-width CopasiML_xsd.tmp#graphicalPrimitive1D.datatype_stroke-dasharray CopasiML_xsd.tmp#graphicalPrimitive1D.datatype CopasiML_xsd.tmp#graphicalPrimitive2D.datatype_fill CopasiML_xsd.tmp#graphicalPrimitive2D.datatype_fill-rule
Used by
Attributes
QName Type Use
fill schema:colorValueOrId.datatype optional
fill-rule restriction of xs:token optional
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
transform restriction of xs:string optional
Source
<xs:attributeGroup name="graphicalPrimitive2D.datatype">
  <xs:attributeGroup ref="schema:graphicalPrimitive1D.datatype"/>
  <xs:attribute name="fill" type="schema:colorValueOrId.datatype"/>
  <xs:attribute name="fill-rule">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="nonzero"/>
        <xs:enumeration value="evenodd"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Attribute Group schema:ellipse.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#graphicalPrimitive1D.datatype CopasiML_xsd.tmp#graphicalPrimitive2D.datatype_fill CopasiML_xsd.tmp#graphicalPrimitive2D.datatype_fill-rule CopasiML_xsd.tmp#graphicalPrimitive2D.datatype CopasiML_xsd.tmp#ellipse.datatype_cx CopasiML_xsd.tmp#ellipse.datatype_cy CopasiML_xsd.tmp#ellipse.datatype_rx CopasiML_xsd.tmp#ellipse.datatype_ry
Used by
Element schema:Ellipse
Attributes
QName Type Use
cx schema:relAbsValue.datatype required
cy schema:relAbsValue.datatype required
fill schema:colorValueOrId.datatype optional
fill-rule restriction of xs:token optional
rx schema:relAbsValue.datatype required
ry schema:relAbsValue.datatype required
stroke schema:colorValueOrId.datatype optional
stroke-dasharray restriction of list of xs:integer optional
stroke-width xs:double optional
transform restriction of xs:string optional
Source
<xs:attributeGroup name="ellipse.datatype">
  <xs:attributeGroup ref="schema:graphicalPrimitive2D.datatype"/>
  <xs:attribute name="cx" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="cy" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="rx" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="ry" use="required" type="schema:relAbsValue.datatype"/>
</xs:attributeGroup>
Attribute Group schema:image.dataype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#transformation.datatype_transform CopasiML_xsd.tmp#transformation.datatype CopasiML_xsd.tmp#image.dataype_x CopasiML_xsd.tmp#image.dataype_y CopasiML_xsd.tmp#image.dataype_width CopasiML_xsd.tmp#image.dataype_height CopasiML_xsd.tmp#image.dataype_href
Used by
Element schema:Image
Attributes
QName Type Use
height schema:relAbsValue.datatype required
href xs:string required
transform restriction of xs:string optional
width schema:relAbsValue.datatype required
x schema:relAbsValue.datatype required
y schema:relAbsValue.datatype required
Source
<xs:attributeGroup name="image.dataype">
  <xs:attributeGroup ref="schema:transformation.datatype"/>
  <xs:attribute name="x" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="y" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="width" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="height" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="href" use="required" type="xs:string"/>
</xs:attributeGroup>
Attribute Group schema:gradientStop.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#gradientStop.datatype_offset CopasiML_xsd.tmp#gradientStop.datatype_stop-color
Used by
Element schema:Stop
Attributes
Source
<xs:attributeGroup name="gradientStop.datatype">
  <xs:attribute name="offset" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="stop-color" use="required" type="schema:colorValue.datatype"/>
</xs:attributeGroup>
Attribute Group schema:renderPoint.datatytpe
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderPoint.datatytpe_x CopasiML_xsd.tmp#renderPoint.datatytpe_y
Used by
Attributes
QName Type Use
x schema:relAbsValue.datatype required
y schema:relAbsValue.datatype required
Source
<xs:attributeGroup name="renderPoint.datatytpe">
  <xs:attribute name="x" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="y" use="required" type="schema:relAbsValue.datatype"/>
</xs:attributeGroup>
Attribute Group schema:renderCubicBezier.datatype
Namespace http://www.copasi.org/static/schema
Diagram
Diagram CopasiML_xsd.tmp#renderPoint.datatytpe_x CopasiML_xsd.tmp#renderPoint.datatytpe_y CopasiML_xsd.tmp#renderPoint.datatytpe CopasiML_xsd.tmp#renderCubicBezier.datatype_basePoint1_x CopasiML_xsd.tmp#renderCubicBezier.datatype_basePoint1_y CopasiML_xsd.tmp#renderCubicBezier.datatype_basePoint2_x CopasiML_xsd.tmp#renderCubicBezier.datatype_basePoint2_y
Used by
Attributes
Source
<xs:attributeGroup name="renderCubicBezier.datatype">
  <xs:attributeGroup ref="schema:renderPoint.datatytpe"/>
  <xs:attribute name="basePoint1_x" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="basePoint1_y" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="basePoint2_x" use="required" type="schema:relAbsValue.datatype"/>
  <xs:attribute name="basePoint2_y" use="required" type="schema:relAbsValue.datatype"/>
</xs:attributeGroup>