<xsd:group name="EG_Anchor">
<xsd:choice>
<xsd:element name="relSizeAnchor" type="CT_RelSizeAnchor">
<xsd:annotation>
<xsd:documentation>Relative Anchor Shape Size</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="absSizeAnchor" type="CT_AbsSizeAnchor">
<xsd:annotation>
<xsd:documentation>Absolute Anchor Shape Size</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|