diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
properties |
|
children |
Feature |
used by |
|
attributes |
|
annotation |
documentation | 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. |
|
source |
<xs:element name="StaEquation">
<xs:annotation>
<xs:documentation>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.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="staAhead" type="xs:double" use="required"/>
<xs:attribute name="staBack" type="xs:double"/>
<xs:attribute name="staInternal" type="xs:double" use="required"/>
<xs:attribute name="staIncrement" type="stationIncrementDirectionType" use="optional"/>
<xs:attribute name="desc" type="xs:string"/>
</xs:complexType>
</xs:element> |