<xs:element name="VolumeGeom" minOccurs="0" maxOccurs="unbounded">
<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>
|