<xsd:simpleType name="unitListTypeType" id="st.unitListTypeType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Type of unitList.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Required to differentiate between the two types of
unitList (units and unitTypes)</h:div>
<!-- <h:div class="example" href="unit2.xml"></h:div>-->
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="unit">
<xsd:annotation>
<xsd:documentation>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">child elements are unit</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="unitType">
<xsd:annotation>
<xsd:documentation>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">child elements are unitType</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|