Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema MELTSoutput.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
version 3.0
Element MELTSoutput
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_status MELTSoutput_xsd.tmp#MELTSoutput_inputFile MELTSoutput_xsd.tmp#MELTSoutput_outputFile MELTSoutput_xsd.tmp#MELTSoutput_sessionID MELTSoutput_xsd.tmp#MELTSoutput_title MELTSoutput_xsd.tmp#MELTSoutput_time MELTSoutput_xsd.tmp#MELTSoutput_release MELTSoutput_xsd.tmp#MELTSoutput_buildDate MELTSoutput_xsd.tmp#MELTSoutput_buildTime MELTSoutput_xsd.tmp#MELTSoutput_temperature MELTSoutput_xsd.tmp#MELTSoutput_pressure MELTSoutput_xsd.tmp#MELTSoutput_log_fO2 MELTSoutput_xsd.tmp#MELTSoutput_deltaHM MELTSoutput_xsd.tmp#MELTSoutput_deltaNNO MELTSoutput_xsd.tmp#MELTSoutput_deltaFMQ MELTSoutput_xsd.tmp#MELTSoutput_deltaCOH MELTSoutput_xsd.tmp#MELTSoutput_deltaIW MELTSoutput_xsd.tmp#MELTSoutput_liquid MELTSoutput_xsd.tmp#MELTSoutput_solid MELTSoutput_xsd.tmp#MELTSoutput_totalSolids MELTSoutput_xsd.tmp#MELTSoutput_fractionate MELTSoutput_xsd.tmp#MELTSoutput_system MELTSoutput_xsd.tmp#MELTSoutput_oxygen MELTSoutput_xsd.tmp#MELTSoutput_assimilant MELTSoutput_xsd.tmp#MELTSoutput_potentialSolid
Properties
content complex
Model
Children assimilant, buildDate, buildTime, deltaCOH, deltaFMQ, deltaHM, deltaIW, deltaNNO, fractionate, inputFile, liquid, log_fO2, outputFile, oxygen, potentialSolid, pressure, release, sessionID, solid, status, system, temperature, time, title, totalSolids
Instance
<MELTSoutput>
  <status>{0,1}</status>
  <inputFile>{0,1}</inputFile>
  <outputFile>{0,1}</outputFile>
  <sessionID>{0,1}</sessionID>
  <title>{1,1}</title>
  <time>{1,1}</time>
  <release>{1,1}</release>
  <buildDate>{1,1}</buildDate>
  <buildTime>{1,1}</buildTime>
  <temperature>{1,1}</temperature>
  <pressure>{1,1}</pressure>
  <log_fO2>{1,1}</log_fO2>
  <deltaHM>{1,1}</deltaHM>
  <deltaNNO>{1,1}</deltaNNO>
  <deltaFMQ>{1,1}</deltaFMQ>
  <deltaCOH>{1,1}</deltaCOH>
  <deltaIW>{1,1}</deltaIW>
  <liquid>{0,unbounded}</liquid>
  <solid>{0,unbounded}</solid>
  <totalSolids>{0,1}</totalSolids>
  <fractionate type="">{0,2}</fractionate>
  <system>{1,1}</system>
  <oxygen>{0,1}</oxygen>
  <assimilant>{0,1}</assimilant>
  <potentialSolid>{0,unbounded}</potentialSolid>
