Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Imported schema xlinks.xsd
Namespace http://www.w3.org/1999/xlink
Annotations
GML 3.0 candidate xlinks schema. Copyright (c) 2001 OGC, All Rights Reserved.
Properties
attribute form default: unqualified
element form default: unqualified
version: 2.0
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute @xlink:href
Namespace http://www.w3.org/1999/xlink
Type anyURI
Properties
content: simple
Used by
Source
<attribute name="href" type="anyURI"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute @xlink:role
Namespace http://www.w3.org/1999/xlink
Type anyURI
Properties
content: simple
Used by
Source
<attribute name="role" type="anyURI"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute @xlink:arcrole
Namespace http://www.w3.org/1999/xlink
Type anyURI
Properties
content: simple
Used by
Attribute Groups xlink:arcLink, xlink:simpleLink
Source
<attribute name="arcrole" type="anyURI"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute @xlink:title
Namespace http://www.w3.org/1999/xlink
Type string
Properties
content: simple
Used by
Source
<attribute name="title" type="string"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute @xlink:show
Namespace http://www.w3.org/1999/xlink
Annotations
The 'show' attribute is used to communicate the desired presentation 
        of the ending resource on traversal from the starting resource; it's 
        value should be treated as follows: 
        new - load ending resource in a new window, frame, pane, or other 
              presentation context
        replace - load the resource in the same window, frame, pane, or 
                  other presentation context
        embed - load ending resource in place of the presentation of the 
                starting resource
        other - behavior is unconstrained; examine other markup in the 
                link for hints 
        none - behavior is unconstrained
Type restriction of string
Properties
content: simple
Facets
enumeration new, replace, embed, other, none
Used by
Attribute Groups xlink:arcLink, xlink:simpleLink
Source
<attribute name="show">
  <annotation>
    <documentation>The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation context replace - load the resource in the same window, frame, pane, or other presentation context embed - load ending resource in place of the presentation of the starting resource other - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="new"/>
      <enumeration value="replace"/>
      <enumeration value="embed"/>
      <enumeration value="other"/>
      <enumeration value="none"/>
    </restriction>
  </simpleType>
</attribute>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute @xlink:actuate
Namespace http://www.w3.org/1999/xlink
Annotations
The 'actuate' attribute is used to communicate the desired timing 
        of traversal from the starting resource to the ending resource; 
        it's value should be treated as follows:
        onLoad - traverse to the ending resource immediately on loading 
                 the starting resource 
        onRequest - traverse from the starting resource to the ending 
                    resource only on a post-loading event triggered for 
                    this purpose 
        other - behavior is unconstrained; examine other markup in link 
                for hints 
        none - behavior is unconstrained
Type restriction of string
Properties
content: simple
Facets
enumeration onLoad, onRequest, other, none
Used by
Attribute Groups xlink:arcLink, xlink:simpleLink
Source
<attribute name="actuate">
  <annotation>
    <documentation>The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows: onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="onLoad"/>
      <enumeration value="onRequest"/>
      <enumeration value="other"/>
      <enumeration value="none"/>
    </restriction>
  </simpleType>
</attribute>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute @xlink:label
Namespace http://www.w3.org/1999/xlink
Type string
Properties
content: simple
Used by
Source
<attribute name="label" type="string"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute @xlink:from
Namespace http://www.w3.org/1999/xlink
Type string
Properties
content: simple
Used by
Attribute Group xlink:arcLink
Source
<attribute name="from" type="string"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute @xlink:to
Namespace http://www.w3.org/1999/xlink
Type string
Properties
content: simple
Used by
Attribute Group xlink:arcLink
Source
<attribute name="to" type="string"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute xlink:simpleLink/@xlink:type
Namespace http://www.w3.org/1999/xlink
Type string
Properties
fixed: simple
Used by
Attribute Group xlink:simpleLink
Source
<attribute name="type" type="string" fixed="simple" form="qualified"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute xlink:extendedLink/@xlink:type
Namespace http://www.w3.org/1999/xlink
Type string
Properties
fixed: extended
Used by
Attribute Group xlink:extendedLink
Source
<attribute name="type" type="string" fixed="extended" form="qualified"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute xlink:locatorLink/@xlink:type
Namespace http://www.w3.org/1999/xlink
Type string
Properties
fixed: locator
Used by
Attribute Group xlink:locatorLink
Source
<attribute name="type" type="string" fixed="locator" form="qualified"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute xlink:arcLink/@xlink:type
Namespace http://www.w3.org/1999/xlink
Type string
Properties
fixed: arc
Used by
Attribute Group xlink:arcLink
Source
<attribute name="type" type="string" fixed="arc" form="qualified"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute xlink:resourceLink/@xlink:type
Namespace http://www.w3.org/1999/xlink
Type string
Properties
fixed: resource
Used by
Attribute Group xlink:resourceLink
Source
<attribute name="type" type="string" fixed="resource" form="qualified"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute xlink:titleLink/@xlink:type
Namespace http://www.w3.org/1999/xlink
Type string
Properties
fixed: title
Used by
Attribute Group xlink:titleLink
Source
<attribute name="type" type="string" fixed="title" form="qualified"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute xlink:emptyLink/@xlink:type
Namespace http://www.w3.org/1999/xlink
Type string
Properties
fixed: none
Used by
Attribute Group xlink:emptyLink
Source
<attribute name="type" type="string" fixed="none" form="qualified"/>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute Group xlink:simpleLink
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram tridas3.tmp#id197 tridas3.tmp#id37 tridas3.tmp#id188 tridas3.tmp#id189 tridas3.tmp#id190 tridas3.tmp#id191 tridas3.tmp#id192
Used by
Attributes
QName Type Fixed Default Use Annotation
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
        of traversal from the starting resource to the ending resource; 
        it's value should be treated as follows:
        onLoad - traverse to the ending resource immediately on loading 
                 the starting resource 
        onRequest - traverse from the starting resource to the ending 
                    resource only on a post-loading event triggered for 
                    this purpose 
        other - behavior is unconstrained; examine other markup in link 
                for hints 
        none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
        of the ending resource on traversal from the starting resource; it's 
        value should be treated as follows: 
        new - load ending resource in a new window, frame, pane, or other 
              presentation context
        replace - load the resource in the same window, frame, pane, or 
                  other presentation context
        embed - load ending resource in place of the presentation of the 
                starting resource
        other - behavior is unconstrained; examine other markup in the 
                link for hints 
        none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<attributeGroup name="simpleLink">
  <attribute name="type" type="string" fixed="simple" form="qualified"/>
  <attribute ref="xlink:href" use="optional"/>
  <attribute ref="xlink:role" use="optional"/>
  <attribute ref="xlink:arcrole" use="optional"/>
  <attribute ref="xlink:title" use="optional"/>
  <attribute ref="xlink:show" use="optional"/>
  <attribute ref="xlink:actuate" use="optional"/>
