diagram | |||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||
properties |
|
||
children | Chain PointFiles Boundaries Breaklines Contours DataPoints Feature | ||
used by |
|
||
annotation |
|
||
source | <xs:element name="SourceData"> <xs:annotation> <xs:documentation>The collection of data that was used to create the surface.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:choice> <xs:element ref="Chain" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="PointFiles" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Boundaries" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Breaklines" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Contours" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="DataPoints" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |