QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
drawAspect | ST_ObjectDrawAspect | optional | ||||
fieldCodes | ST_String | optional | ||||
id | ST_RelationshipId | required | ||||
progId | ST_String | optional | ||||
shapeId | ST_String | optional |
Complex Type | CT_ObjectLink |
Element | CT_Object/objectEmbed |
<xsd:complexType name="CT_ObjectEmbed"> <xsd:attribute name="drawAspect" type="ST_ObjectDrawAspect" use="optional"/> <xsd:attribute ref="r:id" use="required"/> <xsd:attribute name="progId" type="s:ST_String" use="optional"/> <xsd:attribute name="shapeId" type="s:ST_String" use="optional"/> <xsd:attribute name="fieldCodes" type="s:ST_String" use="optional"/> </xsd:complexType> |