</attributeGroup>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute Group xlink:extendedLink
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram tridas3.tmp#id199 tridas3.tmp#id188 tridas3.tmp#id190
Attributes
QName Type Fixed Default Use Annotation
xlink:role anyURI optional
xlink:title string optional
xlink:type string extended optional
Source
<attributeGroup name="extendedLink">
  <attribute name="type" type="string" fixed="extended" form="qualified"/>
  <attribute ref="xlink:role" use="optional"/>
  <attribute ref="xlink:title" use="optional"/>
</attributeGroup>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute Group xlink:locatorLink
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram tridas3.tmp#id201 tridas3.tmp#id37 tridas3.tmp#id188 tridas3.tmp#id190 tridas3.tmp#id193
Attributes
QName Type Fixed Default Use Annotation
xlink:href anyURI required
xlink:label string optional
xlink:role anyURI optional
xlink:title string optional
xlink:type string locator optional
Source
<attributeGroup name="locatorLink">
  <attribute name="type" type="string" fixed="locator" form="qualified"/>
  <attribute ref="xlink:href" use="required"/>
  <attribute ref="xlink:role" use="optional"/>
  <attribute ref="xlink:title" use="optional"/>
  <attribute ref="xlink:label" use="optional"/>
</attributeGroup>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute Group xlink:arcLink
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram tridas3.tmp#id203 tridas3.tmp#id189 tridas3.tmp#id190 tridas3.tmp#id191 tridas3.tmp#id192 tridas3.tmp#id194 tridas3.tmp#id195
Attributes
QName Type Fixed Default Use Annotation
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
        of traversal from the starting resource to the ending resource; 
        it's value should be treated as follows:
        onLoad - traverse to the ending resource immediately on loading 
                 the starting resource 
        onRequest - traverse from the starting resource to the ending 
                    resource only on a post-loading event triggered for 
                    this purpose 
        other - behavior is unconstrained; examine other markup in link 
                for hints 
        none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:from string optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
        of the ending resource on traversal from the starting resource; it's 
        value should be treated as follows: 
        new - load ending resource in a new window, frame, pane, or other 
              presentation context
        replace - load the resource in the same window, frame, pane, or 
                  other presentation context
        embed - load ending resource in place of the presentation of the 
                starting resource
        other - behavior is unconstrained; examine other markup in the 
                link for hints 
        none - behavior is unconstrained
xlink:title string optional
xlink:to string optional
xlink:type string arc optional
Source
<attributeGroup name="arcLink">
  <attribute name="type" type="string" fixed="arc" form="qualified"/>
  <attribute ref="xlink:arcrole" use="optional"/>
  <attribute ref="xlink:title" use="optional"/>
  <attribute ref="xlink:show" use="optional"/>
  <attribute ref="xlink:actuate" use="optional"/>
  <attribute ref="xlink:from" use="optional"/>
  <attribute ref="xlink:to" use="optional"/>
</attributeGroup>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute Group xlink:resourceLink
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram tridas3.tmp#id205 tridas3.tmp#id188 tridas3.tmp#id190 tridas3.tmp#id193
Attributes
QName Type Fixed Default Use Annotation
xlink:label string optional
xlink:role anyURI optional
xlink:title string optional
xlink:type string resource optional
Source
<attributeGroup name="resourceLink">
  <attribute name="type" type="string" fixed="resource" form="qualified"/>
  <attribute ref="xlink:role" use="optional"/>
  <attribute ref="xlink:title" use="optional"/>
  <attribute ref="xlink:label" use="optional"/>
</attributeGroup>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute Group xlink:titleLink
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram tridas3.tmp#id207
Attributes
QName Type Fixed Default Use Annotation
xlink:type string title optional
Source
<attributeGroup name="titleLink">
  <attribute name="type" type="string" fixed="title" form="qualified"/>
</attributeGroup>
Schema location http://www.tridas.org/1.2/xlinks.xsd
Attribute Group xlink:emptyLink
Namespace http://www.w3.org/1999/xlink
Diagram
Diagram tridas3.tmp#id209
Attributes
QName Type Fixed Default Use Annotation
xlink:type string none optional
Source
<attributeGroup name="emptyLink">
  <attribute name="type" type="string" fixed="none" form="qualified"/>
</attributeGroup>
Schema location http://www.tridas.org/1.2/xlinks.xsd