<element name="solidMember" type="gml:SolidPropertyType">
<annotation>
<documentation>This property element either references a solid via the XLink-attributes or contains the solid element. A solid element is any element which is substitutable for "_Solid".</documentation>
</annotation>
</element>
<gml:solidMember>
<gml:Solid>
<gml:exterior>
<gml:CompositeSurface>
<gml:surfaceMember>
<gml:Polygon>
<gml:exterior>
<gml:LinearRing>
<gml:posList><!--省略--></gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gml:surfaceMember>
<!--省略-->
</gml:CompositeSurface>
</gml:exterior>
</gml:Solid>
</gml:solidMember>