Showing:

Annotations
Attributes
Diagrams
Facets
Identity Constraints
Instances
Properties
Source
Used by
Imported schema asymos.xsd
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
Schema for specifying the quantum numbers of open-shell asymmetric top molecules
Properties
attribute form default: unqualified
element form default: qualified
Element asymos:QNs
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
A list of quantum numbers for open-shell asymmetric top molecules
Diagram
Diagram asymos_xsd.tmp#id1304 asymos_xsd.tmp#id1305 asymos_xsd.tmp#id1306 asymos_xsd.tmp#id1307 asymos_xsd.tmp#id1308 asymos_xsd.tmp#id1309 asymos_xsd.tmp#id1310 asymos_xsd.tmp#id1311 asymos_xsd.tmp#id1312 asymos_xsd.tmp#id1313 asymos_xsd.tmp#id1314 asymos_xsd.tmp#id1315 asymos_xsd.tmp#id1316 asymos_xsd.tmp#id1317 asymos_xsd.tmp#id1318 asymos_xsd.tmp#id1319 asymos_xsd.tmp#id1320 asymos_xsd.tmp#id1321 asymos_xsd.tmp#id1303
Type asymos:QNsType
Properties
content: complex
Used by
Complex Type asymos:Case
Model asymos:ElecStateLabel{0,1} , asymos:elecSym{0,1} , asymos:elecInv{0,1} , asymos:S{0,1} , asymos:vi* , asymos:vibInv{0,1} , asymos:vibSym{0,1} , asymos:J{0,1} , asymos:N{0,1} , asymos:Ka{0,1} , asymos:Kc{0,1} , asymos:rotSym{0,1} , asymos:rovibSym{0,1} , asymos:I{0,1} , asymos:Fj* , asymos:F{0,1} , asymos:r* , asymos:parity{0,1}
Children asymos:ElecStateLabel, asymos:F, asymos:Fj, asymos:I, asymos:J, asymos:Ka, asymos:Kc, asymos:N, asymos:S, asymos:elecInv, asymos:elecSym, asymos:parity, asymos:r, asymos:rotSym, asymos:rovibSym, asymos:vi, asymos:vibInv, asymos:vibSym
Instance
<asymos:QNs>
  <asymos:ElecStateLabel>{0,1}</asymos:ElecStateLabel>
  <asymos:elecSym group="">{0,1}</asymos:elecSym>
  <asymos:elecInv>{0,1}</asymos:elecInv>
  <asymos:S>{0,1}</asymos:S>
  <asymos:vi mode="">{0,unbounded}</asymos:vi>
  <asymos:vibInv>{0,1}</asymos:vibInv>
  <asymos:vibSym group="">{0,1}</asymos:vibSym>
  <asymos:J>{0,1}</asymos:J>
  <asymos:N>{0,1}</asymos:N>
  <asymos:Ka>{0,1}</asymos:Ka>
  <asymos:Kc>{0,1}</asymos:Kc>
  <asymos:rotSym group="">{0,1}</asymos:rotSym>
  <asymos:rovibSym group="">{0,1}</asymos:rovibSym>
  <asymos:I id="" nuclearSpinRef="">{0,1}</asymos:I>
  <asymos:Fj j="" nuclearSpinRef="">{0,unbounded}</asymos:Fj>
  <asymos:F nuclearSpinRef="">{0,1}</asymos:F>
  <asymos:r name="">{0,unbounded}</asymos:r>
  <asymos:parity>{0,1}</asymos:parity>
