[Table of Contents] [docx version]

Shared MLs Reference Material - Math

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: Consider the following markup in an Office Open XML document:

<… 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. end example]

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

Referenced By

altChunk@id2.17.3.1); attachedTemplate@id2.15.1.6); audioFile@link5.1.3.2); blip@embed5.1.10.13); blip@link5.1.10.13); bold@id4.3.1.1); boldItalic@id4.3.1.2); chart@id5.7.2.26); control@id2.3.3.2); control@id2.3.3.3); control@id4.4.2.1); control@id3.3.1.18); custData@id4.2.1); customPr@id3.3.1.20); dataRef@id3.3.1.28); dataSource@id2.14.9); drawing@id3.3.1.34); embedBold@id2.8.2.3); embedBoldItalic@id2.8.2.4); embedItalic@id2.8.2.5); embedRegular@id2.8.2.6); externalBook@id3.14.7); externalData@id5.7.2.63); externalReference@id3.2.8); fill@id6.1.2.5); footerReference@id2.10.2); handoutMasterId@id4.3.1.11); header@id3.11.1.1); headerReference@id2.10.5); headerSource@id2.14.16); hlinkClick@id5.1.5.3.5); hlinkHover@id5.1.2.1.23); hlinkMouseOver@id5.1.5.3.6); htmlPubPr@id4.3.1.13); hyperlink@id2.16.24); hyperlink@id3.3.1.44); imagedata@href6.1.2.11); imagedata@id6.1.2.11); imagedata@pict6.1.2.11); italic@id4.3.1.14); legacyDrawing@id3.3.1.51); legacyDrawingHF@id3.3.1.52); legacyDrawingHF@id5.7.2.93); movie@id2.3.3.17); notesMasterId@id4.3.1.18); oleLink@id3.14.11); oleObj@id4.4.2.4); oleObject@id3.3.1.57); OLEObject@id6.2.2.19); pageSetup@id3.3.1.62); pageSetup@id3.3.1.61); picture@id3.3.1.65); pivotCache@id3.2.17); pivotCacheDefinition@id3.10.1.67); pivotSelection@id3.3.1.67); printerSettings@id2.6.14); quickTimeFile@link5.1.3.4); rangeSet@id3.10.1.79); recipientData@id2.14.27); regular@id4.3.1.27); relIds@cs5.9.2.22); relIds@dm5.9.2.22); relIds@lo5.9.2.22); relIds@qs5.9.2.22); saveThroughXslt@id2.15.1.76); shape@blip5.9.2.27); sheet@id3.2.19); sld@id4.2.6); sld@id4.3.2.14); sldId@id4.3.1.29); sldLayoutId@id4.4.1.37); sldMasterId@id4.3.1.32); smartTags@id4.3.1.35); snd@embed4.6.68); snd@embed5.1.2.1.32); sndTgt@embed4.6.70); sourceFileName@id2.15.2.38); src@id2.14.30); stroke@id6.1.2.21); subDoc@id2.17.2.1); tablePart@id3.3.1.91); tags@id4.2.9); userShapes@id5.7.2.222); videoFile@link5.1.3.6); wavAudioFile@embed5.1.3.7); worksheetSource@id3.10.1.95)

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

<simpleType name="ST_RelationshipId">

   <restriction base="xsd:string"/>

</simpleType>