<xs:complexType name="PointType3dReq">
<xs:simpleContent>
<xs:extension base="Point3dReq">
<xs:attribute name="name" type="xs:string" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="code" type="xs:string" />
<xs:attribute name="state" type="stateType" />
<xs:attribute name="pntRef" type="pointNameRef" />
<xs:attribute name="pointGeometry" type="pointGeometryType" />
<xs:attribute name="DTMAttribute" type="DTMAttributeType" />
<xs:attribute name="timeStamp" type="xs:dateTime" use="optional" />
<xs:attribute name="role" type="surveyRoleType" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|