</MELTSoutput>
Source
<xs:element name="MELTSoutput">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="status" type="xs:string" minOccurs="0" maxOccurs="1"/>
      <xs:element name="inputFile" type="xs:string" minOccurs="0" maxOccurs="1"/>
      <xs:element name="outputFile" type="xs:string" minOccurs="0" maxOccurs="1"/>
      <xs:element name="sessionID" type="xs:string" minOccurs="0" maxOccurs="1"/>
      <xs:element name="title" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="time" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="release" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="buildDate" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="buildTime" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="temperature" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="pressure" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="log_fO2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="deltaHM" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="deltaNNO" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="deltaFMQ" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="deltaCOH" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="deltaIW" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="liquid" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="viscosity" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="SiO2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Al2O3" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="FeO" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="MgO" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CaO" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="Na2O" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="solid" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="component" minOccurs="1" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="totalSolids" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="fractionate" minOccurs="0" maxOccurs="2">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="solid" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="component" minOccurs="1" maxOccurs="unbounded">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
                        <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
                        <xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="liquid" minOccurs="0" maxOccurs="1">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
                  <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="type" form="unqualified" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:enumeration value="current"/>
                <xs:enumeration value="previous"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="system" minOccurs="1" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="viscosity" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="oxygen" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="moles" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="assimilant" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="temperature" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="solid" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="component" minOccurs="1" maxOccurs="unbounded">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
                        <xs:element name="molFrac" type="xs:double" minOccurs="1" maxOccurs="1"/>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="potentialSolid" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <!-- Thermodynamic quantities for potential solids are reported on a per mole basis -->
            <!-- Compositional data for potential solids is reported in wt % and mole fraction -->
            <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="affinity" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="component" minOccurs="1" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / status
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="status" type="xs:string" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / inputFile
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="inputFile" type="xs:string" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / outputFile
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="outputFile" type="xs:string" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / sessionID
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="sessionID" type="xs:string" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / title
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="title" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / time
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="time" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / release
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="release" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / buildDate
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="buildDate" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / buildTime
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="buildTime" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / temperature
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="temperature" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / pressure
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="pressure" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / log_fO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="log_fO2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / deltaHM
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="deltaHM" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / deltaNNO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="deltaNNO" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / deltaFMQ
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="deltaFMQ" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / deltaCOH
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="deltaCOH" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / deltaIW
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="deltaIW" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_mass MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_density MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_viscosity MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_gibbsFreeEnergy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_enthalpy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_entropy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_volume MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_dvdt MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_dvdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_d2vdt2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_d2vdtdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_d2vdp2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_heatCapacity MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_SiO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_TiO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_Al2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_Fe2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_Cr2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_FeO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_MnO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_MgO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_NiO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_CoO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_CaO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_Na2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_K2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_P2O5 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_H2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_liquid_CO2
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Al2O3, CO2, CaO, CoO, Cr2O3, Fe2O3, FeO, H2O, K2O, MgO, MnO, Na2O, NiO, P2O5, SiO2, TiO2, d2vdp2, d2vdt2, d2vdtdp, density, dvdp, dvdt, enthalpy, entropy, gibbsFreeEnergy, heatCapacity, mass, viscosity, volume
Instance
<liquid>
  <mass>{1,1}</mass>
  <density>{1,1}</density>
  <viscosity>{1,1}</viscosity>
  <gibbsFreeEnergy>{1,1}</gibbsFreeEnergy>
  <enthalpy>{1,1}</enthalpy>
  <entropy>{1,1}</entropy>
  <volume>{1,1}</volume>
  <dvdt>{1,1}</dvdt>
  <dvdp>{1,1}</dvdp>
  <d2vdt2>{1,1}</d2vdt2>
  <d2vdtdp>{1,1}</d2vdtdp>
  <d2vdp2>{1,1}</d2vdp2>
  <heatCapacity>{1,1}</heatCapacity>
  <SiO2>{1,1}</SiO2>
  <TiO2>{0,1}</TiO2>
  <Al2O3>{1,1}</Al2O3>
  <Fe2O3>{0,1}</Fe2O3>
  <Cr2O3>{0,1}</Cr2O3>
  <FeO>{1,1}</FeO>
  <MnO>{0,1}</MnO>
  <MgO>{1,1}</MgO>
  <NiO>{0,1}</NiO>
  <CoO>{0,1}</CoO>
  <CaO>{1,1}</CaO>
  <Na2O>{1,1}</Na2O>
  <K2O>{0,1}</K2O>
  <P2O5>{0,1}</P2O5>
  <H2O>{0,1}</H2O>
  <CO2>{0,1}</CO2>
