element StaEquation
diagram LandXML-1.2Doc_p168.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
children Feature
used by
element Alignment
attributes
Name  Type  Use  Default  Fixed  annotation
staAheadxs:doublerequired      
staBackxs:double      
staInternalxs:doublerequired      
staIncrementstationIncrementDirectionTypeoptional      
descxs:string      
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>

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

attribute StaEquation/@staBack
type xs:double
properties
isRef 0
source <xs:attribute name="staBack" type="xs:double"/>

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

attribute StaEquation/@staIncrement
type stationIncrementDirectionType
properties
isRef 0
use optional
facets
enumeration increasing
enumeration decreasing
source <xs:attribute name="staIncrement" type="stationIncrementDirectionType" use="optional"/>

attribute StaEquation/@desc
type xs:string
properties
isRef 0
source <xs:attribute name="desc" type="xs:string"/>


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