Schema Central > NIEM 2.0 > LandXML-1.1.xsd > land:Cant
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

land:Cant

The "Cant" element will typically represent a proposed railway cant / superelevation alignment.
It is defined by a sequential series of any combination of the cant stations and speed-only stations.
The “name”, “desc” and “state” attributes are typical LandXML “alignment” attributes.
The “equilibriumConstant” is a unitless optional double that is used as the equilibrium constant in the cant equilibrium equation (cant = constant * speed * speed / radius).
The “appliedCantConstant” is a unitless optional double that is used as the applied cant constant in the cant equilibrium equation (cant = constant * speed * speed / radius).
The “gauge” is a required double that is the rail to rail distance.  This value is expressed in meters or feet depending upon the units.
The “rotationPoint” is an optional string that defines the rotation point.  Valid values are “insideRail”, “outsideRail”, “center”, “leftRail” and “rightRail”.

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
name [1..1]xsd:string
desc [0..1]xsd:string
state [0..1]land:stateType
equilibriumConstant [0..1]xsd:double
appliedCantConstant [0..1]xsd:double
gauge [1..1]xsd:double
rotationPoint [0..1]xsd:string

Used in

Sample instance

<land:Cant name="string" gauge="1.0">
   <land:CantStation station="1.0" appliedCant="1.0" curvature="cw"/>
   <land:Feature>
      <!--any element-->
   </land:Feature>
</land:Cant>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com