<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>
<!-- QN -->
<xs:element name="QN" type="gen:GenericQNType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A generic, named quantum number.</xs:documentation>
</xs:annotation>
</xs:element>
<!-- Sym -->
<xs:element name="Sym" type="gen:GenericSymType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A generic, named symmetry.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |