This schema definition provides an XLink implementation for any schema. Offers a shorthand syntax for a common kind of link, an outbound link with exactly two participating resources. Offers full XLink functionality, such as inbound and third-party arcs, as well as links that have arbitrary numbers of participating resources. As a result, the structure of complex links can be fairly complex, including elements for pointing to remote resources, elements for containing local resources, elements for specifying arc traversal rules, and elements for specifying human-readable resource and arc titles. Address the remote resources participating in the link Provide traversal rules among the link's participating resources. Supply local resources that participate in the link. Provide human-readable labels for the link. XLink conformant elements must contain a type attribute. This is it's definition. arcroleType definition. Value MUST be a URI reference as defined in IETF RFC 2396, except if the URI shceme used is allowed to have absolute and relative forms, the URI portion MUST be absolute. The URI reference identifys some resource that describes the intended property. When no value is supplied, no particular role value is to be inferred titleType definition. Used to describe the meaning of a link or resource in a human-readable fashion, along the same lines as a ROLE or ARCROLE attribute (see roleType and arcroleType definitions). A value is optional; if a value is supplied, it SHOULD contain a string that describes the resource or link. The value MAY be used to make titles available to applications used by visually impaired users, or to create a table of links, or to present help text that appears when a user lets a mouse pointer hover over a starting resource. Defines possible values for show attribute. new: Application SHOULD load the resource in a new window, frame, pane, or other relevant presentation context. replace: Application SHOULD load the resource in the same window, frame, pane, or other relevant presentation context in which the starting resource was loaded. embed: Application SHOULD load the resource presentation in place of the presentation of the starting resource. other: Behavior of the application is unconstrained by the XLink spec. The application SHOULD look for other markup present in the link to determine the appropriate behavior. none: Behavior of the application is unconstrained by the XLink spec. No other markup is present to help the application determine the appropriate behavior. Defines possible values for actuate attribute onLoad: Application SHOULD traverse to the ending resource immediately on loading the starting resource. onRequest: Application SHOULD traverse from the starting resource to the ending resource only on a post-loading event triggered for the purpose of traversal. An example might be when a user clicks on the presentation of the starting resource, or a software module finishes a countdown that precedes a redirect. other: The behavior of the application traversing to the ending resource is unconstrained by this specification. The application SHOULD look for other markup present in the link to determine the appropriate behaviour. none: The behavior of the application traversing to the ending resource is unconstrained by this specification. No other markup is present to help the application determine the appropriate behavior. labelType definition. If a 'from' or 'to' attribute value is supplied, it MUST correspond to the same value for some 'label' attribute on a 'locator-' or 'resource-' type element that appears as a direct child inside the same extended-type element as does the arc-type element. See also 'from' and 'to' type definitions. fromType definition. If a value is supplied, it MUST correspond to the same value for some 'label' attribute on a 'locator-' or 'resource-' type element that appears as a direct child inside the same extended-type element as does the arc-type element. See also 'label' and 'to' type definitions. toType definition. If a value is supplied, it MUST correspond to the same value for some 'label' attribute on a 'locator-' or 'resource-' type element that appears as a direct child inside the same extended-type element as does the arc-type element. See also 'label' and 'from' type definitions.