OperationRange

Element Information

Model

Children: HighValue, LowValue

Used By

Source

<xsd:element name="OperationRange">
  <xsd:complexType>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:element ref="LowValue"/>
      <xsd:element ref="HighValue"/>
    </xsd:choice>
  </xsd:complexType>
</xsd:element>

Sample