<complexType name="VerticalOffsetExpressionType">
<simpleContent>
<extension base="double">
<attribute name="uom" type="gml:UomIdentifier" />
<attribute name="verticalOffsetReferent" type="string" />
<attribute name="featureGeometry" type="anyURI">
<annotation>
<documentation>The featureGeometry attribute value should reference a Geometry object</documentation>
<appinfo>
<gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gmllr:AbstractGeometry</gml:targetElement>
</appinfo>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|