simpleType surfBndType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Boundary/@bndType
facets
enumeration outer
enumeration void
enumeration island
annotation
documentation
Surface boundaries can be one of three types: outer, void, island
source <xs:simpleType name="surfBndType">
 
<xs:annotation>
   
<xs:documentation>Surface boundaries can be one of three types: outer, void, island</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="outer"/>
   
<xs:enumeration value="void"/>
   
<xs:enumeration value="island"/>
 
</xs:restriction>
</xs:simpleType>


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