<xsd:complexType name="CT_LimLow">
<xsd:sequence>
<xsd:element name="limLowPr" type="CT_LimLowPr" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Lower Limit Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="e" type="CT_OMathArg">
<xsd:annotation>
<xsd:documentation>Base</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lim" type="CT_OMathArg">
<xsd:annotation>
<xsd:documentation>Limit (Lower)</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|