</liquid>
Source
<xs:element name="liquid" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="viscosity" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="SiO2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Al2O3" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="FeO" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="MgO" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CaO" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="Na2O" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / liquid / mass
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / density
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / viscosity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="viscosity" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / gibbsFreeEnergy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / enthalpy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / entropy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / volume
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / dvdt
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / dvdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / d2vdt2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / d2vdtdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / d2vdp2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / heatCapacity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / SiO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="SiO2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / TiO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / liquid / Al2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Al2O3" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / Fe2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / liquid / Cr2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / liquid / FeO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="FeO" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / MnO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / liquid / MgO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="MgO" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / NiO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / liquid / CoO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / liquid / CaO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="CaO" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / Na2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="Na2O" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / liquid / K2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / liquid / P2O5
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / liquid / H2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / liquid / CO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_name MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_formula MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_mass MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_density MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_gibbsFreeEnergy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_enthalpy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_entropy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_volume MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_dvdt MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_dvdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_d2vdt2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_d2vdtdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_d2vdp2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_heatCapacity MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_SiO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_TiO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_Al2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_Fe2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_Cr2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_FeO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_MnO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_MgO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_NiO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_CoO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_CaO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_Na2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_K2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_P2O5 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_H2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_CO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_component
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Al2O3, CO2, CaO, CoO, Cr2O3, Fe2O3, FeO, H2O, K2O, MgO, MnO, Na2O, NiO, P2O5, SiO2, TiO2, component, d2vdp2, d2vdt2, d2vdtdp, density, dvdp, dvdt, enthalpy, entropy, formula, gibbsFreeEnergy, heatCapacity, mass, name, volume
Instance
<solid>
  <name>{1,1}</name>
  <formula>{1,1}</formula>
  <mass>{1,1}</mass>
  <density>{1,1}</density>
  <gibbsFreeEnergy>{1,1}</gibbsFreeEnergy>
  <enthalpy>{1,1}</enthalpy>
  <entropy>{1,1}</entropy>
  <volume>{1,1}</volume>
  <dvdt>{1,1}</dvdt>
  <dvdp>{1,1}</dvdp>
  <d2vdt2>{1,1}</d2vdt2>
  <d2vdtdp>{1,1}</d2vdtdp>
  <d2vdp2>{1,1}</d2vdp2>
  <heatCapacity>{1,1}</heatCapacity>
  <SiO2>{0,1}</SiO2>
  <TiO2>{0,1}</TiO2>
  <Al2O3>{0,1}</Al2O3>
  <Fe2O3>{0,1}</Fe2O3>
  <Cr2O3>{0,1}</Cr2O3>
  <FeO>{0,1}</FeO>
  <MnO>{0,1}</MnO>
  <MgO>{0,1}</MgO>
  <NiO>{0,1}</NiO>
  <CoO>{0,1}</CoO>
  <CaO>{0,1}</CaO>
  <Na2O>{0,1}</Na2O>
  <K2O>{0,1}</K2O>
  <P2O5>{0,1}</P2O5>
  <H2O>{0,1}</H2O>
  <CO2>{0,1}</CO2>
  <component>{1,unbounded}</component>
</solid>
Source
<xs:element name="solid" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="component" minOccurs="1" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / solid / name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / formula
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / mass
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / density
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / gibbsFreeEnergy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / enthalpy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / entropy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / volume
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / dvdt
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / dvdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / d2vdt2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / d2vdtdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / d2vdp2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / heatCapacity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / SiO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / TiO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / Al2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / Fe2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / Cr2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / FeO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / MnO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / MgO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / NiO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / CoO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / CaO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / Na2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / K2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / P2O5
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / H2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / CO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / solid / component
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_MELTSoutput_MELTSoutput_solid_component_name MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_MELTSoutput_MELTSoutput_solid_component_formula MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_solid_MELTSoutput_MELTSoutput_solid_component_moleFraction
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children formula, moleFraction, name
Instance
<component>
  <name>{1,1}</name>
  <formula>{1,1}</formula>
  <moleFraction>{1,1}</moleFraction>
</component>
Source
<xs:element name="component" minOccurs="1" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / solid / component / name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / component / formula
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / solid / component / moleFraction
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_mass MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_density MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_gibbsFreeEnergy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_enthalpy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_entropy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_volume MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_dvdt MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_dvdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_d2vdt2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_d2vdtdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_d2vdp2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_totalSolids_heatCapacity
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children d2vdp2, d2vdt2, d2vdtdp, density, dvdp, dvdt, enthalpy, entropy, gibbsFreeEnergy, heatCapacity, mass, volume
Instance
<totalSolids>
  <mass>{1,1}</mass>
  <density>{1,1}</density>
  <gibbsFreeEnergy>{1,1}</gibbsFreeEnergy>
  <enthalpy>{1,1}</enthalpy>
  <entropy>{1,1}</entropy>
  <volume>{1,1}</volume>
  <dvdt>{1,1}</dvdt>
  <dvdp>{1,1}</dvdp>
  <d2vdt2>{1,1}</d2vdt2>
  <d2vdtdp>{1,1}</d2vdtdp>
  <d2vdp2>{1,1}</d2vdp2>
  <heatCapacity>{1,1}</heatCapacity>
