shared-relationshipReference 1.3 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  3. xmlns="http://purl.oclc.org/ooxml/officeDocument/relationships"
  4. xmlns:r="http://purl.oclc.org/ooxml/officeDocument/relationships" elementFormDefault="qualified"
  5. targetNamespace="http://purl.oclc.org/ooxml/officeDocument/relationships" blockDefault="#all">
  6. <xsd:simpleType name="ST_RelationshipId">
  7. <xsd:restriction base="xsd:string"/>
  8. </xsd:simpleType>
  9. <xsd:attribute name="id" type="ST_RelationshipId"/>
  10. <xsd:attribute name="embed" type="ST_RelationshipId"/>
  11. <xsd:attribute name="link" type="ST_RelationshipId"/>
  12. <xsd:attribute name="dm" type="ST_RelationshipId" default=""/>
  13. <xsd:attribute name="lo" type="ST_RelationshipId" default=""/>
  14. <xsd:attribute name="qs" type="ST_RelationshipId" default=""/>
  15. <xsd:attribute name="cs" type="ST_RelationshipId" default=""/>
  16. <xsd:attribute name="blip" type="ST_RelationshipId" default=""/>
  17. <xsd:attribute name="pict" type="ST_RelationshipId"/>
  18. <xsd:attribute name="href" type="ST_RelationshipId"/>
  19. <xsd:attribute name="topLeft" type="ST_RelationshipId"/>
  20. <xsd:attribute name="topRight" type="ST_RelationshipId"/>
  21. <xsd:attribute name="bottomLeft" type="ST_RelationshipId"/>
  22. <xsd:attribute name="bottomRight" type="ST_RelationshipId"/>
  23. </xsd:schema>