Range_Type

Complex Type Information

Model

Attributes

Used By

Source

<xsd:complexType name="Range_Type">
  <xsd:sequence>
    <xsd:element name="LowerBound" type="Boundary_Type"/>
    <xsd:element name="UpperBound" type="Boundary_Type"/>
  </xsd:sequence>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>