element ProfSurf
diagram LandXML-1.2Doc_p144.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
children PntList2D Feature
used by
element Profile
attributes
Name  Type  Use  Default  Fixed  annotation
namexs:stringrequired      
descxs:string      
statestateType      
annotation
documentation
The "ProfSurf" element will typically represent an existing ground surface for a profile.
documentation
It is defined with a space delimited PntList2D of station/elevations pairs.
documentation
Example: "0.000 86.52 6.267 86.89 12.413 87.01 26.020 87.83"
documentation
Note: Gaps in the profile are handled by having 2 or more PntList2D elements.
source <xs:element name="ProfSurf">
 
<xs:annotation>
   
<xs:documentation>The "ProfSurf" element will typically represent an existing ground surface for a profile. </xs:documentation>
   
<xs:documentation>It is defined with a space delimited PntList2D of station/elevations pairs. </xs:documentation>
   
<xs:documentation>Example: "0.000 86.52 6.267 86.89 12.413 87.01 26.020 87.83" </xs:documentation>
   
<xs:documentation>Note: Gaps in the profile are handled by having 2 or more PntList2D elements.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="PntList2D" maxOccurs="unbounded"/>
     
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="name" type="xs:string" use="required"/>
   
<xs:attribute name="desc" type="xs:string"/>
   
<xs:attribute name="state" type="stateType"/>
 
</xs:complexType>
</xs:element>

attribute ProfSurf/@name
type xs:string
properties
isRef 0
use required
source <xs:attribute name="name" type="xs:string" use="required"/>

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

attribute ProfSurf/@state
type stateType
properties
isRef 0
facets
enumeration abandoned
enumeration destroyed
enumeration existing
enumeration proposed
source <xs:attribute name="state" type="stateType"/>


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