<xs:element name="distal" minOccurs="0">
<xs:annotation>
<xs:documentation>Information on the value of the variable at the distal point. If this element is absent, the value of the variable is determined simply from the metric, e.g. path length</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="normalizationEnd" type="xs:double" use="required">
<xs:annotation>
<xs:documentation>The variable is normalised so that it has this value at the distal point</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element> |