Definition Type: ComplexType
Name: StartValueType
Namespace: http://www.opengis.net/gml/3.3/lr
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: linearRef.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into lrm in schema linearref_xsd Drilldown into uom in schema linearref_xsdXSD Diagram of StartValueType in schema linearref_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="StartValueType">
    <simpleContent>
        <extension base="double">
            <attribute name="uom" type="gml:UomIdentifier" />
            <attribute name="lrm" type="anyURI" use="required">
                <annotation>
                    <appinfo>
                        <gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gmllr:LinearReferencingMethod</gml:targetElement>
                    </appinfo>
                </annotation>
            </attribute>
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
uom gmllr:uom (Optional)
lrm gmllr:lrm Required
Collapse Derivation Tree:
Collapse References:
gmllr:startValue