<xsd:group name="EG_Geometry">
<xsd:choice>
<xsd:element name="custGeom" type="CT_CustomGeometry2D" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Custom geometry</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="prstGeom" type="CT_PresetGeometry2D" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Preset geometry</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|