element ProfAlign
diagram LandXML-1.2Doc_p142.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
children PVI ParaCurve UnsymParaCurve CircCurve Feature
used by
element Profile
attributes
Name  Type  Use  Default  Fixed  annotation
namexs:stringrequired      
descxs:string      
statestateType      
annotation
documentation
The "ProfAlign" element will typically represent a proposed vertical alignment for a profile.
documentation
It is defined by a sequential series of any combination of the four "PVI" element types.
source <xs:element name="ProfAlign">
 
<xs:annotation>
   
<xs:documentation>The "ProfAlign" element will typically represent a proposed vertical alignment for a profile.</xs:documentation>
   
<xs:documentation>It is defined by a sequential series of any combination of the four "PVI" element types.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:choice maxOccurs="unbounded">
       
<xs:element ref="PVI" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element ref="ParaCurve" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element ref="UnsymParaCurve" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element ref="CircCurve" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:choice>
     
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/>
     
<!--               <xs:element ref="PVI"/>  -->
     
<!--                 <xs:element ref="PVI"/> -->
   
</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 ProfAlign/@name
type xs:string
properties
isRef 0
use required
source <xs:attribute name="name" type="xs:string" use="required"/>

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

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