element UnsymParaCurve
diagram LandXML-1.2Doc_p197.png
namespace http://www.landxml.org/schema/LandXML-1.2
type extension of Point2dReq
properties
content complex
mixed true
used by
element ProfAlign
facets
length 2
attributes
Name  Type  Use  Default  Fixed  annotation
lengthInxs:doublerequired      
lengthOutxs:doublerequired      
descxs:string      
annotation
documentation
A  Point of Vertical Intersection with a space delimited "station elevation" text value.
documentation
with an unsymetrical parabolic vertical curve defined by "lengthIn and "lengthOut" attributes.
source <xs:element name="UnsymParaCurve">
 
<xs:annotation>
   
<xs:documentation>A  Point of Vertical Intersection with a space delimited "station elevation" text value.</xs:documentation>
   
<xs:documentation>with an unsymetrical parabolic vertical curve defined by "lengthIn and "lengthOut" attributes.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType mixed="true">
   
<xs:simpleContent>
     
<xs:extension base="Point2dReq">
       
<xs:attribute name="lengthIn" type="xs:double" use="required"/>
       
<xs:attribute name="lengthOut" type="xs:double" use="required"/>
       
<xs:attribute name="desc" type="xs:string"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

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

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

attribute UnsymParaCurve/@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