</asymos:QNs>
Source
<xs:element name="QNs" type="asymos:QNsType">
  <xs:annotation>
    <xs:documentation>A list of quantum numbers for open-shell asymmetric top molecules</xs:documentation>
  </xs:annotation>
  <!-- the name attribute to r must be unique within each state -->
  <xs:unique name="r-name">
    <xs:selector xpath="asymos:r"/>
    <xs:field xpath="@name"/>
  </xs:unique>
  <!-- the mode index of Vi must be unique within each state -->
  <xs:unique name="vi-mode">
    <xs:selector xpath="asymos:vi"/>
    <xs:field xpath="@mode"/>
  </xs:unique>
  <!-- the spin ref of Fj must be unique within each state -->
  <xs:unique name="Fj-spinref">
    <xs:selector xpath="asymos:Fj"/>
    <xs:field xpath="@nuclearSpinRef"/>
  </xs:unique>
  <!-- the j of Fj must be unique within each state -->
  <xs:unique name="Fj-ref">
    <xs:selector xpath="asymos:Fj"/>
    <xs:field xpath="@j"/>
  </xs:unique>
</xs:element>
Element asymos:QNsType / asymos:ElecStateLabel
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
The label of the electronic state: X, a, A, b, etc...
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="ElecStateLabel" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The label of the electronic state: X, a, A, b, etc...</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:elecSym
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
Symmetry species of the electronic wavefunction
Diagram
Diagram commonTypes_xsd.tmp#id1274 commonTypes_xsd.tmp#id1273
Type SymmetrySpeciesType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
group optional
a string identifying the symmetry group this species belongs to
Source
<xs:element name="elecSym" type="ctypes:SymmetrySpeciesType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Symmetry species of the electronic wavefunction</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:elecInv
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
Parity of the electronic wavefunction with respect to inversion through the molecular centre of mass in the molecular coordinate system: 'g' or 'u'
Diagram
Diagram commonTypes_xsd.tmp#id1278
Type UGParityType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
pattern u|g
Source
<xs:element name="elecInv" type="ctypes:UGParityType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Parity of the electronic wavefunction with respect to inversion through the molecular centre of mass in the molecular coordinate system: 'g' or 'u'</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:S
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
The total electronic spin angular momentum quantum number
Diagram
Diagram commonTypes_xsd.tmp#id1262
Type AMType
Properties
content: simple
minOccurs: 0
Facets
pattern \d+(\.[0|5]?)?
Source
<xs:element name="S" type="ctypes:AMType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The total electronic spin angular momentum quantum number</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:vi
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
A vibrational quantum number, v_i
Diagram
Diagram commonTypes_xsd.tmp#id1270 commonTypes_xsd.tmp#id1269
Type VibrationalQNType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
mode xs:nonNegativeInteger required
The label identifying the normal mode of this vibrational quantum number
Source
<xs:element name="vi" type="ctypes:VibrationalQNType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A vibrational quantum number, v_i</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:vibInv
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
Parity of the vibrational wavefunction with respect to inversion through the molecular centre of mass in the molecular coordinate system: 'a' or 's'
Diagram
Diagram commonTypes_xsd.tmp#id1276
Type ASParityType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
pattern a|s
Source
<xs:element name="vibInv" type="ctypes:ASParityType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Parity of the vibrational wavefunction with respect to inversion through the molecular centre of mass in the molecular coordinate system: 'a' or 's'</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:vibSym
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
Symmetry species of the rotational wavefunction, in some appropriate symmetry group
Diagram
Diagram commonTypes_xsd.tmp#id1274 commonTypes_xsd.tmp#id1273
Type SymmetrySpeciesType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
group optional
a string identifying the symmetry group this species belongs to
Source
<xs:element name="vibSym" type="ctypes:SymmetrySpeciesType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Symmetry species of the rotational wavefunction, in some appropriate symmetry group</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:J
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
The rotational quantum number, J, associated with the total angular momentum excluding nuclear spin
Diagram
Diagram commonTypes_xsd.tmp#id1262
Type AMType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
pattern \d+(\.[0|5]?)?
Source
<xs:element name="J" type="ctypes:AMType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The rotational quantum number, J, associated with the total angular momentum excluding nuclear spin</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:N
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
The quantum number associated with the total angular momentum excluding electronic and nuclear spin: J = N + S
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content: simple
minOccurs: 0
Source
<xs:element name="N" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The quantum number associated with the total angular momentum excluding electronic and nuclear spin: J = N + S</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:Ka
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
The rotational quantum label, Ka, correlating to K in the prolate symmetric top limit
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Ka" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The rotational quantum label, Ka, correlating to K in the prolate symmetric top limit</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:Kc
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
The rotational quantum label, Kc, correlating to K in the oblate symmetric top limit
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Kc" type="xs:nonNegativeInteger" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The rotational quantum label, Kc, correlating to K in the oblate symmetric top limit</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:rotSym
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
Symmetry species of the rotational wavefunction, in some appropriate symmetry group
Diagram
Diagram commonTypes_xsd.tmp#id1274 commonTypes_xsd.tmp#id1273
Type SymmetrySpeciesType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
group optional
a string identifying the symmetry group this species belongs to
Source
<xs:element name="rotSym" type="ctypes:SymmetrySpeciesType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Symmetry species of the rotational wavefunction, in some appropriate symmetry group</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:rovibSym
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
Symmetry species of the rovibrational wavefunction, rotSym x vibSym, in some appropriate symmetry group
Diagram
Diagram commonTypes_xsd.tmp#id1274 commonTypes_xsd.tmp#id1273
Type SymmetrySpeciesType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
group optional
a string identifying the symmetry group this species belongs to
Source
<xs:element name="rovibSym" type="ctypes:SymmetrySpeciesType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Symmetry species of the rovibrational wavefunction, rotSym x vibSym, in some appropriate symmetry group</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:I
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
The quantum number associated with the total nuclear spin angular momentum resulting from the coupling of two or more individual nuclear spin angular momenta: I = I1 + I2 + ...
Diagram
Diagram commonTypes_xsd.tmp#id1262 commonTypes_xsd.tmp#id1263 commonTypes_xsd.tmp#id1264 commonTypes_xsd.tmp#id1261
Type CoupledNuclearSpinAMType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
id restriction of xs:string required
A label this coupled nuclear spin angular momentum quantum number
nuclearSpinRef restriction of xs:string required
A label identifying the nuclear spin to which an intermediate angular momentum is coupled
Source
<xs:element name="I" type="ctypes:CoupledNuclearSpinAMType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The quantum number associated with the total nuclear spin angular momentum resulting from the coupling of two or more individual nuclear spin angular momenta: I = I1 + I2 + ...</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:Fj
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
The quantum number, F_j, associated with the intermediate angular momentum due to coupling the rotational angular momentum with one nuclear spin (F_j may not be a good quantum number)
Diagram
Diagram commonTypes_xsd.tmp#id1262 commonTypes_xsd.tmp#id1266 commonTypes_xsd.tmp#id1265 commonTypes_xsd.tmp#id1268 commonTypes_xsd.tmp#id1267
Type NuclearSpinIntermediateAMType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
j xs:positiveInteger required
An integer label, j, identifying Fj, an intermediate angular momentum quantum number
nuclearSpinRef restriction of xs:string required
A label identifying the nuclear spin to which an intermediate angular momentum is coupled
Source
<xs:element name="Fj" type="ctypes:NuclearSpinIntermediateAMType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The quantum number, F_j, associated with the intermediate angular momentum due to coupling the rotational angular momentum with one nuclear spin (F_j may not be a good quantum number)</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:F
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
The quantum number, F, associated with the total angular momentum including nuclear spin
Diagram
Diagram commonTypes_xsd.tmp#id1262 commonTypes_xsd.tmp#id1266 commonTypes_xsd.tmp#id1265
Type NuclearSpinAMType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
nuclearSpinRef restriction of xs:string required
A label identifying the nuclear spin to which an intermediate angular momentum is coupled
Source
<xs:element name="F" type="ctypes:NuclearSpinAMType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The quantum number, F, associated with the total angular momentum including nuclear spin</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:r
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
A named ranking index for states of the same symmetry that can't be or haven't been differentiated any other way: r=1,2,... It is possible to have more than one r defining a state, but their name attributes have to be unique.
Diagram
Diagram commonTypes_xsd.tmp#id1257 commonTypes_xsd.tmp#id1256
Type RankingType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
name required
a string identifying this ranking index
Source
<xs:element name="r" type="ctypes:RankingType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A named ranking index for states of the same symmetry that can't be or haven't been differentiated any other way: r=1,2,... It is possible to have more than one r defining a state, but their name attributes have to be unique.</xs:documentation>
  </xs:annotation>
