Definition Type: Element
Name: StaEquation
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into staIncrement in schema landxml-1_1_xsd Drilldown into staInternal in schema landxml-1_1_xsd Drilldown into staBack in schema landxml-1_1_xsd Drilldown into staAhead in schema landxml-1_1_xsdXSD Diagram of StaEquation in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
staAhead land:staAhead Required
staBack land:staBack (Optional)
staInternal land:staInternal Required
staIncrement land:staIncrement Optional
desc land:desc (Optional)