To define the distance of something relative to the parent entity (distance of a city from a hotel, distance of a shop, a montain ...)  | 
                           
| Element Group | FromToRangeGroup | 
| Element | Distances | 
| Complex Type | PointType | 
<xs:group name="DistanceGroup"> <xs:annotation> <xs:documentation>To define the distance of something relative to the parent entity (distance of a city from a hotel, distance of a shop, a montain ...)</xs:documentation> </xs:annotation> <xs:choice> <xs:annotation> <xs:documentation>One or many</xs:documentation> </xs:annotation> <xs:element ref="Distance"/> <xs:element ref="Distances"/> </xs:choice> </xs:group>  |