<xs:element name="eq" type="Relations.type"/>
<xs:element name="neq" type="Relations.type"/>
<xs:element name="leq" type="Relations.type"/>
<xs:element name="lt" type="Relations.type"/>
<xs:element name="geq" type="Relations.type"/>
<xs:element name="gt" type="Relations.type"/>
<xs:element name="equivalent" type="Relations.type"/>
<xs:element name="approx" type="Relations.type"/>
<xs:element name="factorof" type="Relations.type"/>
<xs:complexType name="Relations.type"> <xs:attributeGroup ref="Definition.attrib"/> <xs:attributeGroup ref="Common.attrib"/> </xs:complexType>
<xs:group name="Content-relations.class"> <xs:choice> <xs:element ref="eq"/> <xs:element ref="neq"/> <xs:element ref="leq"/> <xs:element ref="lt"/> <xs:element ref="geq"/> <xs:element ref="gt"/> <xs:element ref="equivalent"/> <xs:element ref="approx"/> <xs:element ref="factorof"/> </xs:choice> </xs:group>