| diagram |
 |
| namespace |
http://www.landxml.org/schema/LandXML-1.2 |
| properties |
|
| children |
CoordGeom |
| used by |
|
| attributes |
|
| annotation |
| documentation | | Defines the properties of 3Dcoordinate Geometry Collection |
|
| source |
<xs:element name="VolumeGeom">
<xs:annotation>
<xs:documentation>Defines the properties of 3Dcoordinate Geometry Collection</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="4" maxOccurs="unbounded">
<xs:element ref="CoordGeom"/>
</xs:choice>
<xs:attribute name="desc" type="xs:string"/>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="state" type="stateType"/>
<xs:attribute name="oID" type="xs:string"/>
</xs:complexType>
</xs:element> |