CT_ObjectLink

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
drawAspect ST_ObjectDrawAspect optional
fieldCodes ST_String optional
id ST_RelationshipId required
lockedField ST_OnOff optional
progId ST_String optional
shapeId ST_String optional
updateMode ST_ObjectUpdateMode required

Used By

Source

<xsd:complexType name="CT_ObjectLink">
  <xsd:complexContent>
    <xsd:extension base="CT_ObjectEmbed">
      <xsd:attribute name="updateMode" type="ST_ObjectUpdateMode" use="required"/>
      <xsd:attribute name="lockedField" type="s:ST_OnOff" use="optional"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>