Skip to content

Commit

Permalink
Moved partition function definition to molecules, changed nuclear spi…
Browse files Browse the repository at this point in the history
…n isomer to element in partition function.

Added A and E to possible nuclear spin isomer values
  • Loading branch information
misdoro committed Jul 26, 2012
1 parent eadbb1a commit e31d62c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
18 changes: 18 additions & 0 deletions statesMolecules.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@
<xs:enumeration value="ortho"/>
<xs:enumeration value="meta"/>
<xs:enumeration value="para"/>
<xs:enumeration value="A"/>
<xs:enumeration value="E"/>
</xs:restriction>
</xs:simpleType>

Expand Down Expand Up @@ -317,6 +319,22 @@
</xs:complexContent>
</xs:complexType>

<xs:complexType name="PartitionFunctionType">
<xs:annotation>
<xs:documentation>The partition function as a function of temperature: Q(T), expressed as a pair of
DataSeries columns</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="PrimaryType">
<xs:sequence>
<xs:element name="T" type="DataSeriesType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Q" type="DataSeriesType" minOccurs="1" maxOccurs="1"/>
<xs:element name="NuclearSpinIsomer" type="NuclearSpinIsomerType" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

<xs:complexType name="ReferencedTextType">
<xs:complexContent>
<xs:extension base="PrimaryType">
Expand Down
17 changes: 0 additions & 17 deletions typesAttributes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -636,23 +636,6 @@
</xs:complexContent>
</xs:complexType>


<xs:complexType name="PartitionFunctionType">
<xs:annotation>
<xs:documentation>The partition function as a function of temperature: Q(T), expressed as a pair of
DataSeries columns</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="PrimaryType">
<xs:sequence>
<xs:element name="T" type="DataSeriesType" minOccurs="1" maxOccurs="1"/>
<xs:element name="Q" type="DataSeriesType" minOccurs="1" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="nuclearSpinIsomer" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

<xs:simpleType name="TransitionType">
<xs:annotation>
<xs:documentation>Describes the transition type, excitation or deexcitation</xs:documentation>
Expand Down

0 comments on commit e31d62c

Please sign in to comment.