</totalSolids>
Source
<xs:element name="totalSolids" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / totalSolids / mass
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / density
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / gibbsFreeEnergy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / enthalpy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / entropy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / volume
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / dvdt
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / dvdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / d2vdt2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / d2vdtdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / d2vdp2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / totalSolids / heatCapacity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_type MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_mass MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_solid MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_liquid
Properties
content complex
minOccurs 0
maxOccurs 2
Model
Children liquid, mass, solid
Instance
<fractionate type="">
  <mass>{1,1}</mass>
  <solid>{0,unbounded}</solid>
  <liquid>{0,1}</liquid>
</fractionate>
Attributes
QName Type Use
type restriction of xs:string required
Source
<xs:element name="fractionate" minOccurs="0" maxOccurs="2">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="solid" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="component" minOccurs="1" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="liquid" minOccurs="0" maxOccurs="1">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
            <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="type" form="unqualified" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="current"/>
          <xs:enumeration value="previous"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element MELTSoutput / fractionate / mass
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_name MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_formula MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_mass MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_density MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_gibbsFreeEnergy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_enthalpy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_entropy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_volume MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_dvdt MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_dvdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_d2vdt2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_d2vdtdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_d2vdp2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_heatCapacity MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_SiO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_TiO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_Al2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_Fe2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_Cr2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_FeO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_MnO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_MgO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_NiO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_CoO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_CaO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_Na2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_K2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_P2O5 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_H2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_CO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_component
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Al2O3, CO2, CaO, CoO, Cr2O3, Fe2O3, FeO, H2O, K2O, MgO, MnO, Na2O, NiO, P2O5, SiO2, TiO2, component, d2vdp2, d2vdt2, d2vdtdp, density, dvdp, dvdt, enthalpy, entropy, formula, gibbsFreeEnergy, heatCapacity, mass, name, volume
Instance
<solid>
  <name>{1,1}</name>
  <formula>{1,1}</formula>
  <mass>{1,1}</mass>
  <density>{1,1}</density>
  <gibbsFreeEnergy>{1,1}</gibbsFreeEnergy>
  <enthalpy>{1,1}</enthalpy>
  <entropy>{1,1}</entropy>
  <volume>{1,1}</volume>
  <dvdt>{1,1}</dvdt>
  <dvdp>{1,1}</dvdp>
  <d2vdt2>{1,1}</d2vdt2>
  <d2vdtdp>{1,1}</d2vdtdp>
  <d2vdp2>{1,1}</d2vdp2>
  <heatCapacity>{1,1}</heatCapacity>
  <SiO2>{0,1}</SiO2>
  <TiO2>{0,1}</TiO2>
  <Al2O3>{0,1}</Al2O3>
  <Fe2O3>{0,1}</Fe2O3>
  <Cr2O3>{0,1}</Cr2O3>
  <FeO>{0,1}</FeO>
  <MnO>{0,1}</MnO>
  <MgO>{0,1}</MgO>
  <NiO>{0,1}</NiO>
  <CoO>{0,1}</CoO>
  <CaO>{0,1}</CaO>
  <Na2O>{0,1}</Na2O>
  <K2O>{0,1}</K2O>
  <P2O5>{0,1}</P2O5>
  <H2O>{0,1}</H2O>
  <CO2>{0,1}</CO2>
  <component>{1,unbounded}</component>
</solid>
Source
<xs:element name="solid" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="component" minOccurs="1" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / fractionate / solid / name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / formula
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / mass
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / density
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / gibbsFreeEnergy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / enthalpy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / entropy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / volume
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / dvdt
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / dvdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / d2vdt2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / d2vdtdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / d2vdp2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / heatCapacity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / SiO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / TiO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / Al2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / Fe2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / Cr2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / FeO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / MnO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / MgO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / NiO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / CoO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / CaO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / Na2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / K2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / P2O5
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / H2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / CO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / component
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_component_name MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_component_formula MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_solid_component_moleFraction
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children formula, moleFraction, name
Instance
<component>
  <name>{1,1}</name>
  <formula>{1,1}</formula>
  <moleFraction>{1,1}</moleFraction>
</component>
Source
<xs:element name="component" minOccurs="1" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / fractionate / solid / component / name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / component / formula
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / solid / component / moleFraction
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_mass MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_density MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_gibbsFreeEnergy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_enthalpy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_entropy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_volume MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_dvdt MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_dvdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_d2vdt2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_d2vdtdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_d2vdp2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_heatCapacity MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_SiO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_TiO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_Al2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_Fe2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_Cr2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_FeO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_MnO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_MgO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_NiO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_CoO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_CaO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_Na2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_K2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_P2O5 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_H2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_fractionate_MELTSoutput_MELTSoutput_fractionate_liquid_CO2
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children Al2O3, CO2, CaO, CoO, Cr2O3, Fe2O3, FeO, H2O, K2O, MgO, MnO, Na2O, NiO, P2O5, SiO2, TiO2, d2vdp2, d2vdt2, d2vdtdp, density, dvdp, dvdt, enthalpy, entropy, gibbsFreeEnergy, heatCapacity, mass, volume
Instance
<liquid>
  <mass>{1,1}</mass>
  <density>{1,1}</density>
  <gibbsFreeEnergy>{1,1}</gibbsFreeEnergy>
  <enthalpy>{1,1}</enthalpy>
  <entropy>{1,1}</entropy>
  <volume>{1,1}</volume>
  <dvdt>{1,1}</dvdt>
  <dvdp>{1,1}</dvdp>
  <d2vdt2>{1,1}</d2vdt2>
  <d2vdtdp>{1,1}</d2vdtdp>
  <d2vdp2>{1,1}</d2vdp2>
  <heatCapacity>{1,1}</heatCapacity>
  <SiO2>{0,1}</SiO2>
  <TiO2>{0,1}</TiO2>
  <Al2O3>{0,1}</Al2O3>
  <Fe2O3>{0,1}</Fe2O3>
  <Cr2O3>{0,1}</Cr2O3>
  <FeO>{0,1}</FeO>
  <MnO>{0,1}</MnO>
  <MgO>{0,1}</MgO>
  <NiO>{0,1}</NiO>
  <CoO>{0,1}</CoO>
  <CaO>{0,1}</CaO>
  <Na2O>{0,1}</Na2O>
  <K2O>{0,1}</K2O>
  <P2O5>{0,1}</P2O5>
  <H2O>{0,1}</H2O>
  <CO2>{0,1}</CO2>
</liquid>
Source
<xs:element name="liquid" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / fractionate / liquid / mass
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / density
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / gibbsFreeEnergy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / enthalpy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / entropy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / volume
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / dvdt
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / dvdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / d2vdt2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / d2vdtdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / d2vdp2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / heatCapacity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / SiO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / TiO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / Al2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / Fe2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / Cr2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / FeO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / MnO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / MgO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / NiO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / CoO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / CaO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / Na2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / K2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / P2O5
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / H2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / fractionate / liquid / CO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / system
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_mass MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_density MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_viscosity MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_gibbsFreeEnergy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_enthalpy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_entropy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_volume MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_dvdt MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_dvdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_d2vdt2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_d2vdtdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_d2vdp2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_system_heatCapacity
Properties
content complex
minOccurs 1
maxOccurs 1
Model
Children d2vdp2, d2vdt2, d2vdtdp, density, dvdp, dvdt, enthalpy, entropy, gibbsFreeEnergy, heatCapacity, mass, viscosity, volume
Instance
<system>
  <mass>{1,1}</mass>
  <density>{1,1}</density>
  <viscosity>{0,1}</viscosity>
  <gibbsFreeEnergy>{1,1}</gibbsFreeEnergy>
  <enthalpy>{1,1}</enthalpy>
  <entropy>{1,1}</entropy>
  <volume>{1,1}</volume>
  <dvdt>{1,1}</dvdt>
  <dvdp>{1,1}</dvdp>
  <d2vdt2>{1,1}</d2vdt2>
  <d2vdtdp>{1,1}</d2vdtdp>
  <d2vdp2>{1,1}</d2vdp2>
  <heatCapacity>{1,1}</heatCapacity>
</system>
Source
<xs:element name="system" minOccurs="1" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="viscosity" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / system / mass
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / density
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / viscosity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="viscosity" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / system / gibbsFreeEnergy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / enthalpy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / entropy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / volume
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / dvdt
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / dvdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / d2vdt2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / d2vdtdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / d2vdp2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / system / heatCapacity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_moles MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_mass MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_gibbsFreeEnergy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_enthalpy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_entropy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_volume MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_dvdt MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_dvdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_d2vdt2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_d2vdtdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_d2vdp2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_oxygen_heatCapacity
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children d2vdp2, d2vdt2, d2vdtdp, dvdp, dvdt, enthalpy, entropy, gibbsFreeEnergy, heatCapacity, mass, moles, volume
Instance
<oxygen>
  <moles>{1,1}</moles>
  <mass>{1,1}</mass>
  <gibbsFreeEnergy>{1,1}</gibbsFreeEnergy>
  <enthalpy>{1,1}</enthalpy>
  <entropy>{1,1}</entropy>
  <volume>{1,1}</volume>
  <dvdt>{1,1}</dvdt>
  <dvdp>{1,1}</dvdp>
  <d2vdt2>{1,1}</d2vdt2>
  <d2vdtdp>{1,1}</d2vdtdp>
  <d2vdp2>{1,1}</d2vdp2>
  <heatCapacity>{1,1}</heatCapacity>
</oxygen>
Source
<xs:element name="oxygen" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="moles" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / oxygen / moles
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="moles" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / mass
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / gibbsFreeEnergy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / enthalpy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / entropy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / volume
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / dvdt
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / dvdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / d2vdt2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / d2vdtdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / d2vdp2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / oxygen / heatCapacity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / assimilant
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_assimilant_mass MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_assimilant_temperature MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_assimilant_solid
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children mass, solid, temperature
Instance
<assimilant>
  <mass>{1,1}</mass>
  <temperature>{1,1}</temperature>
  <solid>{0,unbounded}</solid>
</assimilant>
Source
<xs:element name="assimilant" minOccurs="0" maxOccurs="1">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="temperature" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="solid" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
            <xs:element name="component" minOccurs="1" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
                  <xs:element name="molFrac" type="xs:double" minOccurs="1" maxOccurs="1"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / assimilant / mass
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / assimilant / temperature
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="temperature" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / assimilant / solid
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_assimilant_MELTSoutput_MELTSoutput_assimilant_solid_name MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_assimilant_MELTSoutput_MELTSoutput_assimilant_solid_mass MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_assimilant_MELTSoutput_MELTSoutput_assimilant_solid_component
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children component, mass, name
Instance
<solid>
  <name>{1,1}</name>
  <mass>{1,1}</mass>
  <component>{1,unbounded}</component>
</solid>
Source
<xs:element name="solid" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="component" minOccurs="1" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="molFrac" type="xs:double" minOccurs="1" maxOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / assimilant / solid / name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / assimilant / solid / mass
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="mass" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / assimilant / solid / component
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_assimilant_MELTSoutput_MELTSoutput_assimilant_solid_MELTSoutput_MELTSoutput_assimilant_MELTSoutput_MELTSoutput_assimilant_solid_component_name MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_assimilant_MELTSoutput_MELTSoutput_assimilant_solid_MELTSoutput_MELTSoutput_assimilant_MELTSoutput_MELTSoutput_assimilant_solid_component_molFrac
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children molFrac, name
Instance
<component>
  <name>{1,1}</name>
  <molFrac>{1,1}</molFrac>
