element SpeedStation
diagram LandXML-1.2Doc_p166.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
used by
element Cant
attributes
Name  Type  Use  Default  Fixed  annotation
stationxs:doublerequired      
speedxs:doublerequired      
annotation
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.
source <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>

attribute SpeedStation/@station
type xs:double
properties
isRef 0
use required
source <xs:attribute name="station" type="xs:double" use="required"/>

attribute SpeedStation/@speed
type xs:double
properties
isRef 0
use required
source <xs:attribute name="speed" type="xs:double" use="required"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy