Definition Type: Element
Name: SpeedStation
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
A cant speed-only station. The “station” is a required double that is internal station value. The “speed” is an optional double that is the design speed. This value is in kmph or mph depending upon the units.
Collapse XSD Schema Diagram:
Drilldown into speed in schema landxml-1_1_xsd Drilldown into station in schema landxml-1_1_xsdXSD Diagram of SpeedStation in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="SpeedStation">
    <xs:annotation>
        <xs:documentation>A cant speed-only station.
            The “station” is a required double that is internal station value.
	The “speed” is an optional double that is the design speed.  This value is in kmph or mph depending upon the units.
</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="station" type="xs:double" use="required" />
        <xs:attribute name="speed" type="xs:double" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
station land:station Required
speed land:speed Required