</xs:element>
Element asymos:QNsType / asymos:parity
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Annotations
Total parity with respect to inversion through the molecular centre of mass in the laboratory coordinate system
Diagram
Diagram commonTypes_xsd.tmp#id1275
Type PMParityType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
pattern \+|-
Source
<xs:element name="parity" type="ctypes:PMParityType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Total parity with respect to inversion through the molecular centre of mass in the laboratory coordinate system</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type asymos:QNsType
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Diagram
Diagram asymos_xsd.tmp#id1304 asymos_xsd.tmp#id1305 asymos_xsd.tmp#id1306 asymos_xsd.tmp#id1307 asymos_xsd.tmp#id1308 asymos_xsd.tmp#id1309 asymos_xsd.tmp#id1310 asymos_xsd.tmp#id1311 asymos_xsd.tmp#id1312 asymos_xsd.tmp#id1313 asymos_xsd.tmp#id1314 asymos_xsd.tmp#id1315 asymos_xsd.tmp#id1316 asymos_xsd.tmp#id1317 asymos_xsd.tmp#id1318 asymos_xsd.tmp#id1319 asymos_xsd.tmp#id1320 asymos_xsd.tmp#id1321
Used by
Element asymos:QNs
Model asymos:ElecStateLabel{0,1} , asymos:elecSym{0,1} , asymos:elecInv{0,1} , asymos:S{0,1} , asymos:vi* , asymos:vibInv{0,1} , asymos:vibSym{0,1} , asymos:J{0,1} , asymos:N{0,1} , asymos:Ka{0,1} , asymos:Kc{0,1} , asymos:rotSym{0,1} , asymos:rovibSym{0,1} , asymos:I{0,1} , asymos:Fj* , asymos:F{0,1} , asymos:r* , asymos:parity{0,1}
Children asymos:ElecStateLabel, asymos:F, asymos:Fj, asymos:I, asymos:J, asymos:Ka, asymos:Kc, asymos:N, asymos:S, asymos:elecInv, asymos:elecSym, asymos:parity, asymos:r, asymos:rotSym, asymos:rovibSym, asymos:vi, asymos:vibInv, asymos:vibSym
Source
<xs:complexType name="QNsType">
  <xs:sequence>
    <!-- ElecStateLabel -->
    <xs:element name="ElecStateLabel" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The label of the electronic state: X, a, A, b, etc...</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- elecSym -->
    <xs:element name="elecSym" type="ctypes:SymmetrySpeciesType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Symmetry species of the electronic wavefunction</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- elecInv -->
    <xs:element name="elecInv" type="ctypes:UGParityType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Parity of the electronic wavefunction with respect to inversion through the molecular centre of mass in the molecular coordinate system: 'g' or 'u'</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- S -->
    <xs:element name="S" type="ctypes:AMType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The total electronic spin angular momentum quantum number</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- vi -->
    <xs:element name="vi" type="ctypes:VibrationalQNType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A vibrational quantum number, v_i</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- vibInv -->
    <xs:element name="vibInv" type="ctypes:ASParityType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Parity of the vibrational wavefunction with respect to inversion through the molecular centre of mass in the molecular coordinate system: 'a' or 's'</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- vibSym -->
    <xs:element name="vibSym" type="ctypes:SymmetrySpeciesType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Symmetry species of the rotational wavefunction, in some appropriate symmetry group</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- J -->
    <xs:element name="J" type="ctypes:AMType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The rotational quantum number, J, associated with the total angular momentum excluding nuclear spin</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- N -->
    <xs:element name="N" type="xs:nonNegativeInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The quantum number associated with the total angular momentum excluding electronic and nuclear spin: J = N + S</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- Ka -->
    <xs:element name="Ka" type="xs:nonNegativeInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The rotational quantum label, Ka, correlating to K in the prolate symmetric top limit</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- Kc -->
    <xs:element name="Kc" type="xs:nonNegativeInteger" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The rotational quantum label, Kc, correlating to K in the oblate symmetric top limit</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- rotSym -->
    <xs:element name="rotSym" type="ctypes:SymmetrySpeciesType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Symmetry species of the rotational wavefunction, in some appropriate symmetry group</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- rovibSym -->
    <xs:element name="rovibSym" type="ctypes:SymmetrySpeciesType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Symmetry species of the rovibrational wavefunction, rotSym x vibSym, in some appropriate symmetry group</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- I -->
    <xs:element name="I" type="ctypes:CoupledNuclearSpinAMType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The quantum number associated with the total nuclear spin angular momentum resulting from the coupling of two or more individual nuclear spin angular momenta: I = I1 + I2 + ...</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- Fj -->
    <xs:element name="Fj" type="ctypes:NuclearSpinIntermediateAMType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The quantum number, F_j, associated with the intermediate angular momentum due to coupling the rotational angular momentum with one nuclear spin (F_j may not be a good quantum number)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- F -->
    <xs:element name="F" type="ctypes:NuclearSpinAMType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The quantum number, F, associated with the total angular momentum including nuclear spin</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- r -->
    <xs:element name="r" type="ctypes:RankingType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A named ranking index for states of the same symmetry that can't be or haven't been differentiated any other way: r=1,2,... It is possible to have more than one r defining a state, but their name attributes have to be unique.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <!-- parity -->
    <xs:element name="parity" type="ctypes:PMParityType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Total parity with respect to inversion through the molecular centre of mass in the laboratory coordinate system</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type asymos:ThisCase
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Diagram
Diagram commonTypes_xsd.tmp#id592 commonTypes_xsd.tmp#id591 asymos_xsd.tmp#id1323
Type restriction of BaseCase
Type hierarchy
Properties
abstract: true
Used by
Complex Type asymos:Case
Attributes
QName Type Fixed Default Use Annotation
caseID xs:string asymos required
Source
<xs:complexType name="ThisCase" abstract="true">
  <xs:complexContent>
    <xs:restriction base="ctypes:BaseCase">
      <xs:attribute name="caseID" type="xs:string" use="required" fixed="asymos"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>
Complex Type asymos:Case
Namespace http://vamdc.org/xml/xsams/1.0/cases/asymos
Diagram
Diagram commonTypes_xsd.tmp#id592 commonTypes_xsd.tmp#id591 asymos_xsd.tmp#id1323 asymos_xsd.tmp#id1322 asymos_xsd.tmp#id1302
Type extension of asymos:ThisCase
Type hierarchy
Model asymos:QNs
Children asymos:QNs
Attributes
QName Type Fixed Default Use Annotation
caseID xs:string asymos required
Source
<xs:complexType name="Case">
  <xs:complexContent>
    <xs:extension base="asymos:ThisCase">
      <xs:sequence>
        <xs:element ref="asymos:QNs" minOccurs="1" maxOccurs="1"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute asymos:ThisCase / @caseID
Namespace No namespace
Type xs:string
Properties
use: required
fixed: asymos
Used by
Complex Type asymos:ThisCase
Source
<xs:attribute name="caseID" type="xs:string" use="required" fixed="asymos"/>