<div dir="ltr"><div><div>Caroline,</div><div><br></div><div>Thank you for (1) reminding us of at least a complete pass through the</div><div>Terms and Defs, and (2) demonstrating advantages of adding notes to</div><div>terms.</div><div><br></div><div>I appear to have confused you by not proposing both (1) a rewrite of</div><div>the Terms and Defs and (2) a rewrite of the subclauses for defining</div><div>relationships.  Because of (2), I added "source of a relationships</div><div>part" that was never used before.</div><div><br></div><div>Moreover, I dropped "package relationship", although it was used.  I</div><div>thought that this term is confusing, but I am probably wrong.</div><div><br></div><div>Here is my complete rewrite.</div></div><div><br></div><div>Regards,</div><div>Makoto</div><div><br></div><div>Definitions</div><div><br></div><div>relationships part</div><div>a part of the media type "application/vnd.openxmlformats-package.relationships+xml"</div><div>(Note: Relationship parts are XML documents containing Relationships and Relationship </div><div>elements.)</div><div><br></div><div>package relationship</div><div>A relationship whose source is the package as a whole</div><div>(Note: Package relationships are found in the package relationships part named “/_rels/.rels”.)</div><div><br></div><div>part relationship</div><div>A relationship whose source is a part in the package</div><div>(Note: Part relationships for a part “/foo/bar.xml” are found in</div><div>the relationships part “/foo/_rels/bar.xml.rels”.)</div><div><br></div><div>source of a relationships part</div><div>a part or an entire package with which the relationship part is associated by</div><div>a file name convention.</div><div><br></div><div>relationship</div><div>a Relationship element in a relationship part</div><div><br></div><div>source of a relationship</div><div>the source of the relationship part containing the relationship</div><div><br></div><div>target mode of a relationship</div><div>either "Interal" or "External" as specified by the value of the</div><div>TargetMode attribute of the relationship</div><div><br></div><div>target of a relationship</div><div>the resource referenced by the Target attribute of the relationship</div><div>(Note: when the target mode is internal, the target is a part)</div><div><br></div><div>relationship type of a relationship</div><div>the value of the Type attribute of a relationship</div><div><br></div><div><br></div><div>8.5<span class="" style="white-space:pre">  </span>Relationships</div><div><br></div><div>8.5.1<span class="" style="white-space:pre">        </span>Overview (non-normative)</div><div><br></div><div>The package model introduces a mechanism, namely relationships, to</div><div>describe connections from sources to targets, both of which are</div><div>typically parts in packages.  Relationships are stored in relationship</div><div>parts, which are separate from source parts.</div><div><br></div><div>Relationships make connections directly discoverable without looking</div><div>at contents of source parts.  Moreover, it is possible to retarget</div><div>relationships without changing source parts, by rewriting relationships</div><div>parts.</div><div><br></div><div>Relationships have identifiers.  Source parts may specify these</div><div>identifiers at certain locations as references to relationships, but</div><div>are not required to do so.  Relationships have types.  They specify</div><div>roles of relationships.</div><div><br></div><div>Relationships allow to provide additional information about parts</div><div>without modifying their contents. Such addition of information is</div><div>particularly useful when parts are encrypted and cannot be decrypted,</div><div>or when parts are digitally signed and changing them would invalidate</div><div>the signatures.</div><div><br></div><div>8.5.2<span class="" style="white-space:pre">       </span>Relationships Part</div><div><br></div><div>A relationship part shall be a part of the media type</div><div>"application/vnd.openxmlformats-package.relationships+xml".</div><div><br></div><div>Each relationships part in a package shall have a source.  A source is</div><div>either a non-relationships part in the same package or the package</div><div>itself.  A relationships part shall not be the source of another</div><div>relationships part.</div><div><br></div><div>There is a naming convention for associating relationships parts with</div><div>sources.  If the source of a relationships part is a package, the part</div><div>name of this relationships part shall be “/_rels/.rels”.  If the</div><div>source of a relationship part is a non-relationship part, the part</div><div>name of this relationship part shall be constructed from the part name</div><div>of the source part, by first inserting “_rels/” immediately before</div><div>the last I18N segment in ps and then appending “.rels”.</div><div><br></div><div>[Example: If a source part name is “/foo”, the last I18N segment is</div><div>“foo” and the relationship part name is “/_rels/foo.rels”.  If a</div><div>source part name is “/foo/bar.xml”, the last I18N segment is</div><div>“bar.xml” and the relationship part name is</div><div>“/foo/_rels/bar.xml.rels”.]</div><div><br></div><div>Note: A relationship part holds the list of relationships from the source</div><div>of this relationship part.</div><div><br></div><div>8.5.3<span class="" style="white-space:pre">        </span>Relationship Markup</div><div><br></div><div>8.5.3.1 General</div><div><br></div><div>The content of a relationships part shall be an XML document.  It</div><div>contains an Relationships element and zero or more Relationship</div><div>elements.  These elements shall be in the Relationships namespace, as</div><div>specified in Annex E.</div><div><br></div><div>The XML document in a relationships part shall be valid against</div><div>opc-relationships.xsd in Annex C.5 after the removal of any extensions</div><div>using the mechanisms in ISO/IEC 29500-3.</div><div><br></div><div>8.5.3.2 Relationships element</div><div><br></div><div>The root element of a relationships part shall be a Relationships</div><div>element.</div><div><br></div><div>8.5.3.3<span class="" style="white-space:pre">        </span>Relationship element</div><div><br></div><div>A Relationship element is a child element of a Relationships element.</div><div><br></div><div>A relationship shall be a Relationship element.  The source of this</div><div>relationship shall be the source of the relationships part containing</div><div>this Relationship element.</div><div><br></div><div>A package relation shall be a relation having a package as the source.</div><div>A part relation shall be a relation having a part as the source.</div><div><br></div><div>TargetMode</div><div>ST_TargetMode</div><div>optional</div><div><br></div><div>Permissible values of the TargetMode attribute are Internal and</div><div>External.  These values shall indicate whether or not the target</div><div>describes a part inside the package or a resource outside the package.</div><div>The default value is Internal.</div><div><br></div><div>Target</div><div>xsd:anyURI</div><div>required</div><div><br></div><div>This attribute specifies the target of a relationship. </div><div>If the value of the TargetMode attribute is Internal, the Target</div><div>attribute shall be a relative reference.  If the value of the</div><div>TargetMode attribute is External, the Target attribute shall be a</div><div>relative reference or an absolute IRI.  Base IRIs for resolving</div><div>relative references are defined in 8.3.6.</div><div><br></div><div>[Editor's note: In 8.3.6, we have to define base IRIs</div><div><br></div><div>Case 1: package relationship</div><div>  1) internal</div><div>    pack URI for the entire package</div><div>  2) external</div><div>   the URI of the entire package</div><div>Case 2: part relationship</div><div>  1) internal</div><div>    pack uri for the entire package and the source part</div><div>  2) external</div><div>    the URI of the entire package</div><div>]</div><div><br></div><div><br></div><div><br></div><div>Type</div><div>xsd:anyURI</div><div>required</div><div><br></div><div>This attribute specifies the role of a relatinship, relationship type.</div><div><br></div><div>Id</div><div>xsd:ID</div><div>required</div><div><br></div><div>This attribute specifies the identifier of a relationship.  The value</div><div>of the Id attribute shall be unique within the Relationships part.</div><div><br></div><div>8.5.4 Examples (non-normative)</div><div><br></div><div>8.5.4.1 Relationship part “/_rels/.rels”</div><div><br></div><div>Consider a package, availalbe at <a href="http://www.example.com/ex.opc">http://www.example.com/ex.opc</a>.</div><div>Suppose that the package contains a relationship part</div><div>“/_rels/.rels”, the source of which is the package.</div><div><br></div><div>Also suppose that the content of this relationship part is an XML</div><div>document shown below:</div><div><br></div><div><Relationships </div><div>   xmlns="<a href="http://schemas.openxmlformats.org/package/2006/relationships">http://schemas.openxmlformats.org/package/2006/relationships</a>"></div><div>   <Relationship </div><div>      Target="./a.xml" </div><div>      Id="IDI1"</div><div>      Type="<a href="http://example.com/relTypeInt1">http://example.com/relTypeInt1</a>"/></div><div>   <Relationship </div><div>      Target="./a.xml"</div><div>      TargetMode="External"</div><div>      Id="IDE1"</div><div>      Type="<a href="http://example.com/relTypeExt1">http://example.com/relTypeExt1</a>"/>       </div><div></Relationships></div><div><br></div><div>There are two relationships in this relationship part.  The source of</div><div>both relationships is the package.</div><div><br></div><div>The mode of the first relationship is Internal (default).  Thus, the base</div><div>IRI for resolving "./a.xml" is the pack URI</div><div>(pack://http%3c,,<a href="http://www.example.com">www.example.com</a>,ex.opc) created from the IRI of the</div><div>package (<a href="http://www.example.com/ex.opc">http://www.example.com/ex.opc</a>).  By resolving "./a.xml", we</div><div>have pack://http%3c,,<a href="http://www.example.com">www.example.com</a>,ex.opc/a.xml".  The target of</div><div>this relationship is thus the part "/a.xml" in this package.  The</div><div>relationship type of this relationship is</div><div>"<a href="http://example.com/relTypeInt1">http://example.com/relTypeInt1</a>".  The identifier of this relationship is</div><div>"IDI1".</div><div><br></div><div>The mode of the second relationship is External.  Thus, the base IRI</div><div>for resolving "./a.xml" is the IRI (<a href="http://www.example.com/ex.opc">http://www.example.com/ex.opc</a>) of</div><div>the package.  The target of this relationship is thus the resource at</div><div><a href="http://www.example.com/a.xml">http://www.example.com/a.xml</a>.  The relationship type of this</div><div>relationship is "<a href="http://example.com/relTypeExt1">http://example.com/relTypeExt1</a>".  The identifier of</div><div>this relationship is "IDE1".</div><div><br></div><div>8.5.4.2  Relationships part “/foo_rels/test.xml.rels”</div><div><br></div><div>Consider a package, availalbe at <a href="http://www.example.com/ex.opc">http://www.example.com/ex.opc</a>.</div><div>Suppose that the package contains a relationship part</div><div>“/foo_rels/test.xml.rels”, the source of which is a part</div><div>“/foo/test.xml”.</div><div><br></div><div>Also suppose that the content of this relationship part is an XML document</div><div>shown below:</div><div><br></div><div><Relationships </div><div>   xmlns="<a href="http://schemas.openxmlformats.org/package/2006/relationships">http://schemas.openxmlformats.org/package/2006/relationships</a>"></div><div>   <Relationship </div><div>      Target="./b.xml" </div><div>      Id="IDI2"</div><div>      Type="<a href="http://example.com/relTypeInt2">http://example.com/relTypeInt2</a>"/></div><div>   <Relationship </div><div>      Target="./b.xml"</div><div>      TargetMode="External"</div><div>      Id="IDE2"</div><div>      Type="<a href="http://example.com/relTypeExt2">http://example.com/relTypeExt2</a>"/>       </div><div></Relationships></div><div><br></div><div>There are two relationships in this relationship part.  The source of</div><div>both relationships is the part “/foo/test.xml”.</div><div><br></div><div>The mode of the first relationship is Internal (default).  Thus, the</div><div>base IRI (“pack://http%3c,,<a href="http://www.example.com">www.example.com</a>,ex.opc/foo/test.xml”) for</div><div>resolving "./b.xml" is the pack URI created from the IRI</div><div>(<a href="http://www.example.com/ex.opc">http://www.example.com/ex.opc</a>) of the package and the part name</div><div>“/foo/test.xml”.  By resolving "./b.xml", we have</div><div>“pack://http%3c,,<a href="http://www.example.com">www.example.com</a>,ex.opc/foo/b.xml”.  The target of</div><div>this relationship is thus the part "/foo/b.xml" in this package.  The</div><div>relationship type of this relationship is</div><div>"<a href="http://example.com/relTypeInt2">http://example.com/relTypeInt2</a>".  The identifier of this relationship</div><div>is "IDI2".</div><div><br></div><div>The mode of the second relationship is External.  Thus, the base IRI for</div><div>resolving "./b.xml" is the IRI (<a href="http://www.example.com/ex.opc">http://www.example.com/ex.opc</a>) of the</div><div>package.  The target of this relationship is thus the resource at</div><div><a href="http://www.example.com/b.xml">http://www.example.com/b.xml</a>.  The relationship type of this</div><div>relationship is "<a href="http://example.com/relTypeExt2">http://example.com/relTypeExt2</a>".  The identifier of</div><div>this relationship is "IDE2".</div><div><br></div><div>8.5.4.3  External part by an absolute URI</div><div><br></div><div>The following Relationships part specifies a relationship that connects</div><div>a part to <a href="http://www.custom.com/images/pic1.jpg">http://www.custom.com/images/pic1.jpg</a>.</div><div><br></div><div><Relationships  </div><div>   xmlns="<a href="http://schemas.openxmlformats.org/package/2006/relationships">http://schemas.openxmlformats.org/package/2006/relationships</a>" </div><div>   <Relationship </div><div>      TargetMode="External" </div><div>      Id="A9EFC627517BC" </div><div>      Target="<a href="http://www.custom.com/images/pic1.jpg">http://www.custom.com/images/pic1.jpg</a>" </div><div>      Type="<a href="http://www.custom.com/external-resource">http://www.custom.com/external-resource</a>"/> </div><div></Relationships></div><div><br></div><div>8.5.4.4  Multiple relations to a single target</div><div><br></div><div>The following Relationships part contains two relationships, each</div><div>using unique Id values. The relationships share the same Target, but</div><div>have different relationship types.</div><div><br></div><div><Relationships  </div><div>   xmlns="<a href="http://schemas.openxmlformats.org/package/2006/relationships">http://schemas.openxmlformats.org/package/2006/relationships</a>"> </div><div>   <Relationship Target="./Signature.xml"  </div><div>      Id="A5FFC797514BC" </div><div>      Type="<a href="http://schemas.openxmlformats.org/package/2006/">http://schemas.openxmlformats.org/package/2006/</a> </div><div>         relationships/digital-signature/signature"/>  </div><div>   <Relationship  </div><div>      Target="./Signature.xml"  </div><div>      Id="B5F32797CC4B7" </div><div>      Type="<a href="http://www.custom.com/internal-resource">http://www.custom.com/internal-resource</a>"/> </div><div></Relationships></div><div><br></div><div><br></div><div>8.5.5<span class="" style="white-space:pre">  </span>Support for Versioning and Extensibility</div><div><br></div><div>To be supplied.</div><div><br></div><div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-12-31 23:13 GMT+09:00 Arms, Caroline <span dir="ltr"><<a href="mailto:caar@loc.gov" target="_blank">caar@loc.gov</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Happy New Year!<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Murata-san.  <u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">There are certainly problems with many of the Terms and Definitions.  Way back, Rex made a pass through them to try and make sure that they followed the (new?) editorial guidelines.  However, he did not use any Notes, which I believe are (a) allowed and (b) often useful, particularly to relate abstract concepts to concrete OOXML terminology.  I had been assuming we would do a complete pass through the Terms and Definitions at some point.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">However, I have some concerns about your rewrite, which tries to define terms that are never used and in my view makes the collection of definitions more confusing.  I went back to the published terms and definitions in Part 2 rather than starting with the WD.  Then I focused on the same terms defined there – since they are certainly used in the text. Note that  I have assumed that “source” and “target” are words that do not need definition.  And I have assumed that the Internal/External TargetMode issue is covered in the spec.   I have changed some occurrences of “the” to “a” to address your concerns C and D.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">Here is my attempt:<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">package relationship — A relationship whose target is a part and whose source is the package as a whole.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">(Note: Package relationships are found in the package relationships part named “/_rels/.rels”.)<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">relationship —A connection between a source, which may be a part in the package or the package as a whole and a target, which may be a part in a package or an external resource. <u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">(Note: A relationship is represented by a Relationship element in a relationships part.)<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">relationships part — A part containing an XML representation of relationships.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">(Note: a relationships part has the media type "application/vnd.openxmlformats-package.relationships<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">+xml")<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">relationship type — An absolute IRI used to identify the nature of a relationship.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">(Note: a relationship type is indicated in the Type attribute of a Relationship element)<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">source part — A part from which a connection is established by a relationship.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">target part — A part referenced by the “Target” attribute of a relationship.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">  I hope this helps.<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)">  Caroline<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p><p class="MsoNormal"><b><span style="font-size:10pt;font-family:Tahoma,sans-serif">From:</span></b><span style="font-size:10pt;font-family:Tahoma,sans-serif"> <a href="mailto:eb2mmrt@gmail.com" target="_blank">eb2mmrt@gmail.com</a> [mailto:<a href="mailto:eb2mmrt@gmail.com" target="_blank">eb2mmrt@gmail.com</a>] <b>On Behalf Of </b>MURATA Makoto<br><b>Sent:</b> Wednesday, December 23, 2015 9:29 PM<br><b>To:</b> SC34<br><b>Subject:</b> Definition of relatinship<u></u><u></u></span></p><div><div><p class="MsoNormal"><u></u> <u></u></p><div><div><p class="MsoNormal">Merry Christmas!<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">Here is my present for you.  I thought OOXML experts might like it.<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">I am reviewing the definition of relationships in OPC.  Let me report<br>some problems.<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">A) Circular definitions<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">"source part" and "target part" are defined using "relationship", but<br>"relationship" is defined using them.<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">B) Relationships and package relationships<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">In the definition of "relationship", the source is always a part. But<br>"package relationship" is defined as a special case of "relationship".<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">C) source is not always a part<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">In the case of a package relationship, the source is not a part but<br>rather a package.<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">D) target is not always a part<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">When the relationship mode is external, the target of a relationship<br>is not a part but rather any external resource.<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">E) Some terms are abstract, while others are XMLish<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">"relationship" is defined as a connection, which I call abstract.<br>Other terms "source part", "target part", and "package relationship"<br>are also abstract.  But "relationships part" is defined as an XML<br>representation.<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">Here is the definitions extracted from the current WD.<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">4.23 <br>package relationship <br>relationship whose target is a part and whose source is the package as a whole<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">4.32 <br>relationship <br>connection between a source part and a target part in a package <u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">4.33 <br>relationship type <br>absolute IRI for identifying a relationship <u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">4.34 <br>relationships part <br>part containing an XML representation of relationships<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">4.39 <br>source part <br>part from which a connection is established by a relationship<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">4.43 <br>target part <br>part to which a connection is established by a relationship<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">-------------------------------<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">I would like to propose a rewrite.  Am I too worried?<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">relationship part<br>a part of the media type "application/vnd.openxmlformats-package.relationships+xml"<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">source of a relationship part<br>a part or an entire package with which the relationship part is associated by<br>a file name convention.<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">relationship<br>a Relationship element in a relationship part<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">source of a relationship<br>the source of the relationship part containing the relationship<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">target mode of a relationship<br>either "Interal" or "External" as specified by the value of the<br>TargetMode attribute of the relationship<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">target of a relationship<br>the resource referenced by the Target attribute of the relationship<br>(Note: when the targe mode is internal, the target is a part)<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">relationship type of a relationship<br>the IRI value of the Type attribute of a relationship<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">Requirements<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">a relationsip part shall conform to the schema .... after MVC preprocessing<u></u><u></u></p></div><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">Regards,<u></u><u></u></p></div><div><p class="MsoNormal">Makoto<u></u><u></u></p></div></div></div></div></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><br>Praying for the victims of the Japan Tohoku earthquake<br><br>Makoto</div>
</div></div>