shared-relationshipReference.xsd 1.3 KB

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