ComplexTypegml:LengthType
gml:LengthType
定義
長さを表す型。
XMLスキーマ
<complexType name="LengthType">
	<annotation>
		<documentation>Value of a length (or distance) quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.</documentation>
	</annotation>
	<simpleContent>
		<restriction base="gml:MeasureType"/>
	</simpleContent>
</complexType>