source |
<xs:complexType name="DistanceType">
<xs:annotation>
<xs:documentation>A type for returning the separation between two points. [ISO 19103, chapter 6.5.7.7]</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="fb:LengthType"/>
</xs:complexContent>
</xs:complexType> |