Alternative ways in which to calculate the distance in a RelativeDistanceCondition.
<xsd:simpleType name="RelativeDistanceType"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="longitudinal"/> <xsd:enumeration value="lateral"/> <xsd:enumeration value="cartesianDistance"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="parameter"/> </xsd:simpleType> </xsd:union> </xsd:simpleType>
To XSD To XSLT