# Version 1.0 - Created 2011-01-13 - FZ, TIB, Germany namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" namespace rng = "http://relaxng.org/ns/structure/1.0" ## ## Description of the relationship of the resource being registered (A) and the related resource (B). ## relationType = "IsCitedBy" | # indicates that B includes A in a citation "Cites" | # indicates that A includes B in a citation "IsSupplementTo" | # indicates that A is a supplement to B "IsSupplementedBy" | # indicates that B is a supplement to A "IsContinuedBy" | # indicates A is continued by the work B "Continues" | # indicates A is a continuation of the work B "IsNewVersionOf" | # indicates B is a new edition of A, where the new edition has been modified or updated "IsPreviousVersionOf" | # indicates B is a previous edition of A "IsPartOf" | # indicates A is a portion of B "HasPart" | # indicates A includes the part B "IsReferencedBy" | # indicates A is used as a source of information by B "References" | # indicates B is used as a source of information for A "IsDocumentedBy" | # indicates B is documentation about/explaining A "Documents" | # indicates A is documentation about/explaining B "IsCompiledBy" | # indicates B is used to compile or create A "Compiles" | # indicates B is the result of a compile or creation event using A "IsVariantFormOf" | # indicates B is a variant or different form of A, e.g. calculated or calibrated form or different packaging [ # indicates B is the original form of A ] "IsOriginalFormOf"