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