<xs:element name="proximal" minOccurs="0">
<xs:annotation>
<xs:documentation>Information on the value of the variable at the proximal point. If this element is absent, the value of the variable is determined simply from the metric, e.g. absolute path length</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="translationStart" type="xs:double" use="required">
<xs:annotation>
<xs:documentation>The variable is translated to this value at the proximal point</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element> |