<xsd:complexType name="RangeValue_Type"> <xsd:sequence> <xsd:element name="UpperBoundedRange" type="Boundary_Type" minOccurs="0"/> <xsd:element name="LowerBoundedRange" type="Boundary_Type" minOccurs="0"/> <xsd:element name="Exact" type="Exact_Type" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="Range" type="Range_Type" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> |