namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||
type | restriction of xs:string | ||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |