[]
Contains string constants with predefined values for Relationship property.
public static class AFRelationship
Constant shall be used if this FileSpecification is an alternative representation of content, for example audio.
public const string Alternative = "Alternative"
Constant shall be used if this FileSpecification represents information used to derive a visual presentation, such as for a table or a graph.
public const string Data = "Data"
Constant shall be used if this FileSpecification is the original source material for the associated content.
public const string Source = "Source"
Constant shall be used if this file specification represents a supplemental representation of the original source or data that may be more easily consumable(e.g.A MathML version of an equation). Note. Supplement is to be used only when the file is not the source or an alternative.
public const string Supplement = "Supplement"
Constant shall be used when the relationship is not known or cannot be described using one of the other values. NOTE 2 Unspecified is to be used only when no other value correctly reflects the relationship.
public const string Unspecified = "Unspecified"