diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
type |
extension of PointType |
properties |
content | complex | mixed | true |
|
used by |
|
facets |
|
attributes |
|
source |
<xs:element name="CrossSectPnt">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:complexType mixed="true">
<xs:simpleContent>
<xs:extension base="PointType">
<xs:attribute name="dataFormat" type="dataFormatType" default="Offset Elevation"/>
<xs:attribute name="alignRef" type="alignmentNameRef"/>
<xs:attribute name="alignRefStation" type="station"/>
<xs:attribute name="planFeatureRef" type="planFeatureNameRef"/>
<xs:attribute name="planFeatureRefStation" type="station"/>
<xs:attribute name="parcelRef" type="parcelNameRef"/>
<xs:attribute name="parcelRefStation" type="station"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element> |