<xsd:simpleType id="st.substanceListTypeType" name="substanceListTypeType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Type of the substanceList.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Extension is allowed through the "other" value.</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="solution" />
<xsd:enumeration value="mixture" />
<xsd:enumeration value="other" />
</xsd:restriction>
</xsd:simpleType>
|