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 |
Element | CT_Object/objectLink |
<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> |