namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||
type | restriction of xs:string | ||||||
facets |
|
||||||
source | <xs:simpleType name="connectionType"> <xs:annotation> <xs:documentation/> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="inner"/> <xs:enumeration value="outer"/> <xs:enumeration value="dayLight"/> </xs:restriction> </xs:simpleType> |