simpleType Point3dReq
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of Point
used by
complexType PointType3dReq
facets
minLength 0
maxLength 3
source <xs:simpleType name="Point3dReq">
 
<xs:restriction base="Point">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="3"/>
 
</xs:restriction>
</xs:simpleType>


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