land:StaEquation
The "staInternal" value identifies the location of the station equation. It is the station value with no equations applied (staStart + dist). "staAhead" is the new station value and "staIncrement" indicates whether or not the station values increase or decrease.
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- land:Feature [0..*] Used to include additional information that is not explicitly defined by the LandXML schema, Feature may contain one or more Property, DocFileRef or nested Feature elements. NOTE: to allow any valid content, the explicit definitions for Property, DocFileRef and Feature have been commented out, but are still expected in common use.Each Property element defines one piece of data.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
staAhead | [1..1] | xsd:double | ||
staBack | [0..1] | xsd:double | ||
staInternal | [1..1] | xsd:double | ||
staIncrement | [0..1] | land:stationIncrementDirectionType | ||
desc | [0..1] | xsd:string |
Used in
- Anonymous type of element land:Alignment
Sample instance
<land:StaEquation staAhead="1.0" staInternal="1.0"> <land:Feature> <!--any element--> </land:Feature> </land:StaEquation>