simpleType surfTypeEnum
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Definition/@surfType
facets
enumeration TIN
enumeration grid
annotation
documentation
TIN is the acronym for "triangulated irregular network", a surface comprised of 3 point faces
documentation
grid is a surface comprised of 4 point faces.
source <xs:simpleType name="surfTypeEnum">
 
<xs:annotation>
   
<xs:documentation>TIN is the acronym for "triangulated irregular network", a surface comprised of 3 point faces</xs:documentation>
   
<xs:documentation>grid is a surface comprised of 4 point faces.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="TIN"/>
   
<xs:enumeration value="grid"/>
 
</xs:restriction>
</xs:simpleType>


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