Definition Type: ComplexType
Name: VelocityType
Namespace: http://www.opengis.net/gml
Type: gml:MeasureType
Containing Schema: measures.xsd
Abstract
Documentation:
Value of a velocity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a velocity, such as metres per second or miles per hour.
Collapse XSD Schema Diagram:
Drilldown into uom in schema basictypes_xsd Drilldown into MeasureType in schema basictypes_xsdXSD Diagram of VelocityType in schema measures_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="VelocityType">
    <annotation>
        <documentation>Value of a velocity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a velocity, such as metres per second or miles per hour. </documentation>
    </annotation>
    <simpleContent>
        <extension base="gml:MeasureType" />
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom gml:uom Required
Collapse Derivation Tree: