<h:div class="summary">State of a substance or property.</h:div> <h:div class="description">The state(s) of matter appropriate to a substance or property. It follows a partially controlled vocabulary. It can be extended through namespace codes to dictionaries.</h:div> <h:div class="example" href="stateType1.xml"/> |
Attribute | state/@state |
<xsd:simpleType name="stateType" id="st.stateType"> <xsd:annotation> <xsd:documentation> <h:div class="summary">State of a substance or property.</h:div> <h:div class="description">The state(s) of matter appropriate to a substance or property. It follows a partially controlled vocabulary. It can be extended through namespace codes to dictionaries.</h:div> <h:div class="example" href="stateType1.xml"/> </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="aqueous"> <xsd:annotation> <xsd:documentation> <h:div>An aqueous solution.</h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="gas"> <xsd:annotation> <xsd:documentation> <h:div>Gas or vapor. The default state for computation on isolated molecule.</h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="glass"> <xsd:annotation> <xsd:documentation> <h:div>A glassy stat.</h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="liquid"> <xsd:annotation> <xsd:documentation> <h:div>Normally pure liquid (use solution where appropriate.</h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="nematic"> <xsd:annotation> <xsd:documentation> <h:div>The nematic phase.</h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="smectic"> <xsd:annotation> <xsd:documentation> <h:div>The smectic phase.</h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="solid"> <xsd:annotation> <xsd:documentation> <h:div>A solid.</h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="solidSolution"> <xsd:annotation> <xsd:documentation> <h:div>A solid solution.</h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="solution"> <xsd:annotation> <xsd:documentation> <h:div>A (liquid) solution.</h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="other"> <xsd:annotation> <xsd:documentation> <h:div class="summary">A value not in the controlled vocabulary - use dictRef to add further information.</h:div> </xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |