<ST_RelationshipId> (Explicit Relationship ID)

This simple type specifies the relationship ID in a part's relationship item which is the target of an explicit relationship from the parent XML element.

The type of relationship which shall be the target of the relationship specified shall be determined based on the context of the parent XML element.

example:
<… r:id="rId5" />

The @id attribute is of type ST_RelationshipID, and therefore the relationship with ID rId5 shall be the target of an explicit relationship from the source part, based on the context of the parent XML element. ]

This simple type's contents are a restriction of the XML Schema string datatype.

Referenced By

<altChunk@id>2.17.3.1); <attachedTemplate@id>2.15.1.6); <audioFile@link>5.1.3.2); <blip@embed>5.1.10.13); <blip@link>5.1.10.13); <bold@id>4.3.1.1); <boldItalic@id>4.3.1.2); <chart@id>5.7.2.26); <control@id>2.3.3.2); <control@id>2.3.3.3); <control@id>4.4.2.1); <control@id>3.3.1.18); <custData@id>4.2.1); <customPr@id>3.3.1.20); <dataRef@id>3.3.1.28); <dataSource@id>2.14.9); <drawing@id>3.3.1.34); <embedBold@id>2.8.2.3); <embedBoldItalic@id>2.8.2.4); <embedItalic@id>2.8.2.5); <embedRegular@id>2.8.2.6); <externalBook@id>3.14.7); <externalData@id>5.7.2.63); <externalReference@id>3.2.8); <fill@id>6.1.2.5); <footerReference@id>2.10.2); <handoutMasterId@id>4.3.1.11); <header@id>3.11.1.1); <headerReference@id>2.10.5); <headerSource@id>2.14.16); <hlinkClick@id>5.1.5.3.5); <hlinkHover@id>5.1.2.1.23); <hlinkMouseOver@id>5.1.5.3.6); <htmlPubPr@id>4.3.1.13); <hyperlink@id>2.16.24); <hyperlink@id>3.3.1.44); <imagedata@href>6.1.2.11); <imagedata@id>6.1.2.11); <imagedata@pict>6.1.2.11); <italic@id>4.3.1.14); <legacyDrawing@id>3.3.1.51); <legacyDrawingHF@id>3.3.1.52); <legacyDrawingHF@id>5.7.2.93); <movie@id>2.3.3.17); <notesMasterId@id>4.3.1.18); <oleLink@id>3.14.11); <oleObj@id>4.4.2.4); <oleObject@id>3.3.1.57); <OLEObject@id>6.2.2.19); <pageSetup@id>3.3.1.62); <pageSetup@id>3.3.1.61); <picture@id>3.3.1.65); <pivotCache@id>3.2.17); <pivotCacheDefinition@id>3.10.1.67); <pivotSelection@id>3.3.1.67); <printerSettings@id>2.6.14); <quickTimeFile@link>5.1.3.4); <rangeSet@id>3.10.1.79); <recipientData@id>2.14.27); <regular@id>4.3.1.27); <relIds@cs>5.9.2.22); <relIds@dm>5.9.2.22); <relIds@lo>5.9.2.22); <relIds@qs>5.9.2.22); <saveThroughXslt@id>2.15.1.76); <shape@blip>5.9.2.27); <sheet@id>3.2.19); <sld@id>4.2.6); <sld@id>4.3.2.14); <sldId@id>4.3.1.29); <sldLayoutId@id>4.4.1.37); <sldMasterId@id>4.3.1.32); <smartTags@id>4.3.1.35); <snd@embed>4.6.68); <snd@embed>5.1.2.1.32); <sndTgt@embed>4.6.70); <sourceFileName@id>2.15.2.38); <src@id>2.14.30); <stroke@id>6.1.2.21); <subDoc@id>2.17.2.1); <tablePart@id>3.3.1.91); <tags@id>4.2.9); <userShapes@id>5.7.2.222); <videoFile@link>5.1.3.6); <wavAudioFile@embed>5.1.3.7); <worksheetSource@id>3.10.1.95)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_RelationshipId">
	<restriction base="xsd:string"/>
</simpleType>