</component>
Source
<xs:element name="component" minOccurs="1" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="molFrac" type="xs:double" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / assimilant / solid / component / name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / assimilant / solid / component / molFrac
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="molFrac" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_name MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_formula MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_affinity MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_density MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_gibbsFreeEnergy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_enthalpy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_entropy MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_volume MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_dvdt MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_dvdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_d2vdt2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_d2vdtdp MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_d2vdp2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_heatCapacity MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_SiO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_TiO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_Al2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_Fe2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_Cr2O3 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_FeO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_MnO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_MgO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_NiO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_CoO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_CaO MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_Na2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_K2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_P2O5 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_H2O MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_CO2 MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_component
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Al2O3, CO2, CaO, CoO, Cr2O3, Fe2O3, FeO, H2O, K2O, MgO, MnO, Na2O, NiO, P2O5, SiO2, TiO2, affinity, component, d2vdp2, d2vdt2, d2vdtdp, density, dvdp, dvdt, enthalpy, entropy, formula, gibbsFreeEnergy, heatCapacity, name, volume
Instance
<potentialSolid>
  <name>{1,1}</name>
  <formula>{1,1}</formula>
  <affinity>{1,1}</affinity>
  <density>{1,1}</density>
  <gibbsFreeEnergy>{1,1}</gibbsFreeEnergy>
  <enthalpy>{1,1}</enthalpy>
  <entropy>{1,1}</entropy>
  <volume>{1,1}</volume>
  <dvdt>{1,1}</dvdt>
  <dvdp>{1,1}</dvdp>
  <d2vdt2>{1,1}</d2vdt2>
  <d2vdtdp>{1,1}</d2vdtdp>
  <d2vdp2>{1,1}</d2vdp2>
  <heatCapacity>{1,1}</heatCapacity>
  <SiO2>{0,1}</SiO2>
  <TiO2>{0,1}</TiO2>
  <Al2O3>{0,1}</Al2O3>
  <Fe2O3>{0,1}</Fe2O3>
  <Cr2O3>{0,1}</Cr2O3>
  <FeO>{0,1}</FeO>
  <MnO>{0,1}</MnO>
  <MgO>{0,1}</MgO>
  <NiO>{0,1}</NiO>
  <CoO>{0,1}</CoO>
  <CaO>{0,1}</CaO>
  <Na2O>{0,1}</Na2O>
  <K2O>{0,1}</K2O>
  <P2O5>{0,1}</P2O5>
  <H2O>{0,1}</H2O>
  <CO2>{0,1}</CO2>
  <component>{1,unbounded}</component>
</potentialSolid>
Source
<xs:element name="potentialSolid" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <!-- Thermodynamic quantities for potential solids are reported on a per mole basis -->
      <!-- Compositional data for potential solids is reported in wt % and mole fraction -->
      <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="affinity" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
      <xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
      <xs:element name="component" minOccurs="1" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
            <xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / potentialSolid / name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / formula
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / affinity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="affinity" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / density
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="density" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / gibbsFreeEnergy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="gibbsFreeEnergy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / enthalpy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="enthalpy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / entropy
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="entropy" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / volume
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="volume" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / dvdt
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdt" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / dvdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="dvdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / d2vdt2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdt2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / d2vdtdp
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdtdp" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / d2vdp2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="d2vdp2" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / heatCapacity
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="heatCapacity" type="xs:double" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / SiO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="SiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / TiO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="TiO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / Al2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Al2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / Fe2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Fe2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / Cr2O3
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Cr2O3" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / FeO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="FeO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / MnO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="MnO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / MgO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="MgO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / NiO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="NiO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / CoO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CoO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / CaO
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CaO" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / Na2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="Na2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / K2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="K2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / P2O5
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="P2O5" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / H2O
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="H2O" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / CO2
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="CO2" type="xs:double" minOccurs="0" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / component
Namespace No namespace
Diagram
Diagram MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_MELTSoutput_MELTSoutput_potentialSolid_component_name MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_MELTSoutput_MELTSoutput_potentialSolid_component_formula MELTSoutput_xsd.tmp#MELTSoutput_MELTSoutput_potentialSolid_MELTSoutput_MELTSoutput_potentialSolid_component_moleFraction
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children formula, moleFraction, name
Instance
<component>
  <name>{1,1}</name>
  <formula>{1,1}</formula>
  <moleFraction>{1,1}</moleFraction>
</component>
Source
<xs:element name="component" minOccurs="1" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element MELTSoutput / potentialSolid / component / name
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="name" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / component / formula
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="formula" type="xs:string" minOccurs="1" maxOccurs="1"/>
Element MELTSoutput / potentialSolid / component / moleFraction
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<xs:element name="moleFraction" type="xs:double" minOccurs="1" maxOccurs="1"/>
Attribute MELTSoutput / fractionate / @type
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
enumeration current
enumeration previous
Used by
Source
<xs:attribute name="type" form="unqualified" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="current"/>
      <xs:enumeration value="previous"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>