Rel element (ForeignData_Type complexType) (Visio XML)

Specifies a relationship between a shape and a document part that contains the image data associated with the shape.

Element information

Value
Element type
Rel_Type
Namespace
http://schemas.microsoft.com/office/visio/2012/main
Schema file
VisioSchema15.xsd
Document parts
pages.xml, masters.xml, recordsets.xml, page#.xml, master#.xml

Definition

< xs:element name="Rel" type="Rel_Type" minOccurs="1" maxOccurs="1" >
</xs:element >

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

Element Type Description
ForeignData
ForeignData_Type
Specifies one instance of image data stored in the drawing.

Child elements

None.

Attributes

Attribute Type Required Description Possible values
r:id
xsd:string
See Remarks.
required
Specifies a relationship to a part. "rId#"
See Remarks.

Remarks

The value of the r:id attribute must be an ST_RelationshipID type. The ST_RelationshipID type is a string that must be in the format 'rId#', where the final character must be a number. The number must be unique among all sibling elements of the Rel element.

For more information about the ST_RelationshipID type, see the ISO/IEC 29500 Part 1 specification.